Robin Mueller
d2369767b7
- 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
11 lines
147 B
Plaintext
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
|