Initial commit

This commit is contained in:
Thomas Klaehn
2019-10-09 13:45:38 +02:00
commit 2461dbfb92
117 changed files with 68364 additions and 0 deletions

9
gdbinit Normal file
View File

@@ -0,0 +1,9 @@
target remote | openocd -c "gdb_port pipe; log_output openocd.log" -f board/ti_cc3200_launchxl.cfg
load
set $sp = g_pfnVectors[0]
set $pc = g_pfnVectors[1]
break main
continue