aboutsummaryrefslogtreecommitdiffstats
path: root/builddefs
diff options
context:
space:
mode:
authorStefan Kerkmann2025-05-19 07:51:28 +0200
committerGitHub2025-05-19 07:51:28 +0200
commitf686ad9e6361e05fcfa78f453f90cd72181a7516 (patch)
treef0ba7f854ecdf22b0825071e32b85d66a9aaef84 /builddefs
parenta4ef1ae736cd58375affed966cf1399fe8df5774 (diff)
[Core] STM32G0x1 support (#24301)
Diffstat (limited to 'builddefs')
-rw-r--r--builddefs/common_features.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/builddefs/common_features.mk b/builddefs/common_features.mk
index 48a976d663..9a87a6ce02 100644
--- a/builddefs/common_features.mk
+++ b/builddefs/common_features.mk
@@ -219,7 +219,7 @@ ifneq ($(strip $(EEPROM_DRIVER)),none)
COMMON_VPATH += $(PLATFORM_PATH)/$(PLATFORM_KEY)/$(DRIVER_DIR)/flash
COMMON_VPATH += $(DRIVER_PATH)/flash
SRC += eeprom_driver.c eeprom_legacy_emulated_flash.c legacy_flash_ops.c
- else ifneq ($(filter $(MCU_SERIES),STM32F1xx STM32F3xx STM32F4xx STM32L4xx STM32G4xx WB32F3G71xx WB32FQ95xx AT32F415 GD32VF103),)
+ else ifneq ($(filter $(MCU_SERIES),STM32F1xx STM32F3xx STM32F4xx STM32L4xx STM32G0xx STM32G4xx WB32F3G71xx WB32FQ95xx AT32F415 GD32VF103),)
# Wear-leveling EEPROM implementation, backed by MCU flash
OPT_DEFS += -DEEPROM_DRIVER -DEEPROM_WEAR_LEVELING
SRC += eeprom_driver.c eeprom_wear_leveling.c