diff options
author | QMK Bot <hello@qmk.fm> | 2022-12-14 20:27:34 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-12-14 20:27:34 +0000 |
commit | 83e8e5845a7136ade68bad82c156c70c071f9bf7 (patch) | |
tree | 6869a05f567ab9f3ad930402bd6812e4ad90bc79 /builddefs | |
parent | 2f15cde2d11c2b8ddecda12a62cc405abccd25b2 (diff) | |
parent | e67e690cf3d7bc3fa68f6b014646eb4d0e09acec (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'builddefs')
-rw-r--r-- | builddefs/mcu_selection.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/builddefs/mcu_selection.mk b/builddefs/mcu_selection.mk index de919bd263..382d9571a4 100644 --- a/builddefs/mcu_selection.mk +++ b/builddefs/mcu_selection.mk @@ -367,6 +367,10 @@ ifneq ($(findstring STM32F401, $(MCU)),) # Bootloader address for STM32 DFU STM32_BOOTLOADER_ADDRESS ?= 0x1FFF0000 + + # Revert to legacy wear-leveling driver until ChibiOS's EFL driver is fixed with 128kB and 384kB variants. + EEPROM_DRIVER ?= wear_leveling + WEAR_LEVELING_DRIVER ?= legacy endif ifneq ($(findstring STM32F405, $(MCU)),) |