diff --git a/tests/bench_sizeof_coretypes/Makefile b/tests/bench_sizeof_coretypes/Makefile index 03fb07bd69..18b3b19270 100644 --- a/tests/bench_sizeof_coretypes/Makefile +++ b/tests/bench_sizeof_coretypes/Makefile @@ -1,6 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno # Modules that will have an impact on the size of the TCB (thread_t): # diff --git a/tests/bench_timers/Makefile b/tests/bench_timers/Makefile index 2177e74404..8104292521 100644 --- a/tests/bench_timers/Makefile +++ b/tests/bench_timers/Makefile @@ -1,6 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno # These boards only have a single timer in their periph_conf.h, needs special # CFLAGS configuration to build properly diff --git a/tests/bloom_bytes/Makefile b/tests/bloom_bytes/Makefile index e8bad88092..5a054d1abb 100644 --- a/tests/bloom_bytes/Makefile +++ b/tests/bloom_bytes/Makefile @@ -1,8 +1,8 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - chronos msb-430 msb-430h telosb wsn430-v1_3b \ - wsn430-v1_4 z1 +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno chronos msb-430 msb-430h telosb \ + wsn430-v1_3b wsn430-v1_4 z1 USEMODULE += hashes USEMODULE += bloom diff --git a/tests/can_trx/Makefile b/tests/can_trx/Makefile index d365e767e9..7e4331e898 100644 --- a/tests/can_trx/Makefile +++ b/tests/can_trx/Makefile @@ -1,7 +1,8 @@ export APPLICATION = can_trx include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno USEMODULE += shell USEMODULE += shell_commands diff --git a/tests/cond_order/Makefile b/tests/cond_order/Makefile index b73ff45126..af1ef52d0b 100644 --- a/tests/cond_order/Makefile +++ b/tests/cond_order/Makefile @@ -1,9 +1,10 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := i-nucleo-lrwan1 nucleo32-f031 nucleo32-f042 \ - nucleo32-l031 nucleo-f030 nucleo-l053 stm32f0discovery \ - arduino-duemilanove arduino-nano arduino-uno \ +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno i-nucleo-lrwan1 nucleo32-f031 \ + nucleo32-f042 nucleo32-l031 nucleo-f030 \ nucleo-f030r8 nucleo-f031k6 nucleo-f042k6 \ - nucleo-l031k6 nucleo-l053r8 + nucleo-l031k6 nucleo-l053 nucleo-l053r8 \ + stm32f0discovery include $(RIOTBASE)/Makefile.include diff --git a/tests/conn_can/Makefile b/tests/conn_can/Makefile index 1b16dd7176..c1f76871e7 100644 --- a/tests/conn_can/Makefile +++ b/tests/conn_can/Makefile @@ -1,6 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ + arduino-mega2560 arduino-nano \ arduino-uno chronos hifive1 i-nucleo-lrwan1 \ msb-430 msb-430h \ nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \ diff --git a/tests/driver_at/Makefile b/tests/driver_at/Makefile index 182dffd0f4..408bf46cf5 100644 --- a/tests/driver_at/Makefile +++ b/tests/driver_at/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - nucleo-f031k6 +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno nucleo-f031k6 USEMODULE += shell USEMODULE += at diff --git a/tests/driver_at30tse75x/Makefile b/tests/driver_at30tse75x/Makefile index 120eb5ba28..871defc257 100644 --- a/tests/driver_at30tse75x/Makefile +++ b/tests/driver_at30tse75x/Makefile @@ -1,6 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno USEMODULE += at30tse75x USEMODULE += shell diff --git a/tests/driver_at86rf2xx/Makefile b/tests/driver_at86rf2xx/Makefile index a89202b448..3964b90e64 100644 --- a/tests/driver_at86rf2xx/Makefile +++ b/tests/driver_at86rf2xx/Makefile @@ -1,8 +1,8 @@ include ../Makefile.tests_common # exclude boards with insufficient memory -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - nucleo-f031k6 +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno nucleo-f031k6 DISABLE_MODULE += auto_init diff --git a/tests/driver_ata8520e/Makefile b/tests/driver_ata8520e/Makefile index e0b2a6ec6b..5e7ad233b4 100644 --- a/tests/driver_ata8520e/Makefile +++ b/tests/driver_ata8520e/Makefile @@ -1,6 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno USEMODULE += ata8520e USEMODULE += shell diff --git a/tests/driver_bmx055/Makefile b/tests/driver_bmx055/Makefile index a164a4bb14..54f08ad24a 100644 --- a/tests/driver_bmx055/Makefile +++ b/tests/driver_bmx055/Makefile @@ -1,6 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno # include and auto-initialize all available sensors USEMODULE += saul_default diff --git a/tests/driver_dynamixel/Makefile b/tests/driver_dynamixel/Makefile index 5d024e9161..36e5390c69 100644 --- a/tests/driver_dynamixel/Makefile +++ b/tests/driver_dynamixel/Makefile @@ -1,6 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno # chronos : USART_1 undeclared BOARD_BLACKLIST += chronos diff --git a/tests/driver_enc28j60/Makefile b/tests/driver_enc28j60/Makefile index 93a935dc96..e0fac7e93b 100644 --- a/tests/driver_enc28j60/Makefile +++ b/tests/driver_enc28j60/Makefile @@ -1,11 +1,12 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ + arduino-mega2560 arduino-nano \ arduino-uno i-nucleo-lrwan1 msb-430 msb-430h \ - nucleo-f334r8 nucleo-l053r8 nucleo-f031k6 nucleo-f042k6 \ - nucleo-f303k8 nucleo-l031k6 mega-xplained \ - stm32f0discovery telosb waspmote-pro wsn430-v1_3b \ - wsn430-v1_4 z1 + nucleo-f334r8 nucleo-l053r8 nucleo-f031k6 \ + nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \ + mega-xplained stm32f0discovery telosb \ + waspmote-pro wsn430-v1_3b wsn430-v1_4 z1 USEMODULE += auto_init_gnrc_netif USEMODULE += enc28j60 diff --git a/tests/driver_encx24j600/Makefile b/tests/driver_encx24j600/Makefile index d67316b157..7ef6d33350 100644 --- a/tests/driver_encx24j600/Makefile +++ b/tests/driver_encx24j600/Makefile @@ -1,6 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ + arduino-mega2560 arduino-nano \ arduino-uno i-nucleo-lrwan1 msb-430 msb-430h \ nucleo-l053r8 nucleo-f031k6 nucleo-f042k6 \ nucleo-l031k6 stm32f0discovery telosb \ diff --git a/tests/driver_feetech/Makefile b/tests/driver_feetech/Makefile index d94af453f8..b783de23bf 100644 --- a/tests/driver_feetech/Makefile +++ b/tests/driver_feetech/Makefile @@ -1,6 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno # chronos : USART_1 undeclared BOARD_BLACKLIST += chronos diff --git a/tests/driver_kw2xrf/Makefile b/tests/driver_kw2xrf/Makefile index 8d9f0cad18..35c1be1398 100644 --- a/tests/driver_kw2xrf/Makefile +++ b/tests/driver_kw2xrf/Makefile @@ -1,7 +1,8 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ - arduino-uno i-nucleo-lrwan1 nucleo-f031k6 nucleo-f042k6 \ +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ + arduino-mega2560 arduino-nano arduino-uno \ + i-nucleo-lrwan1 nucleo-f031k6 nucleo-f042k6 \ nucleo-l031k6 nucleo-f334r8 nucleo-l053r8 \ stm32f0discovery waspmote-pro diff --git a/tests/driver_ltc4150/Makefile b/tests/driver_ltc4150/Makefile index 6b6ab4a7b5..ac50bbb77e 100644 --- a/tests/driver_ltc4150/Makefile +++ b/tests/driver_ltc4150/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY += arduino-uno arduino-nano arduino-duemilanove - +BOARD_INSUFFICIENT_MEMORY += arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno BOARD ?= msba2 USEMODULE += fmt diff --git a/tests/driver_mpu9150/Makefile b/tests/driver_mpu9150/Makefile index b6fa83dc92..35b2625a4b 100644 --- a/tests/driver_mpu9150/Makefile +++ b/tests/driver_mpu9150/Makefile @@ -1,6 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano\ + arduino-uno USEMODULE += mpu9150 USEMODULE += xtimer diff --git a/tests/driver_nrf24l01p_lowlevel/Makefile b/tests/driver_nrf24l01p_lowlevel/Makefile index 71b5a672ba..863fa515b8 100644 --- a/tests/driver_nrf24l01p_lowlevel/Makefile +++ b/tests/driver_nrf24l01p_lowlevel/Makefile @@ -1,8 +1,8 @@ include ../Makefile.tests_common # exclude boards with insufficient memory -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - nucleo-f031k6 +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano\ + arduino-uno nucleo-f031k6 USEMODULE += shell USEMODULE += shell_commands diff --git a/tests/driver_nvram_spi/Makefile b/tests/driver_nvram_spi/Makefile index efa7e8fd23..cdc6c16fa9 100644 --- a/tests/driver_nvram_spi/Makefile +++ b/tests/driver_nvram_spi/Makefile @@ -1,6 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano\ + arduino-uno USEMODULE += nvram_spi USEMODULE += xtimer diff --git a/tests/driver_pcd8544/Makefile b/tests/driver_pcd8544/Makefile index 46a5d8bcd1..d57c68edf8 100644 --- a/tests/driver_pcd8544/Makefile +++ b/tests/driver_pcd8544/Makefile @@ -1,6 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano\ + arduino-uno USEMODULE += shell USEMODULE += pcd8544 diff --git a/tests/driver_pir/Makefile b/tests/driver_pir/Makefile index 4262ed055c..3671877ea6 100644 --- a/tests/driver_pir/Makefile +++ b/tests/driver_pir/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - nucleo-f031k6 +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano\ + arduino-uno nucleo-f031k6 USEMODULE += pir diff --git a/tests/driver_rn2xx3/Makefile b/tests/driver_rn2xx3/Makefile index ea365cc17b..db21e6ed7a 100644 --- a/tests/driver_rn2xx3/Makefile +++ b/tests/driver_rn2xx3/Makefile @@ -1,6 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano\ + arduino-uno DRIVER ?= rn2483 diff --git a/tests/driver_sdcard_spi/Makefile b/tests/driver_sdcard_spi/Makefile index b262913b85..79b53a0dd6 100644 --- a/tests/driver_sdcard_spi/Makefile +++ b/tests/driver_sdcard_spi/Makefile @@ -1,8 +1,8 @@ include ../Makefile.tests_common # exclude boards with insufficient memory -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - nucleo-f031k6 +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano\ + arduino-uno nucleo-f031k6 USEMODULE += sdcard_spi USEMODULE += auto_init_storage diff --git a/tests/driver_sht1x/Makefile b/tests/driver_sht1x/Makefile index debdf6612d..efed95e89d 100644 --- a/tests/driver_sht1x/Makefile +++ b/tests/driver_sht1x/Makefile @@ -1,6 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano\ + arduino-uno DRIVER ?= sht11 BOARD ?= msba2 diff --git a/tests/driver_srf02/Makefile b/tests/driver_srf02/Makefile index 475a6eb9f5..9c72699b26 100644 --- a/tests/driver_srf02/Makefile +++ b/tests/driver_srf02/Makefile @@ -1,6 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano\ + arduino-uno USEMODULE += xtimer USEMODULE += srf02 diff --git a/tests/driver_sx127x/Makefile b/tests/driver_sx127x/Makefile index fd42fd2c44..23d95e73c0 100644 --- a/tests/driver_sx127x/Makefile +++ b/tests/driver_sx127x/Makefile @@ -2,8 +2,8 @@ BOARD ?= b-l072z-lrwan1 include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - nucleo-f031k6 +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano\ + arduino-uno nucleo-f031k6 USEMODULE += od USEMODULE += shell diff --git a/tests/driver_tsl4531x/Makefile b/tests/driver_tsl4531x/Makefile index 8602662394..ae60d8c78d 100644 --- a/tests/driver_tsl4531x/Makefile +++ b/tests/driver_tsl4531x/Makefile @@ -1,6 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano\ + arduino-uno USEMODULE += tsl4531x USEMODULE += xtimer diff --git a/tests/driver_xbee/Makefile b/tests/driver_xbee/Makefile index 56d03f43f7..42354fb8fc 100644 --- a/tests/driver_xbee/Makefile +++ b/tests/driver_xbee/Makefile @@ -1,8 +1,9 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - nucleo-f031k6 nucleo-f042k6 nucleo-f030r8 \ - nucleo-f334r8 stm32f0discovery waspmote-pro +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno nucleo-f031k6 nucleo-f042k6 \ + nucleo-f030r8 nucleo-f334r8 stm32f0discovery \ + waspmote-pro USEMODULE += xbee USEMODULE += gnrc_txtsnd diff --git a/tests/emb6/Makefile b/tests/emb6/Makefile index 0e5581883c..a5a6a94251 100644 --- a/tests/emb6/Makefile +++ b/tests/emb6/Makefile @@ -6,9 +6,10 @@ include ../Makefile.tests_common BOARD_BLACKLIST := msb-430 msb-430h pic32-clicker pic32-wifire \ telosb wsn430-v1_3b wsn430-v1_4 z1 -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ - arduino-uno i-nucleo-lrwan1 msb-430 msb-430h \ - nucleo-l031k6 nucleo-f031k6 nucleo-f042k6 nucleo-l053r8 \ +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ + arduino-mega2560 arduino-nano arduino-uno \ + i-nucleo-lrwan1 msb-430 msb-430h nucleo-l031k6 \ + nucleo-f031k6 nucleo-f042k6 nucleo-l053r8 \ stm32f0discovery telosb waspmote-pro wsn430-v1_3b \ wsn430-v1_4 z1 diff --git a/tests/events/Makefile b/tests/events/Makefile index c011813fc6..f2a1d35bf0 100644 --- a/tests/events/Makefile +++ b/tests/events/Makefile @@ -1,6 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano\ + arduino-uno FORCE_ASSERTS = 1 USEMODULE += event_callback diff --git a/tests/evtimer_msg/Makefile b/tests/evtimer_msg/Makefile index 76cbcb4d34..3069be27e8 100644 --- a/tests/evtimer_msg/Makefile +++ b/tests/evtimer_msg/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - nucleo-f031k6 nucleo-f042k6 +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano\ + arduino-uno nucleo-f031k6 nucleo-f042k6 USEMODULE += evtimer diff --git a/tests/evtimer_underflow/Makefile b/tests/evtimer_underflow/Makefile index 76cbcb4d34..3069be27e8 100644 --- a/tests/evtimer_underflow/Makefile +++ b/tests/evtimer_underflow/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - nucleo-f031k6 nucleo-f042k6 +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano\ + arduino-uno nucleo-f031k6 nucleo-f042k6 USEMODULE += evtimer diff --git a/tests/gnrc_ipv6_ext/Makefile b/tests/gnrc_ipv6_ext/Makefile index 1b468c5e4e..009a309074 100644 --- a/tests/gnrc_ipv6_ext/Makefile +++ b/tests/gnrc_ipv6_ext/Makefile @@ -2,7 +2,8 @@ DEVELHELP := 1 # name of your application include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ + arduino-mega2560 arduino-nano \ arduino-uno hifive1 i-nucleo-lrwan1 mega-xplained \ msb-430 msb-430h nucleo-f030r8 nucleo-f031k6 \ nucleo-f042k6 nucleo-f070rb nucleo-f072rb \ diff --git a/tests/gnrc_ipv6_nib/Makefile b/tests/gnrc_ipv6_nib/Makefile index c455be22d1..99f22ddeda 100644 --- a/tests/gnrc_ipv6_nib/Makefile +++ b/tests/gnrc_ipv6_nib/Makefile @@ -1,6 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ + arduino-mega2560 arduino-nano \ arduino-uno chronos nucleo-f031k6 nucleo-f042k6 \ nucleo-l031k6 telosb waspmote-pro wsn430-v1_3b \ wsn430-v1_4 diff --git a/tests/gnrc_ipv6_nib_6ln/Makefile b/tests/gnrc_ipv6_nib_6ln/Makefile index 2d00d48fce..4236d560a9 100644 --- a/tests/gnrc_ipv6_nib_6ln/Makefile +++ b/tests/gnrc_ipv6_nib_6ln/Makefile @@ -1,8 +1,9 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ - arduino-uno chronos i-nucleo-lrwan1 nucleo-f030r8 \ - nucleo-l053r8 nucleo-f031k6 nucleo-l031k6 nucleo-f042k6 \ +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ + arduino-mega2560 arduino-nano arduino-uno chronos \ + i-nucleo-lrwan1 nucleo-f030r8 nucleo-l053r8 \ + nucleo-f031k6 nucleo-l031k6 nucleo-f042k6 \ stm32f0discovery telosb waspmote-pro wsn430-v1_3b \ wsn430-v1_4 diff --git a/tests/gnrc_mac_timeout/Makefile b/tests/gnrc_mac_timeout/Makefile index 82e42d8e7a..c8463b3eb4 100644 --- a/tests/gnrc_mac_timeout/Makefile +++ b/tests/gnrc_mac_timeout/Makefile @@ -1,10 +1,11 @@ APPLICATION = gnrc_mac_timeout include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ - arduino-uno chronos i-nucleo-lrwan1 nucleo-f030r8 \ - nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 nucleo-l053r8 \ - stm32f0discovery waspmote-pro +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ + arduino-mega2560 arduino-nano arduino-uno \ + chronos i-nucleo-lrwan1 nucleo-f030r8 \ + nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \ + nucleo-l053r8 stm32f0discovery waspmote-pro USEMODULE += gnrc_mac diff --git a/tests/gnrc_ndp/Makefile b/tests/gnrc_ndp/Makefile index 76409a9457..63ffdd8b8d 100644 --- a/tests/gnrc_ndp/Makefile +++ b/tests/gnrc_ndp/Makefile @@ -1,8 +1,9 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ - arduino-uno chronos i-nucleo-lrwan1 nucleo-f030r8 \ - nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 nucleo-l053r8 \ +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ + arduino-mega2560 arduino-nano arduino-uno chronos \ + i-nucleo-lrwan1 nucleo-f030r8 nucleo-f031k6 \ + nucleo-f042k6 nucleo-l031k6 nucleo-l053r8 \ stm32f0discovery telosb waspmote-pro wsn430-v1_3b \ wsn430-v1_4 diff --git a/tests/gnrc_netif/Makefile b/tests/gnrc_netif/Makefile index 1edfcea62d..9c8e4f030d 100644 --- a/tests/gnrc_netif/Makefile +++ b/tests/gnrc_netif/Makefile @@ -1,11 +1,12 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \ - arduino-nano arduino-uno b-l072z-lrwan1 blackpill \ - bluepill calliope-mini cc2650-launchpad cc2650stk \ - chronos hifive1 i-nucleo-lrwan1 lsn50 maple-mini \ - mega-xplained microbit \ - msb-430 msb-430h nrf51dk nrf51dongle nrf6310 \ +BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-leonardo \ + arduino-mega2560 arduino-nano arduino-uno \ + b-l072z-lrwan1 blackpill bluepill calliope-mini \ + cc2650-launchpad cc2650stk chronos hifive1 \ + i-nucleo-lrwan1 lsn50 maple-mini \ + mega-xplained microbit msb-430 msb-430h \ + nrf51dk nrf51dongle nrf6310 \ nucleo-f030r8 nucleo-f070rb nucleo-f072rb \ nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \ nucleo-l053r8 nucleo-l073rz nucleo-f031k6 \ diff --git a/tests/gnrc_rpl_srh/Makefile b/tests/gnrc_rpl_srh/Makefile index 699923c17d..098caf6be4 100644 --- a/tests/gnrc_rpl_srh/Makefile +++ b/tests/gnrc_rpl_srh/Makefile @@ -2,7 +2,8 @@ DEVELHELP := 1 # name of your application include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ + arduino-mega2560 arduino-nano \ arduino-uno hifive1 i-nucleo-lrwan1 mega-xplained \ msb-430 msb-430h nucleo-f030r8 nucleo-f031k6 \ nucleo-f042k6 nucleo-f070rb nucleo-f072rb \ diff --git a/tests/gnrc_sixlowpan/Makefile b/tests/gnrc_sixlowpan/Makefile index bdf94b35ae..c783724ad9 100644 --- a/tests/gnrc_sixlowpan/Makefile +++ b/tests/gnrc_sixlowpan/Makefile @@ -1,9 +1,9 @@ # name of your application include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ - arduino-uno chronos hifive1 i-nucleo-lrwan1 \ - msb-430 msb-430h \ +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ + arduino-mega2560 arduino-nano arduino-uno chronos \ + hifive1 i-nucleo-lrwan1 msb-430 msb-430h \ nucleo-f030r8 nucleo-f031k6 nucleo-f042k6 \ nucleo-f070rb nucleo-f070rb nucleo-f072rb \ nucleo-f303k8 nucleo-f334r8 nucleo-l031k6 \ diff --git a/tests/gnrc_sixlowpan_frag/Makefile b/tests/gnrc_sixlowpan_frag/Makefile index 52ab2daf6f..b6deb5a402 100644 --- a/tests/gnrc_sixlowpan_frag/Makefile +++ b/tests/gnrc_sixlowpan_frag/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - nucleo-f031k6 +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno nucleo-f031k6 USEMODULE += gnrc_sixlowpan_frag USEMODULE += embunit diff --git a/tests/gnrc_sock_dns/Makefile b/tests/gnrc_sock_dns/Makefile index 14cb8519b9..435acea851 100644 --- a/tests/gnrc_sock_dns/Makefile +++ b/tests/gnrc_sock_dns/Makefile @@ -2,7 +2,8 @@ include ../Makefile.tests_common RIOTBASE ?= $(CURDIR)/../.. -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ + arduino-mega2560 arduino-nano \ arduino-uno chronos hifive1 i-nucleo-lrwan1 \ mega-xplained msb-430 msb-430h \ nucleo-f042k6 nucleo-f031k6 \ diff --git a/tests/gnrc_sock_ip/Makefile b/tests/gnrc_sock_ip/Makefile index 06f90aeb4d..74acd850fd 100644 --- a/tests/gnrc_sock_ip/Makefile +++ b/tests/gnrc_sock_ip/Makefile @@ -1,6 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ + arduino-nano arduino-uno \ chronos nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 USEMODULE += gnrc_sock_ip diff --git a/tests/gnrc_sock_udp/Makefile b/tests/gnrc_sock_udp/Makefile index 262c23647b..1d1c511bc6 100644 --- a/tests/gnrc_sock_udp/Makefile +++ b/tests/gnrc_sock_udp/Makefile @@ -1,6 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ + arduino-mega2560 arduino-nano \ arduino-uno chronos nucleo-f031k6 nucleo-f042k6 \ nucleo-l031k6 waspmote-pro diff --git a/tests/gnrc_tcp_client/Makefile b/tests/gnrc_tcp_client/Makefile index 53396d0bb5..1c091708af 100644 --- a/tests/gnrc_tcp_client/Makefile +++ b/tests/gnrc_tcp_client/Makefile @@ -13,7 +13,8 @@ TCP_CLIENT_ADDR ?= 2001:db8::affe:0002 TCP_TEST_CYCLES ?= 3 # Mark Boards with insufficient memory -BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \ +BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove \ + arduino-leonardo arduino-mega2560 \ arduino-nano arduino-uno calliope-mini chronos \ hifive1 i-nucleo-lrwan1 mega-xplained microbit \ msb-430 msb-430h nrf51dk nrf51dongle nrf6310 \ diff --git a/tests/gnrc_tcp_server/Makefile b/tests/gnrc_tcp_server/Makefile index a318313e37..be22cc694a 100644 --- a/tests/gnrc_tcp_server/Makefile +++ b/tests/gnrc_tcp_server/Makefile @@ -12,7 +12,8 @@ TCP_SERVER_PORT ?= 80 TCP_TEST_CYCLES ?= 3 # Mark Boards with insufficient memory -BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \ +BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove \ + arduino-leonardo arduino-mega2560 \ arduino-nano arduino-uno calliope-mini chronos \ hifive1 i-nucleo-lrwan1 mega-xplained microbit \ msb-430 msb-430h \ diff --git a/tests/gnrc_udp/Makefile b/tests/gnrc_udp/Makefile index 5301af03e0..c28e0c2c4d 100644 --- a/tests/gnrc_udp/Makefile +++ b/tests/gnrc_udp/Makefile @@ -1,6 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ + arduino-mega2560 arduino-nano \ arduino-uno calliope-mini chronos hifive1 \ i-nucleo-lrwan1 \ mega-xplained microbit msb-430 msb-430h \ diff --git a/tests/irq/Makefile b/tests/irq/Makefile index 89cb26cf03..bea911be69 100644 --- a/tests/irq/Makefile +++ b/tests/irq/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - nucleo-f031k6 +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno nucleo-f031k6 USEMODULE += auto_init USEMODULE += xtimer diff --git a/tests/isr_yield_higher/Makefile b/tests/isr_yield_higher/Makefile index fe3ae4c812..a8860fe882 100644 --- a/tests/isr_yield_higher/Makefile +++ b/tests/isr_yield_higher/Makefile @@ -1,8 +1,8 @@ APPLICATION = isr_yield_higher include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - nucleo-f031k6 +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno nucleo-f031k6 USEMODULE += xtimer diff --git a/tests/msg_send_receive/Makefile b/tests/msg_send_receive/Makefile index b3e731790e..c97e253860 100644 --- a/tests/msg_send_receive/Makefile +++ b/tests/msg_send_receive/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - nucleo-f031k6 +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno nucleo-f031k6 TEST_ON_CI_WHITELIST += all diff --git a/tests/mutex_order/Makefile b/tests/mutex_order/Makefile index 037942a5d4..0e6b80e074 100644 --- a/tests/mutex_order/Makefile +++ b/tests/mutex_order/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - i-nucleo-lrwan1 \ +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno i-nucleo-lrwan1 \ nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \ nucleo-f030r8 nucleo-l053r8 stm32f0discovery diff --git a/tests/nanocoap_cli/Makefile b/tests/nanocoap_cli/Makefile index dcf88203ad..13be1ab060 100644 --- a/tests/nanocoap_cli/Makefile +++ b/tests/nanocoap_cli/Makefile @@ -1,6 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ + arduino-mega2560 arduino-nano \ arduino-uno chronos i-nucleo-lrwan1 mega-xplained \ msb-430 msb-430h nucleo-f030r8 \ nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \ diff --git a/tests/netdev_test/Makefile b/tests/netdev_test/Makefile index 6149b11f20..b9cab89b76 100644 --- a/tests/netdev_test/Makefile +++ b/tests/netdev_test/Makefile @@ -4,8 +4,8 @@ CFLAGS += -DNDEBUG include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - nucleo-f031k6 +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno nucleo-f031k6 DISABLE_MODULE = auto_init diff --git a/tests/periph_eeprom/Makefile b/tests/periph_eeprom/Makefile index 1e0bff91eb..dbd0ab6f46 100644 --- a/tests/periph_eeprom/Makefile +++ b/tests/periph_eeprom/Makefile @@ -3,7 +3,8 @@ include ../Makefile.tests_common FEATURES_REQUIRED += periph_eeprom -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano\ + arduino-uno USEMODULE += shell USEMODULE += shell_commands # provides reboot command diff --git a/tests/periph_gpio/Makefile b/tests/periph_gpio/Makefile index ede7e5f834..bd0adec74d 100644 --- a/tests/periph_gpio/Makefile +++ b/tests/periph_gpio/Makefile @@ -1,6 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano\ + arduino-uno FEATURES_REQUIRED = periph_gpio FEATURES_OPTIONAL = periph_gpio_irq diff --git a/tests/periph_i2c/Makefile b/tests/periph_i2c/Makefile index 5d2b48c446..af9559ec08 100644 --- a/tests/periph_i2c/Makefile +++ b/tests/periph_i2c/Makefile @@ -1,7 +1,8 @@ BOARD ?= samr21-xpro include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano\ + arduino-uno FEATURES_REQUIRED = periph_i2c diff --git a/tests/periph_pwm/Makefile b/tests/periph_pwm/Makefile index 7c64011792..065f8484f1 100644 --- a/tests/periph_pwm/Makefile +++ b/tests/periph_pwm/Makefile @@ -1,7 +1,8 @@ BOARD ?= samr21-xpro include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano\ + arduino-uno FEATURES_REQUIRED = periph_pwm diff --git a/tests/periph_spi/Makefile b/tests/periph_spi/Makefile index 8f8cfc7f3f..182bb1133a 100644 --- a/tests/periph_spi/Makefile +++ b/tests/periph_spi/Makefile @@ -1,7 +1,8 @@ BOARD ?= samr21-xpro include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano\ + arduino-uno FEATURES_REQUIRED = periph_spi diff --git a/tests/periph_timer/Makefile b/tests/periph_timer/Makefile index fc08bbb6e8..ea7a089850 100644 --- a/tests/periph_timer/Makefile +++ b/tests/periph_timer/Makefile @@ -1,7 +1,5 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno - FEATURES_REQUIRED = periph_timer TEST_ON_CI_WHITELIST += all diff --git a/tests/periph_uart/Makefile b/tests/periph_uart/Makefile index e9a1eadca2..a6cfb01707 100644 --- a/tests/periph_uart/Makefile +++ b/tests/periph_uart/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - nucleo-f031k6 +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano\ + arduino-uno nucleo-f031k6 FEATURES_REQUIRED += periph_uart FEATURES_OPTIONAL += periph_lpuart # STM32 L0 and L4 provides lpuart support diff --git a/tests/pkg_c25519/Makefile b/tests/pkg_c25519/Makefile index 49d8ff2166..57dbf44a83 100644 --- a/tests/pkg_c25519/Makefile +++ b/tests/pkg_c25519/Makefile @@ -4,7 +4,8 @@ USEMODULE += embunit USEMODULE += random USEPKG += c25519 -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno TEST_ON_CI_WHITELIST += all diff --git a/tests/pkg_fatfs/Makefile b/tests/pkg_fatfs/Makefile index d40581795f..67464f3bbe 100644 --- a/tests/pkg_fatfs/Makefile +++ b/tests/pkg_fatfs/Makefile @@ -2,13 +2,15 @@ include ../Makefile.tests_common BOARD ?= native -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno FEATURES_OPTIONAL += periph_rtc # this list is composed of boards that support spi/gpio + native -BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560 \ - arduino-mkr1000 arduino-mkrzero arduino-uno arduino-zero avsextrem \ +BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove \ + arduino-leonardo arduino-mega2560 arduino-mkr1000 \ + arduino-mkrzero arduino-uno arduino-zero avsextrem \ b-l072z-lrwan1 b-l475e-iot01a bluepill cc2538dk ek-lm4f120xl \ feather-m0 fox frdm-k22f frdm-k64f i-nucleo-lrwan1 ikea-tradfri \ iotlab-a8-m3 iotlab-m3 limifrog-v1 maple-mini msb-430 msb-430h msba2 \ diff --git a/tests/pkg_fatfs_vfs/Makefile b/tests/pkg_fatfs_vfs/Makefile index dc0e290fe7..edbf14bf43 100644 --- a/tests/pkg_fatfs_vfs/Makefile +++ b/tests/pkg_fatfs_vfs/Makefile @@ -25,13 +25,14 @@ else USEMODULE += mtd_sdcard endif -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - msb-430 msb-430h nucleo-f031k6 telosb \ +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno msb-430 msb-430h nucleo-f031k6 telosb \ wsn430-v1_3b wsn430-v1_4 z1 # this list is composed of boards with sufficient memory and support spi/gpio + native -BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560 \ - arduino-mkr1000 arduino-mkrzero arduino-uno arduino-zero avsextrem \ +BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove \ + arduino-leonardo arduino-mega2560 arduino-mkr1000 \ + arduino-mkrzero arduino-uno arduino-zero avsextrem \ b-l072z-lrwan1 b-l475e-iot01a bluepill cc2538dk ek-lm4f120xl \ feather-m0 fox frdm-k22f frdm-k64f ikea-tradfri i-nucleo-lrwan1 \ iotlab-a8-m3 iotlab-m3 limifrog-v1 maple-mini msba2 msbiot \ diff --git a/tests/pkg_heatshrink/Makefile b/tests/pkg_heatshrink/Makefile index 9c431130cb..3e989aa62d 100644 --- a/tests/pkg_heatshrink/Makefile +++ b/tests/pkg_heatshrink/Makefile @@ -1,6 +1,7 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove \ + arduino-leonardo \ arduino-nano \ arduino-uno \ nucleo-f031k6 \ diff --git a/tests/pkg_libb2/Makefile b/tests/pkg_libb2/Makefile index a13091b136..fdfe34ff78 100644 --- a/tests/pkg_libb2/Makefile +++ b/tests/pkg_libb2/Makefile @@ -1,10 +1,11 @@ include ../Makefile.tests_common # BLAKE2s + BLAKE2 is too big for these boards -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - chronos mega-xplained msb-430 msb-430h \ - nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 telosb \ - waspmote-pro wsn430-v1_3b wsn430-v1_4 z1 +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno chronos mega-xplained msb-430 \ + msb-430h nucleo-f031k6 nucleo-f042k6 \ + nucleo-l031k6 telosb waspmote-pro \ + wsn430-v1_3b wsn430-v1_4 z1 TEST_ON_CI_WHITELIST += all diff --git a/tests/pkg_micro-ecc/Makefile b/tests/pkg_micro-ecc/Makefile index aa9fb3fa0f..4356854693 100644 --- a/tests/pkg_micro-ecc/Makefile +++ b/tests/pkg_micro-ecc/Makefile @@ -1,6 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno # micro-ecc is not 16 bit compatible BOARD_BLACKLIST = chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 diff --git a/tests/pkg_microcoap/Makefile b/tests/pkg_microcoap/Makefile index d61e9eecda..03d01d000e 100644 --- a/tests/pkg_microcoap/Makefile +++ b/tests/pkg_microcoap/Makefile @@ -1,8 +1,8 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ - arduino-uno chronos i-nucleo-lrwan1 \ - msb-430 msb-430h \ +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ + arduino-mega2560 arduino-nano arduino-uno chronos \ + i-nucleo-lrwan1 msb-430 msb-430h \ nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \ nucleo-l031k6 nucleo-f030r8 nucleo-l053r8 \ stm32f0discovery telosb waspmote-pro z1 diff --git a/tests/pkg_qdsa/Makefile b/tests/pkg_qdsa/Makefile index 4767f12ac4..7972aeed52 100644 --- a/tests/pkg_qdsa/Makefile +++ b/tests/pkg_qdsa/Makefile @@ -5,8 +5,10 @@ TEST_ON_CI_WHITELIST += all # qDSA is not 16 bit compatible BOARD_BLACKLIST := chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - nucleo-f031k6 +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano\ + arduino-uno nucleo-f031k6 + + CFLAGS += -DTHREAD_STACKSIZE_MAIN=\(4*THREAD_STACKSIZE_DEFAULT\) diff --git a/tests/pkg_semtech-loramac/Makefile b/tests/pkg_semtech-loramac/Makefile index d1c63945c5..3859edd6cb 100644 --- a/tests/pkg_semtech-loramac/Makefile +++ b/tests/pkg_semtech-loramac/Makefile @@ -2,8 +2,9 @@ BOARD ?= b-l072z-lrwan1 include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno nucleo-f031k6 nucleo-f042k6 \ + nucleo-l031k6 BOARD_BLACKLIST := msb-430 msb-430h pic32-clicker pic32-wifire \ telosb wsn430-v1_3b wsn430-v1_4 z1 diff --git a/tests/pkg_tiny-asn1/Makefile b/tests/pkg_tiny-asn1/Makefile index 1ba8904a07..5dbed70def 100644 --- a/tests/pkg_tiny-asn1/Makefile +++ b/tests/pkg_tiny-asn1/Makefile @@ -1,6 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano\ + arduino-uno BOARD_BLACKLIST := wsn430-v1_3b wsn430-v1_4 diff --git a/tests/pkg_tweetnacl/Makefile b/tests/pkg_tweetnacl/Makefile index 0d4e357384..125a18660c 100644 --- a/tests/pkg_tweetnacl/Makefile +++ b/tests/pkg_tweetnacl/Makefile @@ -1,9 +1,10 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove \ - arduino-uno \ + arduino-leonardo \ arduino-mega2560 \ arduino-nano \ + arduino-uno \ mega-xplained \ nucleo-f031k6 \ nucleo-f042k6 \ diff --git a/tests/pkg_u8g2/Makefile b/tests/pkg_u8g2/Makefile index ac08f78f09..1d6aef4f7e 100644 --- a/tests/pkg_u8g2/Makefile +++ b/tests/pkg_u8g2/Makefile @@ -1,8 +1,8 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - chronos msb-430 msb-430h nucleo-f031k6 telosb \ - wsn430-v1_3b wsn430-v1_4 z1 +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno chronos msb-430 msb-430h \ + nucleo-f031k6 telosb wsn430-v1_3b wsn430-v1_4 z1 USEMODULE += xtimer diff --git a/tests/pkg_ucglib/Makefile b/tests/pkg_ucglib/Makefile index 8cb0cbfa13..9a813e1938 100644 --- a/tests/pkg_ucglib/Makefile +++ b/tests/pkg_ucglib/Makefile @@ -1,6 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ + arduino-mega2560 arduino-nano \ arduino-uno waspmote-pro USEMODULE += xtimer diff --git a/tests/posix_semaphore/Makefile b/tests/posix_semaphore/Makefile index fdc0eee491..7088a74267 100644 --- a/tests/posix_semaphore/Makefile +++ b/tests/posix_semaphore/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - chronos i-nucleo-lrwan1 mbed_lpc1768 \ +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno chronos i-nucleo-lrwan1 mbed_lpc1768 \ msb-430 msb-430h nrf6310 \ nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \ nucleo-f030r8 nucleo-f303k8 nucleo-f334r8 \ diff --git a/tests/ps_schedstatistics/Makefile b/tests/ps_schedstatistics/Makefile index 218a04c586..54b24afe84 100644 --- a/tests/ps_schedstatistics/Makefile +++ b/tests/ps_schedstatistics/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - chronos i-nucleo-lrwan1 \ +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno chronos i-nucleo-lrwan1 \ msb-430 msb-430h nucleo-f030r8 \ nucleo-l053r8 nucleo-f031k6 nucleo-f042k6 \ nucleo-l031k6 stm32f0discovery telosb \ diff --git a/tests/riotboot_flashwrite/Makefile b/tests/riotboot_flashwrite/Makefile index e50ad597b0..32f127d70c 100644 --- a/tests/riotboot_flashwrite/Makefile +++ b/tests/riotboot_flashwrite/Makefile @@ -2,7 +2,8 @@ DEVELHELP ?= 0 BOARD ?= samr21-xpro include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \ +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ + arduino-mega2560 arduino-uno \ chronos i-nucleo-lrwan1 \ msb-430 msb-430h nucleo-f031k6 \ nucleo-f042k6 nucleo-l031k6 nucleo-f030r8 \ diff --git a/tests/rmutex/Makefile b/tests/rmutex/Makefile index 5002103486..6ecc02eb99 100644 --- a/tests/rmutex/Makefile +++ b/tests/rmutex/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - i-nucleo-lrwan1 \ +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno i-nucleo-lrwan1 \ nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \ nucleo-f030r8 nucleo-l053r8 stm32f0discovery diff --git a/tests/rng/Makefile b/tests/rng/Makefile index 2966c60870..7da2cd825f 100644 --- a/tests/rng/Makefile +++ b/tests/rng/Makefile @@ -2,7 +2,8 @@ include ../Makefile.tests_common # some boards have not enough rom and/or ram BOARD_BLACKLIST += nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 pic32-clicker -BOARD_INSUFFICIENT_MEMORY += arduino-duemilanove arduino-nano arduino-uno +BOARD_INSUFFICIENT_MEMORY += arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno # override PRNG if desired (see sys/random for alternatives) # USEMODULE += prng_minstd diff --git a/tests/saul/Makefile b/tests/saul/Makefile index 8d8712bc86..9242312f06 100644 --- a/tests/saul/Makefile +++ b/tests/saul/Makefile @@ -6,6 +6,7 @@ USEMODULE += saul_default USEMODULE += xtimer # Too little flash: -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno +BOARD_INSUFFICIENT_MEMORY += arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno include $(RIOTBASE)/Makefile.include diff --git a/tests/sched_testing/Makefile b/tests/sched_testing/Makefile index b3e731790e..ed83fcf2db 100644 --- a/tests/sched_testing/Makefile +++ b/tests/sched_testing/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - nucleo-f031k6 +BOARD_INSUFFICIENT_MEMORY += arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno nucleo-f031k6 TEST_ON_CI_WHITELIST += all diff --git a/tests/shell/Makefile b/tests/shell/Makefile index d55a033739..c92e1bd575 100644 --- a/tests/shell/Makefile +++ b/tests/shell/Makefile @@ -12,6 +12,7 @@ DISABLE_MODULE += auto_init BOARD_BLACKLIST += chronos BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove \ + arduino-leonardo \ arduino-nano \ arduino-uno diff --git a/tests/slip/Makefile b/tests/slip/Makefile index f715454417..ee95f64f4d 100644 --- a/tests/slip/Makefile +++ b/tests/slip/Makefile @@ -1,6 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ + arduino-mega2560 arduino-nano \ arduino-uno i-nucleo-lrwan1 \ msb-430 msb-430h nucleo-f031k6 \ nucleo-f042k6 nucleo-l031k6 nucleo-f030r8 \ diff --git a/tests/sntp/Makefile b/tests/sntp/Makefile index c3aa58d952..0ba94e28c9 100644 --- a/tests/sntp/Makefile +++ b/tests/sntp/Makefile @@ -1,8 +1,8 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \ - arduino-uno chronos i-nucleo-lrwan1 \ - msb-430 msb-430h \ +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \ + arduino-mega2560 arduino-nano arduino-uno \ + chronos i-nucleo-lrwan1 msb-430 msb-430h \ nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \ nucleo-f030r8 nucleo-f303k8 nucleo-f334r8 \ nucleo-l053r8 stm32f0discovery telosb \ diff --git a/tests/struct_tm_utility/Makefile b/tests/struct_tm_utility/Makefile index a5720e950a..99e45fa1b0 100644 --- a/tests/struct_tm_utility/Makefile +++ b/tests/struct_tm_utility/Makefile @@ -2,7 +2,8 @@ include ../Makefile.tests_common DISABLE_MODULE += auto_init -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno USEMODULE += shell USEMODULE += timex diff --git a/tests/thread_cooperation/Makefile b/tests/thread_cooperation/Makefile index b550c58373..9e50f1dbb7 100644 --- a/tests/thread_cooperation/Makefile +++ b/tests/thread_cooperation/Makefile @@ -1,9 +1,8 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - chronos i-nucleo-lrwan1 \ - msb-430 msb-430h nucleo-f031k6 \ - nucleo-f303k8 +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno chronos i-nucleo-lrwan1 msb-430 \ + msb-430h nucleo-f031k6 nucleo-f303k8 DISABLE_MODULE += auto_init diff --git a/tests/thread_exit/Makefile b/tests/thread_exit/Makefile index 12c3511812..d9618e2f15 100644 --- a/tests/thread_exit/Makefile +++ b/tests/thread_exit/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - nucleo-f031k6 +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno nucleo-f031k6 DISABLE_MODULE += auto_init diff --git a/tests/thread_flags/Makefile b/tests/thread_flags/Makefile index bda0b404c9..37f782b1b2 100644 --- a/tests/thread_flags/Makefile +++ b/tests/thread_flags/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - nucleo-f031k6 +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno nucleo-f031k6 USEMODULE += core_thread_flags USEMODULE += xtimer diff --git a/tests/thread_float/Makefile b/tests/thread_float/Makefile index 9cd38c1ae4..3b6b1acd1d 100644 --- a/tests/thread_float/Makefile +++ b/tests/thread_float/Makefile @@ -1,8 +1,8 @@ APPLICATION = thread_float include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-uno arduino-duemilanove \ - arduino-nano alliope-mini cc2650stk chronos \ +BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-leonardo \ + arduino-nano arduino-uno cc2650stk chronos \ maple-mini mbed_lpc1768 microbit msb-430 msb-430h \ nrf51dongle nrf6310 nucleo-f031k6 nucleo-f042k6 \ opencm9-04 pca10000 pca10005 spark-core \ diff --git a/tests/thread_msg/Makefile b/tests/thread_msg/Makefile index 44aa5625ef..a866cec008 100644 --- a/tests/thread_msg/Makefile +++ b/tests/thread_msg/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - nucleo-f031k6 nucleo-f042k6 +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno nucleo-f031k6 nucleo-f042k6 DISABLE_MODULE += auto_init diff --git a/tests/thread_msg_seq/Makefile b/tests/thread_msg_seq/Makefile index 0dd3c8a9a0..9335b23a7d 100644 --- a/tests/thread_msg_seq/Makefile +++ b/tests/thread_msg_seq/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - nucleo-f031k6 nucleo-f042k6 +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno nucleo-f031k6 nucleo-f042k6 DISABLE_MODULE += auto_init diff --git a/tests/thread_priority_inversion/Makefile b/tests/thread_priority_inversion/Makefile index c122582f0f..b37de18169 100644 --- a/tests/thread_priority_inversion/Makefile +++ b/tests/thread_priority_inversion/Makefile @@ -3,7 +3,7 @@ include ../Makefile.tests_common USEMODULE += xtimer -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - nucleo-f031k6 +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno nucleo-f031k6 include $(RIOTBASE)/Makefile.include diff --git a/tests/thread_race/Makefile b/tests/thread_race/Makefile index 4a391ab43b..4671da03d5 100644 --- a/tests/thread_race/Makefile +++ b/tests/thread_race/Makefile @@ -2,7 +2,8 @@ include ../Makefile.tests_common DISABLE_MODULE += auto_init -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno TEST_ON_CI_WHITELIST += all diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile index 14312a0a2d..303d1fee88 100644 --- a/tests/unittests/Makefile +++ b/tests/unittests/Makefile @@ -3,6 +3,7 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := airfy-beacon \ arduino-duemilanove \ + arduino-leonardo \ arduino-mega2560 \ arduino-mkr1000 \ arduino-mkrfox1200 \ diff --git a/tests/xtimer_drift/Makefile b/tests/xtimer_drift/Makefile index fdb4b56e06..1a18c526bb 100644 --- a/tests/xtimer_drift/Makefile +++ b/tests/xtimer_drift/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - nucleo-f031k6 nucleo-f042k6 +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno nucleo-f031k6 nucleo-f042k6 USEMODULE += xtimer diff --git a/tests/xtimer_hang/Makefile b/tests/xtimer_hang/Makefile index dd64015df4..909eb4efdc 100644 --- a/tests/xtimer_hang/Makefile +++ b/tests/xtimer_hang/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - nucleo-f031k6 +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno nucleo-f031k6 USEMODULE += xtimer diff --git a/tests/xtimer_longterm/Makefile b/tests/xtimer_longterm/Makefile index fdb4b56e06..1a18c526bb 100644 --- a/tests/xtimer_longterm/Makefile +++ b/tests/xtimer_longterm/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - nucleo-f031k6 nucleo-f042k6 +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno nucleo-f031k6 nucleo-f042k6 USEMODULE += xtimer diff --git a/tests/xtimer_msg/Makefile b/tests/xtimer_msg/Makefile index 91980bcd25..5e10733b73 100644 --- a/tests/xtimer_msg/Makefile +++ b/tests/xtimer_msg/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - nucleo-f031k6 +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno nucleo-f031k6 USEMODULE += xtimer diff --git a/tests/xtimer_periodic_wakeup/Makefile b/tests/xtimer_periodic_wakeup/Makefile index b93047e235..95130f5e0c 100644 --- a/tests/xtimer_periodic_wakeup/Makefile +++ b/tests/xtimer_periodic_wakeup/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \ - chronos +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \ + arduino-uno chronos USEMODULE += xtimer