Default STM32G431 back to wear_leveling EFL driver

zvecr-patch-2
Joel Challis 2024-08-18 16:34:22 +01:00 committed by GitHub
parent 072947e573
commit ec7a9896db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -546,9 +546,6 @@ 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)),)