We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef7d09e commit d61259fCopy full SHA for d61259f
1 file changed
tests/driver_cc110x/Makefile
@@ -26,6 +26,9 @@ BOARD_INSUFFICIENT_MEMORY += stm32f0discovery
26
BOARD_INSUFFICIENT_MEMORY += stm32l0538-disco
27
BOARD_INSUFFICIENT_MEMORY += waspmote-pro
28
29
+# stdlib.h for msp430 does not provide EXIT_FAILURE and EXIT_SUCCESS
30
+BOARD_BLACKLIST += msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1
31
+
32
# This test will rely on a human interacting with the shell, so we better add
33
# the shell and some commands
34
USEMODULE += shell
0 commit comments