Ver. 0.1.0. Storing data into flash.

This commit is contained in:
eddyem
2019-09-20 12:46:08 +03:00
parent 7be1737383
commit ffef1590fc
11 changed files with 170 additions and 117 deletions

View File

@@ -9,7 +9,7 @@ MCU ?= F103x8
DENSITY ?= MD
# change this linking script depending on particular MCU model,
LDSCRIPT ?= stm32F103xB.ld
DEFS = -DVERSION=\"0.0.2\"
DEFS = -DVERSION=\"0.1.0\"
# debug
#DEFS += -DEBUG
# proxy GPS output over USART1