Merge pull request #245 from vertigo-designs/rs/issue-244/gdb-fix

Removing invalid GDB command
master
Robert Jördens 2021-01-29 10:54:48 +01:00 committed by GitHub
commit 0d6b5e894c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/target
openocd.gdb

View File

@ -14,9 +14,6 @@ break DefaultHandler
break HardFault
break rust_begin_unwind
source ../../PyCortexMDebug/cmdebug/svd_gdb.py
svd_load ~/Downloads/STM32H743x.svd
load
# tbreak cortex_m_rt::reset_handler
monitor reset halt