This commit is contained in:
eddyem
2019-08-08 09:26:08 +03:00
parent abdbac3e38
commit 7e9f81ca54
9 changed files with 37 additions and 18 deletions

View File

@@ -8,10 +8,10 @@ MCU ?= F103x8
# density (stm32f10x.h, lines 70-84)
DENSITY ?= MD
# change this linking script depending on particular MCU model,
LDSCRIPT ?= stm32f103x8.ld
LDSCRIPT ?= stm32f103xB.ld
DEFS = -DVERSION=\"0.0.1\"
# debug
DEFS += -DEBUG
#DEFS += -DEBUG
# proxy GPS output over USART1
DEFS += -DUSART1PROXY