Skip to content

Commit 8996fef

Browse files
committed
cpu/stm32: disable RTC MEM feature for F302
1 parent d2e847d commit 8996fef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpu/stm32/Makefile.features

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ ifneq (,$(filter $(CPU_FAM),c0 f0 f1 f3 g0 g4 l0 l1 l4 l5 u5 wb wl))
3535
endif
3636

3737
ifneq (,$(filter $(CPU_FAM),f0 f2 f3 f4 f7 l0 l1 l4 l5 u5 wb wl))
38-
CPU_MODELS_WITHOUT_RTC_BKPR += stm32f030% stm32f070%
38+
CPU_MODELS_WITHOUT_RTC_BKPR += stm32f030% stm32f070% \
39+
stm32f302%
3940
ifeq (,$(filter $(CPU_MODELS_WITHOUT_RTC_BKPR),$(CPU_MODEL)))
4041
FEATURES_PROVIDED += periph_rtc_mem
4142
endif

0 commit comments

Comments
 (0)