Browse Source

Merge remote-tracking branch 'origin/master' into develop

pull/19331/head
QMK Bot 1 year ago
parent
commit
83e8e5845a
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      builddefs/mcu_selection.mk

+ 4
- 0
builddefs/mcu_selection.mk View File

@ -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)),)


Loading…
Cancel
Save