init
This commit is contained in:
6
openocd/.gdb_history
Normal file
6
openocd/.gdb_history
Normal file
@@ -0,0 +1,6 @@
|
||||
tar ext /dev/ttyACM0
|
||||
monitor
|
||||
tar ext /dev/ttyACM0
|
||||
monitor
|
||||
monitor auto_scan
|
||||
q
|
||||
10
openocd/atmel_samd21_xplained_pro.cfg
Normal file
10
openocd/atmel_samd21_xplained_pro.cfg
Normal file
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# Atmel SAMD21 Xplained Pro evaluation kit.
|
||||
#
|
||||
|
||||
source [find interface/cmsis-dap.cfg]
|
||||
|
||||
# chip name
|
||||
set CHIPNAME at91samd21j18
|
||||
|
||||
source [find target/at91samdXX.cfg]
|
||||
12
openocd/microchip_same54_xplained_pro.cfg
Normal file
12
openocd/microchip_same54_xplained_pro.cfg
Normal file
@@ -0,0 +1,12 @@
|
||||
#
|
||||
# Microchip (former Atmel) SAM E54 Xplained Pro evaluation kit.
|
||||
# http://www.microchip.com/developmenttools/productdetails.aspx?partno=atsame54-xpro
|
||||
#
|
||||
|
||||
source [find interface/cmsis-dap.cfg]
|
||||
|
||||
set CHIPNAME same54
|
||||
|
||||
source [find target/atsame5x.cfg]
|
||||
|
||||
reset_config srst_only
|
||||
9
openocd/nordic_nrf52_dk.cfg
Normal file
9
openocd/nordic_nrf52_dk.cfg
Normal file
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# Nordic Semiconductor NRF52 Development Kit (nRF52832)
|
||||
#
|
||||
|
||||
source [find interface/jlink.cfg]
|
||||
|
||||
transport select swd
|
||||
|
||||
source [find target/nrf52.cfg]
|
||||
11
openocd/st_nucleo_l4.cfg
Normal file
11
openocd/st_nucleo_l4.cfg
Normal file
@@ -0,0 +1,11 @@
|
||||
# Should work with all STM32L4 Nucleo Dev Boards.
|
||||
# http://www.st.com/en/evaluation-tools/stm32-mcu-nucleo.html
|
||||
|
||||
source [find interface/stlink.cfg]
|
||||
|
||||
transport select hla_swd
|
||||
|
||||
source [find target/stm32l4x.cfg]
|
||||
|
||||
# use hardware reset
|
||||
reset_config srst_only srst_nogate
|
||||
11
openocd/st_nucleo_wlx.cfg
Normal file
11
openocd/st_nucleo_wlx.cfg
Normal file
@@ -0,0 +1,11 @@
|
||||
#
|
||||
# Configuration for STM32WB55 Nucleo board (STM32WB55RGV6)
|
||||
#
|
||||
|
||||
source [find interface/stlink.cfg]
|
||||
|
||||
transport select hla_swd
|
||||
|
||||
source [find target/stm32wlx.cfg]
|
||||
|
||||
reset_config srst_only
|
||||
Reference in New Issue
Block a user