Explorar o código

Added gdb script for semihosting debugging

Kevin Lee %!s(int64=7) %!d(string=hai) anos
pai
achega
939ba6489e

+ 6 - 0
STM32L432KC_Template/CMSIS/Device/ST/STM32L4xx/Source/gdbscript

@@ -0,0 +1,6 @@
+target remote localhost:3333
+monitor arm semihosting enable
+monitor reset halt
+load
+monitor reset init
+continue