diff options
author | QMK Bot <hello@qmk.fm> | 2023-06-19 05:03:28 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-06-19 05:03:28 +0000 |
commit | 2ea02c39954dd78cb984875efb12638589e2d98d (patch) | |
tree | c9191748dfca571d14384300bb7efa55a532c9e6 /platforms/chibios | |
parent | 1f6aa121840484a898756d2d0d653459e271d07d (diff) | |
parent | 0774381f81ba69c2c37fd002a846d03f9e9e7cfd (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'platforms/chibios')
-rw-r--r-- | platforms/chibios/mcu_selection.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/platforms/chibios/mcu_selection.mk b/platforms/chibios/mcu_selection.mk index 56b81493de..f14b16b169 100644 --- a/platforms/chibios/mcu_selection.mk +++ b/platforms/chibios/mcu_selection.mk @@ -546,6 +546,9 @@ ifneq ($(findstring STM32G431, $(MCU)),) # Bootloader address for STM32 DFU STM32_BOOTLOADER_ADDRESS ?= 0x1FFF0000 + + # Default to transient driver as ChibiOS EFL is currently broken for single-bank G4xx devices + EEPROM_DRIVER ?= transient endif ifneq ($(findstring STM32G474, $(MCU)),) |