Add eeprom support for chibios/kinetis.
This commit is contained in:
parent
cb663eeca6
commit
2ac5cd730b
2 changed files with 551 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue