forked from mirrors/qmk_userspace
Wear-leveling EEPROM drivers: embedded_flash
, spi_flash
, legacy
(#17376)
This commit is contained in:
parent
1204cbb7ea
commit
34e244cecf
15 changed files with 667 additions and 71 deletions
|
@ -94,6 +94,11 @@ ifeq ("$(wildcard $(PLATFORM_MK))","")
|
|||
endif
|
||||
endif
|
||||
|
||||
# If no MCU architecture specified, use the MCU instead (allows for mcu_selection.mk to swap to cortex-m0 etc.)
|
||||
ifeq ("$(MCU_ARCH)","")
|
||||
MCU_ARCH = $(MCU)
|
||||
endif
|
||||
|
||||
include $(STARTUP_MK)
|
||||
include $(PORT_V)
|
||||
include $(PLATFORM_MK)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue