From 0774381f81ba69c2c37fd002a846d03f9e9e7cfd Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Mon, 19 Jun 2023 15:02:57 +1000 Subject: Swap G431 to transient EEPROM. Add G431 and G474 onekeys. (#21282) --- platforms/chibios/mcu_selection.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'platforms') 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)),) -- cgit v1.2.3