add satrx-example for stm32f3-disco here

This commit is contained in:
2023-01-25 22:18:32 +01:00
parent 9e314a8376
commit 8a939f4430
21 changed files with 2134 additions and 0 deletions

View File

@ -0,0 +1,10 @@
target extended-remote localhost:2331
monitor reset
# *try* to stop at the user entry point (it might be gone due to inlining)
break main
load
continue