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

@@ -81,7 +81,6 @@ ASM_SOURCES += $(TARGET_DIR)/startup_stm32wb55xx_cm4.s
CFLAGS += \
-DUSE_HAL_DRIVER \
-DHAVE_FREERTOS \
-DBUTON_INVERT=true \
-DDEBUG_UART=huart1
ifeq ($(NO_BOOTLOADER), 1)
@@ -104,3 +103,4 @@ CFLAGS += \
-I$(TARGET_DIR)/Src/fatfs \
-I$(TARGET_DIR)/api-hal
SVD_FILE = ../debug/STM32WB55_CM4.svd