diff --git a/tests/conn_ip/Makefile b/tests/conn_ip/Makefile index dec3f7463c5247c401098fed9f1d8de92d12dedd..8c71d1d67382e7bd2f72642759d3cf1dd3c0b83e 100644 --- a/tests/conn_ip/Makefile +++ b/tests/conn_ip/Makefile @@ -5,7 +5,7 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f334 stm32f0discovery telosb \ weio wsn430-v1_3b wsn430-v1_4 z1 nucleo-f030 nucleo-f070 \ - nucleo32-f042 + nucleo32-f042 nucleo32-f031 USEMODULE += gnrc_netdev_default USEMODULE += auto_init_gnrc_netif diff --git a/tests/driver_pir/Makefile b/tests/driver_pir/Makefile index d446513c1f27dfcade966cc0c0e29f3798754fe1..6d07c6d9eff011144aa567ef956e55b82ff270db 100644 --- a/tests/driver_pir/Makefile +++ b/tests/driver_pir/Makefile @@ -1,6 +1,8 @@ APPLICATION = driver_pir include ../Makefile.tests_common +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 + FEATURES_REQUIRED = periph_gpio USEMODULE += pir diff --git a/tests/driver_xbee/Makefile b/tests/driver_xbee/Makefile index 22afd84716ac0fdf02dcc8b3549e95f0d14dddca..73afde3c69944668a95c8a8fdd2999465e259630 100644 --- a/tests/driver_xbee/Makefile +++ b/tests/driver_xbee/Makefile @@ -4,7 +4,7 @@ include ../Makefile.tests_common FEATURES_REQUIRED = periph_uart periph_gpio BOARD_INSUFFICIENT_MEMORY := nucleo-f030 nucleo-f334 stm32f0discovery weio \ - nucleo32-f042 + nucleo32-f042 nucleo32-f031 USEMODULE += xbee USEMODULE += gnrc_netif diff --git a/tests/gnrc_ipv6_ext/Makefile b/tests/gnrc_ipv6_ext/Makefile index 8c98f8dc02e82f436d86a93359151b3acb98d1f2..ae2fe798c4030692058ce18264a8c9a9e79318e1 100644 --- a/tests/gnrc_ipv6_ext/Makefile +++ b/tests/gnrc_ipv6_ext/Makefile @@ -8,7 +8,8 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 maple-mini msb-430h \ nrf51dongle nrf6310 nucleo-f103 nucleo-f334 pca10000 pca10005 \ spark-core stm32f0discovery telosb weio wsn430-v1_3b \ - wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f030 nucleo32-f042 + wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f030 nucleo32-f042 \ + nucleo32-f031 # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present diff --git a/tests/gnrc_sixlowpan/Makefile b/tests/gnrc_sixlowpan/Makefile index 3b8f6505cb07a368c181f893d2fc62f8cb03bee2..45335a7c632a3c6e9a075c5f0aaa077f74e75326 100644 --- a/tests/gnrc_sixlowpan/Makefile +++ b/tests/gnrc_sixlowpan/Makefile @@ -8,7 +8,8 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h nrf51dongle \ nrf6310 nucleo-f103 nucleo-f334 pca10000 pca10005 spark-core \ stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \ - yunjia-nrf51822 z1 nucleo-f030 nucleo-f070 nucleo32-f042 + yunjia-nrf51822 z1 nucleo-f030 nucleo-f070 nucleo32-f042 \ + nucleo32-f031 # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present diff --git a/tests/gnrc_sock_ip/Makefile b/tests/gnrc_sock_ip/Makefile index 14fb094a97c5d572dddf6477fdc2482d1f21e949..5bb9f12258ce1f061aa7d62e36e4caa4e108dcdd 100644 --- a/tests/gnrc_sock_ip/Makefile +++ b/tests/gnrc_sock_ip/Makefile @@ -1,6 +1,8 @@ APPLICATION = gnrc_sock_ip include ../Makefile.tests_common +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 + RIOTBASE ?= $(CURDIR)/../.. USEMODULE += gnrc_sock_ip diff --git a/tests/gnrc_sock_udp/Makefile b/tests/gnrc_sock_udp/Makefile index d880fb6f4f134f18f43215338b0285a6e1537183..40c80816861c0abbd58a9f4d284d452afb38b3fd 100644 --- a/tests/gnrc_sock_udp/Makefile +++ b/tests/gnrc_sock_udp/Makefile @@ -3,7 +3,7 @@ include ../Makefile.tests_common RIOTBASE ?= $(CURDIR)/../.. -BOARD_INSUFFICIENT_MEMORY := nucleo32-f042 +BOARD_INSUFFICIENT_MEMORY := nucleo32-f042 nucleo32-f031 USEMODULE += gnrc_sock_check_reuse USEMODULE += gnrc_sock_udp diff --git a/tests/gnrc_tcp_client/Makefile b/tests/gnrc_tcp_client/Makefile index 70058ccf7fcf322ee1f46970febd17f1e60852b0..c329a50c674eb3d6074190a7aa2424995fe37a18 100644 --- a/tests/gnrc_tcp_client/Makefile +++ b/tests/gnrc_tcp_client/Makefile @@ -16,7 +16,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560\ nucleo32-f042 nucleo-f070 nucleo-f072 nucleo32-f303\ nucleo-f334 pca10000 pca10005 stm32f0discovery\ telosb weio wsn430-v1_3b wsn430-v1_4\ - yunjia-nrf51822 z1 msb-430 msb-430h + yunjia-nrf51822 z1 msb-430 msb-430h nucleo32-f031 # This has to be the absolute path to the RIOT base directory: RIOTBASE ?= $(CURDIR)/../.. diff --git a/tests/gnrc_tcp_server/Makefile b/tests/gnrc_tcp_server/Makefile index 1039fb46e85df6fd061c26e2c8d67ac61fd4c595..422eda392cf42e8a0ec17d2ddbc494ce85c1d9d8 100644 --- a/tests/gnrc_tcp_server/Makefile +++ b/tests/gnrc_tcp_server/Makefile @@ -14,7 +14,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560\ nucleo32-f042 nucleo-f070 nucleo-f072 nucleo32-f303\ nucleo-f334 pca10000 pca10005 stm32f0discovery\ telosb weio wsn430-v1_3b wsn430-v1_4\ - yunjia-nrf51822 z1 msb-430 msb-430h + yunjia-nrf51822 z1 msb-430 msb-430h nucleo32-f031 # This has to be the absolute path to the RIOT base directory: RIOTBASE ?= $(CURDIR)/../.. diff --git a/tests/irq/Makefile b/tests/irq/Makefile index b0b9a5d532ad33aec1b5d436d234ece4765818ce..ff4c51752bed0d735d2b82ccb840258e953781e1 100644 --- a/tests/irq/Makefile +++ b/tests/irq/Makefile @@ -1,6 +1,8 @@ APPLICATION = irq include ../Makefile.tests_common +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 + USEMODULE += auto_init USEMODULE += xtimer diff --git a/tests/libfixmath_unittests/Makefile b/tests/libfixmath_unittests/Makefile index 0d29b85dcf02613a3542b8046f6acf138d608f34..7fc59af851bc3229f3a37ed6ac54b4604c2ac7cb 100644 --- a/tests/libfixmath_unittests/Makefile +++ b/tests/libfixmath_unittests/Makefile @@ -8,7 +8,7 @@ BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove # The MSP boards don't feature round(), exp(), and log(), which are used in the unittests BOARD_BLACKLIST += chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 -BOARD_INSUFFICIENT_MEMORY := weio nucleo32-f042 +BOARD_INSUFFICIENT_MEMORY := weio nucleo32-f042 nucleo32-f031 USEMODULE += libfixmath-unittests diff --git a/tests/lwip/Makefile b/tests/lwip/Makefile index 668918293741c34910cc020d4088821c029b7a30..27ed477931bf900ffe758244fb0cd933610fd4ac 100644 --- a/tests/lwip/Makefile +++ b/tests/lwip/Makefile @@ -9,7 +9,8 @@ BOARD_BLACKLIST := arduino-mega2560 msb-430h telosb waspmote-pro z1 arduino-uno arduino-duemilanove msb-430 wsn430-v1_4 wsn430-v1_3b BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-mega2560 msb-430h nrf6310 \ nucleo-f334 pca10005 stm32f0discovery telosb \ - weio yunjia-nrf51822 z1 nucleo-f030 nucleo-f072 + weio yunjia-nrf51822 z1 nucleo-f030 nucleo-f072 \ + nucleo32-f031 # including lwip_ipv6_mld would currently break this test on at86rf2xx radios USEMODULE += lwip lwip_ipv6_autoconfig lwip_conn_ip lwip_netdev2 diff --git a/tests/lwip_sock_ip/Makefile b/tests/lwip_sock_ip/Makefile index 7076dca5fe4c386db54a71661bf00677c31e2276..0f9b80dfa6485e8bbcc04555ad0a1a18669a6c56 100644 --- a/tests/lwip_sock_ip/Makefile +++ b/tests/lwip_sock_ip/Makefile @@ -7,7 +7,7 @@ BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \ msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \ wsn430-v1_4 z1 BOARD_INSUFFICIENT_MEMORY = nucleo-f030 nucleo32-f042 nucleo-f334 \ - stm32f0discovery weio + stm32f0discovery weio nucleo32-f031 LWIP_IPV4 ?= 0 diff --git a/tests/lwip_sock_tcp/Makefile b/tests/lwip_sock_tcp/Makefile index f0bf0a59ebeab42193125255b854e217ef7f2dec..56d77ea0a9c62ed5fd14100bdd4bf2b1991dbd52 100644 --- a/tests/lwip_sock_tcp/Makefile +++ b/tests/lwip_sock_tcp/Makefile @@ -7,7 +7,7 @@ include ../Makefile.tests_common BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \ msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \ wsn430-v1_4 z1 -BOARD_INSUFFICIENT_MEMORY = nucleo-f030 nucleo32-f042 nucleo-f334 \ +BOARD_INSUFFICIENT_MEMORY = nucleo-f030 nucleo32-f031 nucleo32-f042 nucleo-f334 \ stm32f0discovery weio LWIP_IPV4 ?= 0 diff --git a/tests/lwip_sock_udp/Makefile b/tests/lwip_sock_udp/Makefile index 5974da7edd50c79bc963db49f6fff0207e94b010..2b6540c5d655615610a1b3ff838df6c8599dd796 100644 --- a/tests/lwip_sock_udp/Makefile +++ b/tests/lwip_sock_udp/Makefile @@ -7,8 +7,8 @@ include ../Makefile.tests_common BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \ msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \ wsn430-v1_4 z1 -BOARD_INSUFFICIENT_MEMORY = nucleo32-f042 nucleo-f030 nucleo-f042 nucleo-f334 \ - stm32f0discovery weio +BOARD_INSUFFICIENT_MEMORY = nucleo32-f042 nucleo-f030 nucleo32-f031 nucleo-f042 \ + nucleo-f334 stm32f0discovery weio LWIP_IPV4 ?= 0 diff --git a/tests/msg_send_receive/Makefile b/tests/msg_send_receive/Makefile index e8e8a1bc7c22e31391005a5c15b85a45fb15fe48..64b456ebb7394a52caa1f35f3ca98a64d743f6d6 100644 --- a/tests/msg_send_receive/Makefile +++ b/tests/msg_send_receive/Makefile @@ -2,6 +2,8 @@ APPLICATION = msg_send_receive include ../Makefile.tests_common +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 + include $(RIOTBASE)/Makefile.include test: diff --git a/tests/msg_try_receive/Makefile b/tests/msg_try_receive/Makefile index d071f60e62bd5431e7a8f6a3317bbb6b2ead2112..4e4c23c7e4710d21a61577b1b81f0777e6b7e65d 100644 --- a/tests/msg_try_receive/Makefile +++ b/tests/msg_try_receive/Makefile @@ -1,4 +1,6 @@ APPLICATION = msg_try_receive include ../Makefile.tests_common +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 + include $(RIOTBASE)/Makefile.include diff --git a/tests/mutex_order/Makefile b/tests/mutex_order/Makefile index 92534214539e2ae8d52c1debf36c12cc18fea733..471d87a7c7e98afbde7a2869b5eaa9de15113e1c 100644 --- a/tests/mutex_order/Makefile +++ b/tests/mutex_order/Makefile @@ -1,6 +1,6 @@ APPLICATION = mutex_order include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := stm32f0discovery weio nucleo-f030 nucleo32-f042 +BOARD_INSUFFICIENT_MEMORY := stm32f0discovery weio nucleo-f030 nucleo32-f042 nucleo32-f031 include $(RIOTBASE)/Makefile.include diff --git a/tests/mutex_unlock_and_sleep/Makefile b/tests/mutex_unlock_and_sleep/Makefile index 45824eaa4688ec2dfbe6359d35ff1128ce29ebcf..668f941699874ddfe9a7e4c1322fa2639b20c12a 100644 --- a/tests/mutex_unlock_and_sleep/Makefile +++ b/tests/mutex_unlock_and_sleep/Makefile @@ -1,6 +1,8 @@ APPLICATION = mutex_unlock_and_sleep include ../Makefile.tests_common +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 + DISABLE_MODULE += auto_init include $(RIOTBASE)/Makefile.include diff --git a/tests/netdev2_test/Makefile b/tests/netdev2_test/Makefile index e98659d22dba21a456145607f049d37214433604..e6f21b1002134ed78998bbe2921927a3c9b3edb6 100644 --- a/tests/netdev2_test/Makefile +++ b/tests/netdev2_test/Makefile @@ -1,6 +1,8 @@ APPLICATION = netdev2_test include ../Makefile.tests_common +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 + DISABLE_MODULE = auto_init FEATURES_REQUIRED += periph_timer # xtimer required for this application diff --git a/tests/nhdp/Makefile b/tests/nhdp/Makefile index c776735a21eeb6a2d092d257f8981e7537fb6140..b774a21d8026bb5ff0058d6740f884385bfda253 100644 --- a/tests/nhdp/Makefile +++ b/tests/nhdp/Makefile @@ -5,7 +5,7 @@ BOARD_BLACKLIST := arduino-mega2560 chronos msb-430 msb-430h telosb \ wsn430-v1_3b wsn430-v1_4 z1 waspmote-pro arduino-uno \ arduino-duemilanove BOARD_INSUFFICIENT_MEMORY := nucleo-f334 stm32f0discovery weio nucleo-f030 \ - nucleo32-f042 + nucleo32-f042 nucleo32-f031 USEMODULE += gnrc_ipv6 USEMODULE += gnrc_sock_udp diff --git a/tests/periph_uart/Makefile b/tests/periph_uart/Makefile index d23b7b05ff14fa4f52d71d1b0e2e5e4d243499fb..788c48d918c6fb5f847ebad977f9cb6bdb3cb7a4 100644 --- a/tests/periph_uart/Makefile +++ b/tests/periph_uart/Makefile @@ -1,6 +1,8 @@ APPLICATION = periph_uart include ../Makefile.tests_common +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 + FEATURES_REQUIRED = periph_uart USEMODULE += shell diff --git a/tests/pipe/Makefile b/tests/pipe/Makefile index 46f7cc44983887deaaef0acbe34111ff38701174..1eb1913b4cc630223414c1dc6ea0c7e22f550d43 100644 --- a/tests/pipe/Makefile +++ b/tests/pipe/Makefile @@ -1,6 +1,8 @@ APPLICATION = pipe include ../Makefile.tests_common +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 + USEMODULE += pipe include $(RIOTBASE)/Makefile.include diff --git a/tests/pkg_libcoap/Makefile b/tests/pkg_libcoap/Makefile index 95dbab5a0607943dca1450756bf6de9c6dfd21e4..41e4fb5b3269474b807d9104c59b23c90e02f02c 100644 --- a/tests/pkg_libcoap/Makefile +++ b/tests/pkg_libcoap/Makefile @@ -6,7 +6,7 @@ BOARD_BLACKLIST := arduino-mega2560 chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 waspmote-pro arduino-uno arduino-duemilanove BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f334 nucleo-f030 \ stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 z1 \ - nucleo-f070 nucleo32-f042 + nucleo-f070 nucleo32-f042 nucleo32-f031 USEMODULE += gnrc_ipv6 USEMODULE += gnrc_sock_udp diff --git a/tests/pkg_u8g2/Makefile b/tests/pkg_u8g2/Makefile index 661cbd0446e632f5bb1f6606d6c1403bfc088e76..4ea5d4312c8c1141cd0659e3f46dc7bec6903df5 100644 --- a/tests/pkg_u8g2/Makefile +++ b/tests/pkg_u8g2/Makefile @@ -1,6 +1,8 @@ APPLICATION = pkg_u8g2 include ../Makefile.tests_common +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 + USEMODULE += xtimer USEPKG += u8g2 diff --git a/tests/posix_semaphore/Makefile b/tests/posix_semaphore/Makefile index bad3e977951c6bfb359b4731ab93e0d6309e6938..7a2f162b624dc34c96bece10a8aed3dde3bf768f 100644 --- a/tests/posix_semaphore/Makefile +++ b/tests/posix_semaphore/Makefile @@ -3,7 +3,7 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h mbed_lpc1768 chronos stm32f0discovery \ pca10000 pca10005 weio yunjia-nrf51822 nrf6310 spark-core \ - nucleo-f334 nucleo-f030 nucleo32-f042 + nucleo-f334 nucleo-f030 nucleo32-f042 nucleo32-f031 USEMODULE += fmt USEMODULE += posix_semaphore diff --git a/tests/pthread_condition_variable/Makefile b/tests/pthread_condition_variable/Makefile index a21acd800ae75cfad9d1b7e389e3efbfc6410fa8..6f7863abb6e57c28a43fe373aa020d34bb951ee0 100644 --- a/tests/pthread_condition_variable/Makefile +++ b/tests/pthread_condition_variable/Makefile @@ -4,7 +4,7 @@ include ../Makefile.tests_common BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove # arduino mega2560 uno duemilanove: unknown type name: clockid_t -BOARD_INSUFFICIENT_MEMORY := stm32f0discovery +BOARD_INSUFFICIENT_MEMORY := stm32f0discovery nucleo32-f031 USEMODULE += posix USEMODULE += pthread diff --git a/tests/pthread_cooperation/Makefile b/tests/pthread_cooperation/Makefile index dc249777d3bf27843f36ee6c79d2f459abedfa06..22b54c561188668fe64b302b995b355a591b89ee 100644 --- a/tests/pthread_cooperation/Makefile +++ b/tests/pthread_cooperation/Makefile @@ -4,6 +4,8 @@ include ../Makefile.tests_common BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove # arduino mega2560 uno duemilanove: unknown type name: clockid_t +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 + USEMODULE += posix USEMODULE += pthread diff --git a/tests/pthread_rwlock/Makefile b/tests/pthread_rwlock/Makefile index 2ade95ce510a84d6efa7fbbcaf0bd386d7c85064..0606aab0bc562c2d72d758b28d5a8f50072e83cf 100644 --- a/tests/pthread_rwlock/Makefile +++ b/tests/pthread_rwlock/Makefile @@ -13,6 +13,6 @@ CFLAGS += -DNATIVE_AUTO_EXIT BOARD_INSUFFICIENT_MEMORY += chronos mbed_lpc1768 msb-430 msb-430h stm32f0discovery \ pca10000 pca10005 yunjia-nrf51822 spark-core nucleo-f334 \ airfy-beacon nrf51dongle nrf6310 weio nucleo-f030 \ - nucleo32-f042 + nucleo32-f042 nucleo32-f031 include $(RIOTBASE)/Makefile.include diff --git a/tests/rmutex/Makefile b/tests/rmutex/Makefile index 8b1b9aacf36f60a42afb394576476e15bebf52d8..ae7e5af420bdfff2da9948fb2e6ff11d7b635b12 100644 --- a/tests/rmutex/Makefile +++ b/tests/rmutex/Makefile @@ -1,6 +1,7 @@ APPLICATION = rmutex include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := stm32f0discovery weio nucleo-f030 nucleo32-f042 +BOARD_INSUFFICIENT_MEMORY := stm32f0discovery weio nucleo-f030 nucleo32-f031 \ + nucleo32-f042 include $(RIOTBASE)/Makefile.include diff --git a/tests/sched_testing/Makefile b/tests/sched_testing/Makefile index 56e95f206466adea83ac747b8c59fa9a8c809f6c..cade2711cc5a01c60666d5d297c6c29f998194c2 100644 --- a/tests/sched_testing/Makefile +++ b/tests/sched_testing/Makefile @@ -1,4 +1,6 @@ APPLICATION = sched_testing include ../Makefile.tests_common +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 + include $(RIOTBASE)/Makefile.include diff --git a/tests/slip/Makefile b/tests/slip/Makefile index 7020f9481dba4bfb64b58916749a5e35f5d9b073..883dca84f7831024e200cbcdc276dff44fba05c3 100644 --- a/tests/slip/Makefile +++ b/tests/slip/Makefile @@ -2,7 +2,7 @@ APPLICATION = driver_slip include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-f334 stm32f0discovery weio \ - nucleo-f030 nucleo32-f042 + nucleo-f030 nucleo32-f042 nucleo32-f031 BOARD_BLACKLIST += mips-malta diff --git a/tests/thread_basic/Makefile b/tests/thread_basic/Makefile index 4176289bd91c890e66b788ccf0297b929d3c5a20..fb1a878b58357574f472ec2a6a7562b43cfad5c9 100644 --- a/tests/thread_basic/Makefile +++ b/tests/thread_basic/Makefile @@ -1,6 +1,8 @@ APPLICATION = thread_basic include ../Makefile.tests_common +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 + DISABLE_MODULE += auto_init include $(RIOTBASE)/Makefile.include diff --git a/tests/thread_cooperation/Makefile b/tests/thread_cooperation/Makefile index 567a7464b0173e040b16bf0006ac9856d229b1a3..fdb79395262d2b56b858da6b2a39d50d5b13fa4f 100644 --- a/tests/thread_cooperation/Makefile +++ b/tests/thread_cooperation/Makefile @@ -6,7 +6,7 @@ BOARD_INSUFFICIENT_MEMORY := cc2650stk chronos maple-mini msb-430 msb-430h \ yunjia-nrf51822 spark-core airfy-beacon nucleo-f103 \ nucleo-f334 nrf51dongle nrf6310 weio nucleo-f072 \ nucleo-f030 nucleo-f070 microbit calliope-mini \ - nucleo32-f042 nucleo32-f303 opencm9-04 + nucleo32-f042 nucleo32-f303 opencm9-04 nucleo32-f031 DISABLE_MODULE += auto_init diff --git a/tests/thread_exit/Makefile b/tests/thread_exit/Makefile index 243ca93dd9c0934c2fe8c696d62f4e5ab9a66f71..ab797c990dd637f62ab38da7db6daaa61bc60b4b 100644 --- a/tests/thread_exit/Makefile +++ b/tests/thread_exit/Makefile @@ -1,6 +1,8 @@ APPLICATION = thread_exit include ../Makefile.tests_common +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 + DISABLE_MODULE += auto_init include $(RIOTBASE)/Makefile.include diff --git a/tests/thread_flags/Makefile b/tests/thread_flags/Makefile index 5affc808959a125007c9beb0c057907bff7c1652..a62745195f2cac1d6f4b472f6bf48ad9fb3dab8d 100644 --- a/tests/thread_flags/Makefile +++ b/tests/thread_flags/Makefile @@ -1,6 +1,8 @@ APPLICATION = thread_flags include ../Makefile.tests_common +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 + USEMODULE += xtimer USEMODULE += core_thread_flags diff --git a/tests/thread_msg/Makefile b/tests/thread_msg/Makefile index 22612f9285c75421f70ad742110710c3efc7273d..d767e5f32a0da5b2ed715ac91e46d4f6a5eb7055 100644 --- a/tests/thread_msg/Makefile +++ b/tests/thread_msg/Makefile @@ -1,7 +1,7 @@ APPLICATION = thread_msg include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := stm32f0discovery nucleo32-f042 +BOARD_INSUFFICIENT_MEMORY := stm32f0discovery nucleo32-f042 nucleo32-f031 DISABLE_MODULE += auto_init diff --git a/tests/thread_msg_block_w_queue/Makefile b/tests/thread_msg_block_w_queue/Makefile index 5d09dab3af7ed2e4181f112dec8fe0a19bd87a06..5f37154536d29c895e1f1733f64669a6d98b3efb 100644 --- a/tests/thread_msg_block_w_queue/Makefile +++ b/tests/thread_msg_block_w_queue/Makefile @@ -1,6 +1,8 @@ APPLICATION = thread_msg_block_w_queue include ../Makefile.tests_common +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 + DISABLE_MODULE += auto_init include $(RIOTBASE)/Makefile.include diff --git a/tests/thread_msg_block_wo_queue/Makefile b/tests/thread_msg_block_wo_queue/Makefile index 23aa75948c78d6f036b886426e19cccc06aaff38..b6643ec50b367f5268733c28c7d900ecd862df69 100644 --- a/tests/thread_msg_block_wo_queue/Makefile +++ b/tests/thread_msg_block_wo_queue/Makefile @@ -1,6 +1,8 @@ APPLICATION = thread_msg_block_wo_queue include ../Makefile.tests_common +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 + DISABLE_MODULE += auto_init include $(RIOTBASE)/Makefile.include diff --git a/tests/thread_msg_seq/Makefile b/tests/thread_msg_seq/Makefile index 9e5687e0b60b50388dca40e663190a7d4f378850..863d9a1c58e6ba20857f7b88f8ca4f9e061446c6 100644 --- a/tests/thread_msg_seq/Makefile +++ b/tests/thread_msg_seq/Makefile @@ -1,7 +1,7 @@ APPLICATION = thread_msg_seq include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := stm32f0discovery nucleo32-f042 +BOARD_INSUFFICIENT_MEMORY := stm32f0discovery nucleo32-f042 nucleo32-f031 DISABLE_MODULE += auto_init diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile index b96ddfbf30091ff9da197410a9f0cf2b58f86b17..7152bb9849f088e6fde44951e3c0ca137221e359 100644 --- a/tests/unittests/Makefile +++ b/tests/unittests/Makefile @@ -13,7 +13,8 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon cc2650stk chronos ek-lm4f120xl \ saml21-xpro microbit calliope-mini limifrog-v1 \ slwstk6220a ek-lm4f120xl stm32f3discovery \ slwstk6220a nucleo32-f042 nucleo32-f303 opencm9-04 \ - seeeduino_arch-pro remote-pa remote-revb remote-reva + seeeduino_arch-pro remote-pa remote-revb remote-reva \ + nucleo32-f031 USEMODULE += embunit @@ -32,7 +33,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon arduino-due cc2538dk ek-lm4f120xl f4vi1 fox pba-d-01-kw2x pca10000 pca10005 remote saml21-xpro samr21-xpro slwstk6220a \ spark-core stm32f0discovery stm32f3discovery stm32f4discovery udoo weio \ yunjia-nrf51822 sodaq-autonomo arduino-zero nucleo-f030 nucleo-f070 \ - nucleo32-f303 opencm9-04 nucleo-f411 + nucleo32-f303 opencm9-04 nucleo-f411 nucleo32-f031 DISABLE_TEST_FOR_ARM_CORTEX_M := tests-relic diff --git a/tests/xtimer_drift/Makefile b/tests/xtimer_drift/Makefile index 6bca560d4ddaff2703b155252baa43c5d01c4b0a..739f3e6991a32471eb38953236ec119d9101208d 100644 --- a/tests/xtimer_drift/Makefile +++ b/tests/xtimer_drift/Makefile @@ -1,7 +1,7 @@ APPLICATION = xtimer_drift include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := nucleo32-f042 +BOARD_INSUFFICIENT_MEMORY := nucleo32-f042 nucleo32-f031 USEMODULE += xtimer diff --git a/tests/xtimer_hang/Makefile b/tests/xtimer_hang/Makefile index 1d5558ae411f916d894d3d92599ed911aab9b23a..f6df5fb32e98d306c706e8ca609f82d21ad3d0b6 100644 --- a/tests/xtimer_hang/Makefile +++ b/tests/xtimer_hang/Makefile @@ -1,6 +1,8 @@ APPLICATION = xtimer_hang include ../Makefile.tests_common +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 + USEMODULE += xtimer include $(RIOTBASE)/Makefile.include diff --git a/tests/xtimer_longterm/Makefile b/tests/xtimer_longterm/Makefile index 33e55d1eda0cc948e0bf4a08282d0c34a1652d1d..5f4bd443ff1a177f25ad0f975753dbb2ebf7f504 100644 --- a/tests/xtimer_longterm/Makefile +++ b/tests/xtimer_longterm/Makefile @@ -1,7 +1,7 @@ APPLICATION = xtimer_longterm include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := nucleo32-f042 +BOARD_INSUFFICIENT_MEMORY := nucleo32-f042 nucleo32-f031 USEMODULE += xtimer diff --git a/tests/xtimer_msg/Makefile b/tests/xtimer_msg/Makefile index 2e117020c42c23a3799fcffbac53630795c6807e..281018fc8ae6b41826e244c2bc2eac453045a246 100644 --- a/tests/xtimer_msg/Makefile +++ b/tests/xtimer_msg/Makefile @@ -1,6 +1,8 @@ APPLICATION = xtimer_msg include ../Makefile.tests_common +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 + USEMODULE += xtimer include $(RIOTBASE)/Makefile.include