Skip to content

Commit

Permalink
cpu/stm32: disable MPU for stm32g0
Browse files Browse the repository at this point in the history
MPU is broken on cortex-m0+ in the current state
  • Loading branch information
aabadie committed Aug 21, 2020
1 parent 0b6394c commit cf805e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/stm32/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ifneq (,$(filter $(CPU_FAM),f2 f4 f7 g4 l0 l4 wb))
endif
endif

ifneq (,$(filter $(CPU_FAM),f2 f4 f7 g0 g4 l1 l4))
ifneq (,$(filter $(CPU_FAM),f2 f4 f7 g4 l1 l4))
FEATURES_PROVIDED += cortexm_mpu
endif

Expand Down

0 comments on commit cf805e0

Please sign in to comment.