Skip to content

Commit e67e690

Browse files
authored
Revert to legacy wear-leveling driver by default for F401. (#19328)
1 parent 1130834 commit e67e690

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

builddefs/mcu_selection.mk

+4
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,10 @@ ifneq ($(findstring STM32F401, $(MCU)),)
367367

368368
# Bootloader address for STM32 DFU
369369
STM32_BOOTLOADER_ADDRESS ?= 0x1FFF0000
370+
371+
# Revert to legacy wear-leveling driver until ChibiOS's EFL driver is fixed with 128kB and 384kB variants.
372+
EEPROM_DRIVER ?= wear_leveling
373+
WEAR_LEVELING_DRIVER ?= legacy
370374
endif
371375

372376
ifneq ($(findstring STM32F405, $(MCU)),)

0 commit comments

Comments
 (0)