use arm-none-eabi-gdb from ubuntu-docker

This commit is contained in:
aanper 2020-10-19 19:31:24 +03:00
parent 0ec423800d
commit 44bb9ee403

View File

@ -68,7 +68,7 @@ upload: $(OBJ_DIR)/upload
debug: flash
set -m; st-util -n --semihosting & echo $$! > $(OBJ_DIR)/st-util.PID
arm-none-eabi-gdb-py \
arm-none-eabi-gdb \
-ex "target extended-remote 127.0.0.1:4242" \
-ex "set confirm off" \
-ex "source ../debug/FreeRTOS/FreeRTOS.py" \