Debug: freertos gdb plugin.

This commit is contained in:
Aleksandr Kutuzov
2020-10-17 16:34:16 +03:00
parent 72e78dcc1b
commit c318d54995
12 changed files with 1112 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ debug: flash
arm-none-eabi-gdb-py \
-ex "target extended-remote 127.0.0.1:4242" \
-ex "set confirm off" \
-ex "source ../debug/FreeRTOS/FreeRTOS.py" \
$(OBJ_DIR)/$(PROJECT).elf; \
kill `cat $(OBJ_DIR)/st-util.PID`; \
rm $(OBJ_DIR)/st-util.PID