Merge pull request #4058 from daniel-k/pr/gdb_threads_openocd
cortex_m: Add debug symbols for OpenOCD/GDB thread supportpr/spi.typo
commit
c5abb08316
@ -1 +1,2 @@
|
||||
source [find board/stm32f4discovery.cfg]
|
||||
$_TARGETNAME configure -rtos auto
|
||||
|
@ -1 +1,2 @@
|
||||
source [find board/st_nucleo_f0.cfg]
|
||||
$_TARGETNAME configure -rtos auto
|
||||
|
@ -1 +1,2 @@
|
||||
source [find board/st_nucleo_f0.cfg]
|
||||
$_TARGETNAME configure -rtos auto
|
||||
|
@ -1,2 +1,3 @@
|
||||
#source [find board/st_nucleo_f1.cfg]
|
||||
source [find board/st_nucleo_f103rb.cfg]
|
||||
$_TARGETNAME configure -rtos auto
|
||||
|
@ -1 +1,2 @@
|
||||
source [find board/st_nucleo_f3.cfg]
|
||||
$_TARGETNAME configure -rtos auto
|
||||
|
@ -1 +1,2 @@
|
||||
source [find board/st_nucleo_f3.cfg]
|
||||
$_TARGETNAME configure -rtos auto
|
||||
|
@ -1 +1,2 @@
|
||||
source [find board/st_nucleo_f4.cfg]
|
||||
$_TARGETNAME configure -rtos auto
|
||||
|
@ -1 +1,2 @@
|
||||
source [find board/st_nucleo_l1.cfg]
|
||||
$_TARGETNAME configure -rtos auto
|
||||
|
@ -1 +1,2 @@
|
||||
source [find board/atmel_saml21_xplained_pro.cfg]
|
||||
$_TARGETNAME configure -rtos auto
|
||||
|
@ -1 +1,2 @@
|
||||
source [find board/atmel_samr21_xplained_pro.cfg]
|
||||
$_TARGETNAME configure -rtos auto
|
||||
|
@ -1 +1,2 @@
|
||||
source [find board/stm32f0discovery.cfg]
|
||||
$_TARGETNAME configure -rtos auto
|
||||
|
@ -1 +1,2 @@
|
||||
source [find board/stm32f3discovery.cfg]
|
||||
$_TARGETNAME configure -rtos auto
|
||||
|
@ -1 +1,2 @@
|
||||
source [find board/stm32f4discovery.cfg]
|
||||
$_TARGETNAME configure -rtos auto
|
||||
|
Loading…
Reference in New Issue