Revert use of legacy wear leveling driver now ChibiOS is fixed (#20806)
parent
c3c51231cc
commit
62be3a7447
|
@ -10,8 +10,6 @@ NKRO_ENABLE = no # Enable N-Key Rollover
|
||||||
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
||||||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||||
AUDIO_ENABLE = no # Audio output
|
AUDIO_ENABLE = no # Audio output
|
||||||
EEPROM_DRIVER = wear_leveling
|
|
||||||
WEAR_LEVELING_DRIVER = legacy
|
|
||||||
LTO_ENABLE = yes
|
LTO_ENABLE = yes
|
||||||
|
|
||||||
# Enter lower-power sleep mode when on the ChibiOS idle thread
|
# Enter lower-power sleep mode when on the ChibiOS idle thread
|
||||||
|
|
|
@ -2,7 +2,3 @@ RGB_MATRIX_ENABLE = yes
|
||||||
RGB_MATRIX_CUSTOM_KB = yes
|
RGB_MATRIX_CUSTOM_KB = yes
|
||||||
|
|
||||||
DEFAULT_FOLDER = teleport/native/iso
|
DEFAULT_FOLDER = teleport/native/iso
|
||||||
|
|
||||||
# Temporary workaround while waiting fixes of F411xC flash size definitions
|
|
||||||
EEPROM_DRIVER = wear_leveling
|
|
||||||
WEAR_LEVELING_DRIVER = legacy
|
|
|
@ -361,10 +361,6 @@ ifneq ($(findstring STM32F401, $(MCU)),)
|
||||||
|
|
||||||
# Bootloader address for STM32 DFU
|
# Bootloader address for STM32 DFU
|
||||||
STM32_BOOTLOADER_ADDRESS ?= 0x1FFF0000
|
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
|
endif
|
||||||
|
|
||||||
ifneq ($(findstring STM32F405, $(MCU)),)
|
ifneq ($(findstring STM32F405, $(MCU)),)
|
||||||
|
|
Loading…
Reference in New Issue