Robin Mueller
94c6d91bae
- The workspace is now a monorepo without submodules. The HAL, PAC and BSP are integrated directly - Update all dependencies: embedded-hal v1 and RTIC v2
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
|