summaryrefslogtreecommitdiff
path: root/platforms
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2023-06-19 15:02:57 +1000
committerGitHub <noreply@github.com>2023-06-19 15:02:57 +1000
commit0774381f81ba69c2c37fd002a846d03f9e9e7cfd (patch)
treee6d7e9de27b3192e696e76ea74637fec25e7a594 /platforms
parentde49bcd8e84667e733a53b7ee2dfda7e0026b9f1 (diff)
Swap G431 to transient EEPROM. Add G431 and G474 onekeys. (#21282)
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)),)