Skip to content

Commit

Permalink
cpu/cc26x0_cc13x0: Drop feature cortexm_mpu
Browse files Browse the repository at this point in the history
At least the CC2650 doesn't have an MPU, I assume this is also true
for the rest of the family.

The CC2652 does have an MPU according to the datasheet. So I keep the
feature there in place.
  • Loading branch information
maribu committed Apr 25, 2023
1 parent 8b58e55 commit 4e77a1a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpu/cc26x0_cc13x0/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
CPU_CORE = cortex-m3

FEATURES_PROVIDED += cortexm_mpu

-include $(RIOTCPU)/cc26xx_cc13xx/Makefile.features

0 comments on commit 4e77a1a

Please sign in to comment.