Debug: Add PyCortexDebug. Core and peripheral register database and decoder. (#251)

* Debug: pycortexdebug
* Debug: format PyCortexMDebug source code
This commit is contained in:
あく
2020-11-19 18:48:34 +03:00
committed by GitHub
parent a96f23af9b
commit e348990fc6
13 changed files with 100749 additions and 5 deletions

View File

@@ -7,4 +7,5 @@ DEBUG_AGENT =
CFLAGS =
CPPFLAGS =
LDFLAGS =
LDFLAGS =
SVD_FILE =

View File

@@ -76,6 +76,8 @@ debug: flash
-ex "target extended-remote 127.0.0.1:3333" \
-ex "set confirm off" \
-ex "source ../debug/FreeRTOS/FreeRTOS.py" \
-ex "source ../debug/PyCortexMDebug/scripts/gdb.py" \
-ex "svd_load $(SVD_FILE)" \
$(OBJ_DIR)/$(PROJECT).elf; \
kill `cat $(OBJ_DIR)/agent.PID`; \
rm $(OBJ_DIR)/agent.PID