This commit is contained in:
2026-01-03 18:52:32 -06:00
commit 3d47bd68cd
14 changed files with 479 additions and 0 deletions

6
openocd/.gdb_history Normal file
View File

@@ -0,0 +1,6 @@
tar ext /dev/ttyACM0
monitor
tar ext /dev/ttyACM0
monitor
monitor auto_scan
q

View 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]

View 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

View 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
View 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
View 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