Move animation steps to NVS data

This commit is contained in:
fruchti 2020-09-19 19:54:31 +02:00
parent 1e8da90156
commit 99b3d6a36c
7 changed files with 230 additions and 12 deletions

View file

@ -10,7 +10,7 @@ DEBUG := yes
H_DEVICE = STM32F030x6
STARTUP_SOURCE_DIR = src
STARTUP_SOURCES = $(STARTUP_SOURCE_DIR)/startup.S
LD_SCRIPT = ld/stm32f030f4_flash.ld
LD_SCRIPT = ld/stm32f030f4_15k_flash_1k_nvs.ld
ifeq ($(DEBUG),yes)
DEBUG_FLAGS = -DDEBUG -g3