Skip to content
Snippets Groups Projects
Commit c5abb083 authored by Oleg Hahm's avatar Oleg Hahm Committed by GitHub
Browse files

Merge pull request #4058 from daniel-k/pr/gdb_threads_openocd

cortex_m: Add debug symbols for OpenOCD/GDB thread support
parents 274ab1cd 9d403d95
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 0 deletions
......@@ -3,3 +3,4 @@ transport select hla_swd
set WORKAREASIZE 0x4000
source [find target/nrf51.cfg]
$_TARGETNAME configure -rtos auto
......@@ -15,3 +15,4 @@ transport select hla_jtag
set WORKAREASIZE 0x8000
set CHIPNAME lm4f120h5qr
source [find target/stellaris.cfg]
$_TARGETNAME configure -rtos auto
......@@ -13,3 +13,4 @@ jtag_ntrst_delay 100
reset_config trst_and_srst
source [find target/stm32f1x.cfg]
$_TARGETNAME configure -rtos auto
......@@ -48,3 +48,4 @@ adapter_khz 1000
$_TARGETNAME configure -event gdb-attach {
halt
}
$_TARGETNAME configure -rtos auto
......@@ -6,3 +6,4 @@ ftdi_layout_signal nTRST -data 0x0800
ftdi_layout_signal nSRST -data 0x0400
source [find target/stm32f1x.cfg]
$_TARGETNAME configure -rtos auto
......@@ -6,3 +6,4 @@ ftdi_layout_signal nTRST -data 0x0800
ftdi_layout_signal nSRST -data 0x0400
source [find target/stm32f1x.cfg]
$_TARGETNAME configure -rtos auto
......@@ -3,3 +3,4 @@ transport select hla_swd
set WORKAREASIZE 0x2800
source [find target/stm32l1.cfg]
$_TARGETNAME configure -rtos auto
source [find board/stm32f4discovery.cfg]
$_TARGETNAME configure -rtos auto
source [find board/st_nucleo_f0.cfg]
$_TARGETNAME configure -rtos auto
source [find board/st_nucleo_f0.cfg]
$_TARGETNAME configure -rtos auto
#source [find board/st_nucleo_f1.cfg]
source [find board/st_nucleo_f103rb.cfg]
$_TARGETNAME configure -rtos auto
source [find board/st_nucleo_f3.cfg]
$_TARGETNAME configure -rtos auto
source [find board/st_nucleo_f3.cfg]
$_TARGETNAME configure -rtos auto
source [find board/st_nucleo_f4.cfg]
$_TARGETNAME configure -rtos auto
source [find board/st_nucleo_l1.cfg]
$_TARGETNAME configure -rtos auto
......@@ -69,3 +69,4 @@ if {![using_hla]} {
$_TARGETNAME configure -event reset-init {
adapter_khz 24000
}
$_TARGETNAME configure -rtos auto
source [find board/atmel_saml21_xplained_pro.cfg]
$_TARGETNAME configure -rtos auto
source [find board/atmel_samr21_xplained_pro.cfg]
$_TARGETNAME configure -rtos auto
source [find board/stm32f0discovery.cfg]
$_TARGETNAME configure -rtos auto
source [find board/stm32f3discovery.cfg]
$_TARGETNAME configure -rtos auto
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment