1
0

Add dcc debug write and fix mcu part number

This commit is contained in:
2021-06-26 11:34:10 +03:00
parent b1a4be5661
commit b7d241746c
12 changed files with 367 additions and 11 deletions

View File

@@ -5,12 +5,17 @@ BUILD_DIR = bin
#SHARED_DIR = ../my-common-code
CFILES = main.c
#CFILES += api.c
#AFILES += api-asm.S
# TODO - you will need to edit these two lines!
DEVICE=stm32f103rcbt6
OOCD_FILE = board/stm32f4discovery.cfg
DEVICE=STM32F103C8T6
OOCD_FILE=openocd.cfg
# Send debug messages via OpenOCD DCC support
CFILES += dcc_stdio.c
VPATH += libdcc
INCLUDES += $(patsubst %,-I%, . libdcc)
# You shouldn't have to edit anything below here.
#VPATH += $(SHARED_DIR)