Initial commit
This commit is contained in:
commit
b0d059fb24
34 changed files with 18172 additions and 0 deletions
9
openocd.cfg
Normal file
9
openocd.cfg
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
gdb_port 3333
|
||||
tcl_port disabled
|
||||
telnet_port disabled
|
||||
|
||||
source [find interface/stlink.cfg]
|
||||
source [find target/stm32f1x.cfg]
|
||||
|
||||
init
|
||||
arm semihosting enable
|
||||
Loading…
Add table
Add a link
Reference in a new issue