vorago-reb1/jlink.gdb
Robin Mueller d2369767b7 BSP update
- Add basic LED BSP
- Moved generic examples to the HAL
- Updated rust edition to 2021
- Updated README to provide full instructions for flashing and building
- Added jlink.gdb file to command line flashing
2021-11-09 19:21:50 +01:00

11 lines
147 B
Plaintext

target remote localhost:2331
monitor reset
# *try* to stop at the user entry point (it might be gone due to inlining)
break main
load
continue