Skip to content

Commit 1149bd0

Browse files
committed
test/unittests: add arduino-mkr1000 for ARM and unsufficient memory boards
1 parent dc1dbdb commit 1149bd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unittests/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon cc2650stk chronos ek-lm4f120xl \
1414
slwstk6220a ek-lm4f120xl stm32f3discovery \
1515
slwstk6220a nucleo32-f042 nucleo32-f303 opencm904 \
1616
seeeduino_arch-pro remote-pa remote-revb remote-reva \
17-
nucleo32-f031 nucleo-l073 nucleo-l053
17+
nucleo32-f031 nucleo-l073 nucleo-l053 arduino-mkr1000
1818

1919
USEMODULE += embunit
2020

@@ -34,7 +34,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon arduino-due cc2538dk ek-lm4f120xl f4vi1 fox
3434
spark-core stm32f0discovery stm32f3discovery stm32f4discovery udoo weio \
3535
yunjia-nrf51822 sodaq-autonomo arduino-zero nucleo-f030 nucleo-f070 \
3636
nucleo32-f303 opencm904 nucleo-f411 nucleo32-f031 nucleo-l073 \
37-
nucleo-l053
37+
nucleo-l053 arduino-mkr1000
3838

3939
DISABLE_TEST_FOR_ARM_CORTEX_M := tests-relic
4040

0 commit comments

Comments
 (0)