Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
May 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions keyboards/mode/m75s/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ NKRO_ENABLE = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
EEPROM_DRIVER = wear_leveling
WEAR_LEVELING_DRIVER = legacy
LTO_ENABLE = yes

# Enter lower-power sleep mode when on the ChibiOS idle thread
Expand Down
4 changes: 0 additions & 4 deletions keyboards/teleport/native/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,3 @@ RGB_MATRIX_ENABLE = yes
RGB_MATRIX_CUSTOM_KB = yes

DEFAULT_FOLDER = teleport/native/iso

# Temporary workaround while waiting fixes of F411xC flash size definitions
EEPROM_DRIVER = wear_leveling
WEAR_LEVELING_DRIVER = legacy
4 changes: 0 additions & 4 deletions platforms/chibios/mcu_selection.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)),)
Expand Down