summaryrefslogtreecommitdiff
path: root/platforms
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-06-19 05:03:28 +0000
committerQMK Bot <hello@qmk.fm>2023-06-19 05:03:28 +0000
commit2ea02c39954dd78cb984875efb12638589e2d98d (patch)
treec9191748dfca571d14384300bb7efa55a532c9e6 /platforms
parent1f6aa121840484a898756d2d0d653459e271d07d (diff)
parent0774381f81ba69c2c37fd002a846d03f9e9e7cfd (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'platforms')
-rw-r--r--platforms/chibios/mcu_selection.mk3
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)),)