Debug: freertos gdb plugin.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user