Skip to content

Commit

Permalink
fixup! fixup! cpu/cortexm_common: function to check address validity
Browse files Browse the repository at this point in the history
  • Loading branch information
fjmolinas committed Apr 10, 2019
1 parent d68dc55 commit ab9d714
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions cpu/cortexm_common/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
FEATURES_PROVIDED += periph_pm
FEATURES_PROVIDED += cpp
FEATURES_PROVIDED += cpu_cortexm_address_check
1 change: 1 addition & 0 deletions makefiles/pseudomodules.inc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ PSEUDOMODULES += conn_can_isotp_multi
PSEUDOMODULES += cord_ep_standalone
PSEUDOMODULES += core_%
PSEUDOMODULES += cortexm_fpu
PSEUDOMODULES += cpu_cortexm_address_check
PSEUDOMODULES += ecc_%
PSEUDOMODULES += emb6_router
PSEUDOMODULES += event_%
Expand Down
6 changes: 1 addition & 5 deletions tests/cpu_cortexm_address_check/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
BOARD_WHITELIST := samr21-xpro iotlab-m3 nucleo-l152re nucleo-l073rz \
nucleo-l031k6 nucleo-l053r8 b-l072z-lrwan1 \
b-l475e-iot01a nucleo-f091rc nucleo-f103rb \
nucleo-f207zg nucleo-f303k8 nucleo-f446re \
nucleo-f746zg nucleo-l476rg
FEATURES_REQUIRED += cpu_cortexm_address_check

BOARD ?= nucleo-l152re

Expand Down

0 comments on commit ab9d714

Please sign in to comment.