Add eeprom support for chibios/kinetis.

This commit is contained in:
flabbergast 2015-10-12 09:47:27 +01:00
parent cb663eeca6
commit 2ac5cd730b
2 changed files with 551 additions and 1 deletions

View file

@ -18,7 +18,6 @@ SRC += $(COMMON_DIR)/host.c \
# Option modules
ifdef BOOTMAGIC_ENABLE
$(error Bootmagic Not Supported)
SRC += $(COMMON_DIR)/bootmagic.c
SRC += $(COMMON_DIR)/chibios/eeconfig.c
OPT_DEFS += -DBOOTMAGIC_ENABLE