1
0
Fork 0

Revert use of legacy wear leveling driver now ChibiOS is fixed (#20806)

This commit is contained in:
Joel Challis 2023-05-09 08:52:37 +01:00 committed by GitHub
parent c3c51231cc
commit 62be3a7447
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 10 deletions

View file

@ -361,10 +361,6 @@ 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)),)