Skip to content
Snippets Groups Projects
Commit 4c9866d6 authored by Alexandre Abadie's avatar Alexandre Abadie
Browse files

test/unittests: add arduino-mkr1000 for ARM and unsufficient memory boards

parent f97b4497
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ include ../Makefile.tests_common ...@@ -4,6 +4,7 @@ include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := airfy-beacon \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \
arduino-duemilanove \ arduino-duemilanove \
arduino-mega2560 \ arduino-mega2560 \
arduino-mkr1000 \
arduino-uno \ arduino-uno \
arduino-zero \ arduino-zero \
calliope-mini \ calliope-mini \
...@@ -73,6 +74,7 @@ DISABLE_TEST_FOR_ARM7 := tests-relic tests-cpp_% ...@@ -73,6 +74,7 @@ DISABLE_TEST_FOR_ARM7 := tests-relic tests-cpp_%
ARM_CORTEX_M_BOARDS := airfy-beacon \ ARM_CORTEX_M_BOARDS := airfy-beacon \
arduino-due \ arduino-due \
arduino-mkr1000 \
arduino-zero \ arduino-zero \
cc2538dk \ cc2538dk \
ek-lm4f120xl \ ek-lm4f120xl \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment