From 82d98ed37748776aac5271490e6f6d73bd989405 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Fri, 1 Dec 2023 19:36:16 +0100 Subject: [PATCH] examples, tests: update Makefile.ci for AVR8 Ran dist/tools/insufficient_memory for all AVR8 boards. --- examples/asymcute_mqttsn/Makefile.ci | 2 -- examples/cord_epsim/Makefile.ci | 1 - examples/cord_lc/Makefile.ci | 3 --- examples/gcoap/Makefile.ci | 3 --- examples/gcoap_block_server/Makefile.ci | 3 --- examples/gcoap_fileserver/Makefile.ci | 3 --- examples/gnrc_networking/Makefile.ci | 1 + examples/gnrc_networking_subnets/Makefile.ci | 3 --- examples/javascript/Makefile.ci | 2 +- examples/lua_basic/Makefile.ci | 2 +- examples/nanocoap_server/Makefile.ci | 1 - examples/opendsme/Makefile.ci | 6 +++--- examples/paho-mqtt/Makefile.ci | 1 - examples/posix_sockets/Makefile.ci | 3 --- examples/rust-gcoap/Makefile.ci | 4 ++-- examples/telnet_server/Makefile.ci | 3 --- examples/wasm/Makefile.ci | 2 +- tests/bench/xtimer/Makefile.ci | 1 - tests/bench/ztimer/Makefile.ci | 1 - tests/core/thread_exit/Makefile.ci | 1 + tests/drivers/adt7310/Makefile.ci | 1 - tests/drivers/ata8520e/Makefile.ci | 1 + tests/drivers/hsc/Makefile.ci | 5 ----- tests/drivers/mtd_raw/Makefile.ci | 5 +++++ tests/drivers/nrf24l01p_ng/Makefile.ci | 1 - tests/drivers/pca9685/Makefile.ci | 1 + tests/drivers/pir/Makefile.ci | 5 +++++ tests/drivers/sht1x/Makefile.ci | 1 + tests/drivers/sx1280/Makefile.ci | 2 +- tests/net/gcoap_fileserver/Makefile.ci | 1 - tests/net/gnrc_dhcpv6_client/Makefile.ci | 3 --- tests/net/gnrc_dhcpv6_client_stateless/Makefile.ci | 2 -- tests/net/gnrc_dhcpv6_relay/Makefile.ci | 1 - tests/net/gnrc_ipv6_ext/Makefile.ci | 1 - tests/net/gnrc_ipv6_ext_opt/Makefile.ci | 1 - tests/net/gnrc_ipv6_fwd_w_sub/Makefile.ci | 2 -- tests/net/gnrc_ipv6_nib_dns/Makefile.ci | 1 - tests/net/gnrc_rpl/Makefile.ci | 3 --- tests/net/gnrc_rpl_srh/Makefile.ci | 5 ----- tests/net/gnrc_sock_dns/Makefile.ci | 1 - tests/net/gnrc_sock_tcp/Makefile.ci | 2 -- tests/net/gnrc_udp/Makefile.ci | 2 -- tests/net/sntp/Makefile.ci | 1 - tests/net/sock_udp_aux/Makefile.ci | 1 - tests/periph/eeprom/Makefile.ci | 5 +++++ tests/periph/i2c/Makefile.ci | 1 + tests/periph/pm/Makefile.ci | 1 + tests/periph/spi/Makefile.ci | 5 +++++ tests/periph/timer/Makefile.ci | 3 +++ tests/pkg/arduino_sdi_12/Makefile.ci | 4 ++-- tests/pkg/cryptoauthlib_internal-tests/Makefile.ci | 1 - tests/pkg/edhoc_c/Makefile.ci | 2 +- tests/pkg/emlearn/Makefile.ci | 1 - tests/pkg/etl/Makefile.ci | 2 +- tests/pkg/libb2/Makefile.ci | 2 -- tests/pkg/libfixmath_unittests/Makefile.ci | 2 +- tests/pkg/lvgl/Makefile.ci | 2 +- tests/pkg/lvgl_touch/Makefile.ci | 2 +- tests/pkg/lwip/Makefile.ci | 2 +- tests/pkg/lwip_sock_tcp/Makefile.ci | 2 +- tests/pkg/microcoap/Makefile.ci | 1 - tests/pkg/tweetnacl/Makefile.ci | 2 -- tests/pkg/utensor/Makefile.ci | 2 +- tests/sys/conn_can/Makefile.ci | 2 +- tests/sys/cpp11_condition_variable/Makefile.ci | 2 +- tests/sys/event_ztimer/Makefile.ci | 4 ++++ tests/sys/phydat_dump/Makefile.ci | 1 + tests/sys/phydat_unix/Makefile.ci | 5 +++++ tests/sys/psa_crypto_hashes/Makefile.ci | 2 +- tests/sys/psa_crypto_se_mac/Makefile.ci | 1 - tests/sys/pthread_cooperation/Makefile.ci | 2 -- 71 files changed, 62 insertions(+), 94 deletions(-) create mode 100644 tests/periph/timer/Makefile.ci diff --git a/examples/asymcute_mqttsn/Makefile.ci b/examples/asymcute_mqttsn/Makefile.ci index 9ef5732391..075f3da50d 100644 --- a/examples/asymcute_mqttsn/Makefile.ci +++ b/examples/asymcute_mqttsn/Makefile.ci @@ -5,7 +5,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-mega2560 \ arduino-nano \ arduino-uno \ - atmega1284p \ atmega328p \ atmega328p-xplained-mini \ atmega8 \ @@ -17,7 +16,6 @@ BOARD_INSUFFICIENT_MEMORY := \ hifive1b \ i-nucleo-lrwan1 \ im880b \ - mega-xplained \ microbit \ microduino-corerf \ msb-430 \ diff --git a/examples/cord_epsim/Makefile.ci b/examples/cord_epsim/Makefile.ci index cac07aafcd..35d296d0e7 100644 --- a/examples/cord_epsim/Makefile.ci +++ b/examples/cord_epsim/Makefile.ci @@ -32,5 +32,4 @@ BOARD_INSUFFICIENT_MEMORY := \ telosb \ waspmote-pro \ z1 \ - zigduino \ # diff --git a/examples/cord_lc/Makefile.ci b/examples/cord_lc/Makefile.ci index 1488259cae..2de80b23c5 100644 --- a/examples/cord_lc/Makefile.ci +++ b/examples/cord_lc/Makefile.ci @@ -10,12 +10,10 @@ BOARD_INSUFFICIENT_MEMORY := \ atxmega-a3bu-xplained \ bluepill-stm32f030c8 \ chronos \ - derfmega128 \ hifive1 \ hifive1b \ i-nucleo-lrwan1 \ im880b \ - microduino-corerf \ msb-430 \ msb-430h \ nucleo-f030r8 \ @@ -39,5 +37,4 @@ BOARD_INSUFFICIENT_MEMORY := \ telosb \ waspmote-pro \ z1 \ - zigduino \ # diff --git a/examples/gcoap/Makefile.ci b/examples/gcoap/Makefile.ci index 9618f4a536..0125a1b527 100644 --- a/examples/gcoap/Makefile.ci +++ b/examples/gcoap/Makefile.ci @@ -9,9 +9,7 @@ BOARD_INSUFFICIENT_MEMORY := \ atmega8 \ atxmega-a3bu-xplained \ bluepill-stm32f030c8 \ - derfmega128 \ i-nucleo-lrwan1 \ - microduino-corerf \ msb-430 \ msb-430h \ nucleo-f030r8 \ @@ -37,5 +35,4 @@ BOARD_INSUFFICIENT_MEMORY := \ telosb \ waspmote-pro \ z1 \ - zigduino \ # diff --git a/examples/gcoap_block_server/Makefile.ci b/examples/gcoap_block_server/Makefile.ci index fa65faa9ac..24cf855717 100644 --- a/examples/gcoap_block_server/Makefile.ci +++ b/examples/gcoap_block_server/Makefile.ci @@ -9,10 +9,8 @@ BOARD_INSUFFICIENT_MEMORY := \ atmega8 \ atxmega-a3bu-xplained \ bluepill-stm32f030c8 \ - derfmega128 \ i-nucleo-lrwan1 \ m1284p \ - microduino-corerf \ msb-430 \ msb-430h \ nucleo-f030r8 \ @@ -36,5 +34,4 @@ BOARD_INSUFFICIENT_MEMORY := \ telosb \ waspmote-pro \ z1 \ - zigduino \ # diff --git a/examples/gcoap_fileserver/Makefile.ci b/examples/gcoap_fileserver/Makefile.ci index 082969563f..ccf3f0f0cc 100644 --- a/examples/gcoap_fileserver/Makefile.ci +++ b/examples/gcoap_fileserver/Makefile.ci @@ -11,9 +11,7 @@ BOARD_INSUFFICIENT_MEMORY := \ blackpill-stm32f103c8 \ bluepill-stm32f030c8 \ bluepill-stm32f103c8 \ - derfmega128 \ i-nucleo-lrwan1 \ - microduino-corerf \ msb-430 \ msb-430h \ nucleo-f030r8 \ @@ -41,5 +39,4 @@ BOARD_INSUFFICIENT_MEMORY := \ telosb \ waspmote-pro \ z1 \ - zigduino \ # diff --git a/examples/gnrc_networking/Makefile.ci b/examples/gnrc_networking/Makefile.ci index 749d0a4c65..082969563f 100644 --- a/examples/gnrc_networking/Makefile.ci +++ b/examples/gnrc_networking/Makefile.ci @@ -13,6 +13,7 @@ BOARD_INSUFFICIENT_MEMORY := \ bluepill-stm32f103c8 \ derfmega128 \ i-nucleo-lrwan1 \ + microduino-corerf \ msb-430 \ msb-430h \ nucleo-f030r8 \ diff --git a/examples/gnrc_networking_subnets/Makefile.ci b/examples/gnrc_networking_subnets/Makefile.ci index 63eff159e8..9810ffc7b0 100644 --- a/examples/gnrc_networking_subnets/Makefile.ci +++ b/examples/gnrc_networking_subnets/Makefile.ci @@ -9,11 +9,9 @@ BOARD_INSUFFICIENT_MEMORY := \ atmega8 \ atxmega-a3bu-xplained \ bluepill-stm32f030c8 \ - derfmega128 \ i-nucleo-lrwan1 \ ict_panhead \ m1284p \ - microduino-corerf \ msb-430 \ msb-430h \ nucleo-f030r8 \ @@ -36,5 +34,4 @@ BOARD_INSUFFICIENT_MEMORY := \ telosb \ waspmote-pro \ z1 \ - zigduino \ # diff --git a/examples/javascript/Makefile.ci b/examples/javascript/Makefile.ci index 21b533131c..286cbcc9a7 100644 --- a/examples/javascript/Makefile.ci +++ b/examples/javascript/Makefile.ci @@ -3,9 +3,9 @@ BOARD_INSUFFICIENT_MEMORY := \ b-l072z-lrwan1 \ blackpill-stm32f103c8 \ blackpill-stm32f103cb \ + bluepill-stm32f030c8 \ bluepill-stm32f103c8 \ bluepill-stm32f103cb \ - bluepill-stm32f030c8 \ calliope-mini \ cc1350-launchpad \ cc2650-launchpad \ diff --git a/examples/lua_basic/Makefile.ci b/examples/lua_basic/Makefile.ci index ad357e29d1..3fa6c5ab42 100644 --- a/examples/lua_basic/Makefile.ci +++ b/examples/lua_basic/Makefile.ci @@ -1,9 +1,9 @@ BOARD_INSUFFICIENT_MEMORY := \ blackpill-stm32f103c8 \ blackpill-stm32f103cb \ + bluepill-stm32f030c8 \ bluepill-stm32f103c8 \ bluepill-stm32f103cb \ - bluepill-stm32f030c8 \ calliope-mini \ cc1350-launchpad \ cc2650-launchpad \ diff --git a/examples/nanocoap_server/Makefile.ci b/examples/nanocoap_server/Makefile.ci index 44a52747fc..cd9ae512ed 100644 --- a/examples/nanocoap_server/Makefile.ci +++ b/examples/nanocoap_server/Makefile.ci @@ -29,5 +29,4 @@ BOARD_INSUFFICIENT_MEMORY := \ telosb \ waspmote-pro \ z1 \ - zigduino \ # diff --git a/examples/opendsme/Makefile.ci b/examples/opendsme/Makefile.ci index ec8091843e..60d2a531f4 100644 --- a/examples/opendsme/Makefile.ci +++ b/examples/opendsme/Makefile.ci @@ -1,5 +1,5 @@ BOARD_INSUFFICIENT_MEMORY := \ - nrf52dk \ - nrf52840dk \ - nrf52840dongle \ + nrf52840dk \ + nrf52840dongle \ + nrf52dk \ # diff --git a/examples/paho-mqtt/Makefile.ci b/examples/paho-mqtt/Makefile.ci index 1b801c9ce6..ef70f00b8d 100644 --- a/examples/paho-mqtt/Makefile.ci +++ b/examples/paho-mqtt/Makefile.ci @@ -5,7 +5,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-mega2560 \ arduino-nano \ arduino-uno \ - atmega1284p \ atmega328p \ atmega328p-xplained-mini \ atmega8 \ diff --git a/examples/posix_sockets/Makefile.ci b/examples/posix_sockets/Makefile.ci index cd4934fb00..fe0bf14624 100644 --- a/examples/posix_sockets/Makefile.ci +++ b/examples/posix_sockets/Makefile.ci @@ -10,10 +10,8 @@ BOARD_INSUFFICIENT_MEMORY := \ atmega8 \ atxmega-a3bu-xplained \ bluepill-stm32f030c8 \ - derfmega128 \ i-nucleo-lrwan1 \ im880b \ - microduino-corerf \ msb-430 \ msb-430h \ nrf51dk \ @@ -43,5 +41,4 @@ BOARD_INSUFFICIENT_MEMORY := \ waspmote-pro \ yunjia-nrf51822 \ z1 \ - zigduino \ # diff --git a/examples/rust-gcoap/Makefile.ci b/examples/rust-gcoap/Makefile.ci index 383d4d74ac..7ab263894b 100644 --- a/examples/rust-gcoap/Makefile.ci +++ b/examples/rust-gcoap/Makefile.ci @@ -1,11 +1,11 @@ BOARD_INSUFFICIENT_MEMORY := \ airfy-beacon \ blackpill-stm32f103c8 \ - bluepill-stm32f103c8 \ bluepill-stm32f030c8 \ + bluepill-stm32f103c8 \ calliope-mini \ - im880b \ i-nucleo-lrwan1 \ + im880b \ microbit \ nrf51dongle \ nrf6310 \ diff --git a/examples/telnet_server/Makefile.ci b/examples/telnet_server/Makefile.ci index c5bf7d66f7..a9369e4842 100644 --- a/examples/telnet_server/Makefile.ci +++ b/examples/telnet_server/Makefile.ci @@ -9,9 +9,7 @@ BOARD_INSUFFICIENT_MEMORY := \ atmega8 \ atxmega-a3bu-xplained \ bluepill-stm32f030c8 \ - derfmega128 \ i-nucleo-lrwan1 \ - microduino-corerf \ msb-430 \ msb-430h \ nucleo-f030r8 \ @@ -35,5 +33,4 @@ BOARD_INSUFFICIENT_MEMORY := \ telosb \ waspmote-pro \ z1 \ - zigduino \ # diff --git a/examples/wasm/Makefile.ci b/examples/wasm/Makefile.ci index 024d2f6679..e1b03087fa 100644 --- a/examples/wasm/Makefile.ci +++ b/examples/wasm/Makefile.ci @@ -1,7 +1,7 @@ BOARD_INSUFFICIENT_MEMORY := \ blackpill-stm32f103c8 \ - bluepill-stm32f103c8 \ bluepill-stm32f030c8 \ + bluepill-stm32f103c8 \ i-nucleo-lrwan1 \ nucleo-f030r8 \ nucleo-f031k6 \ diff --git a/tests/bench/xtimer/Makefile.ci b/tests/bench/xtimer/Makefile.ci index 6a1469b5e9..7ddc7cc47d 100644 --- a/tests/bench/xtimer/Makefile.ci +++ b/tests/bench/xtimer/Makefile.ci @@ -10,5 +10,4 @@ BOARD_INSUFFICIENT_MEMORY := \ slstk3400a \ stk3200 \ stm32g0316-disco \ - zigduino \ # diff --git a/tests/bench/ztimer/Makefile.ci b/tests/bench/ztimer/Makefile.ci index 6a1469b5e9..7ddc7cc47d 100644 --- a/tests/bench/ztimer/Makefile.ci +++ b/tests/bench/ztimer/Makefile.ci @@ -10,5 +10,4 @@ BOARD_INSUFFICIENT_MEMORY := \ slstk3400a \ stk3200 \ stm32g0316-disco \ - zigduino \ # diff --git a/tests/core/thread_exit/Makefile.ci b/tests/core/thread_exit/Makefile.ci index 5f2032215b..a6233fa0df 100644 --- a/tests/core/thread_exit/Makefile.ci +++ b/tests/core/thread_exit/Makefile.ci @@ -1,5 +1,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-duemilanove \ + arduino-leonardo \ arduino-nano \ arduino-uno \ atmega328p \ diff --git a/tests/drivers/adt7310/Makefile.ci b/tests/drivers/adt7310/Makefile.ci index f6b65dded4..7f56168457 100644 --- a/tests/drivers/adt7310/Makefile.ci +++ b/tests/drivers/adt7310/Makefile.ci @@ -1,5 +1,4 @@ BOARD_INSUFFICIENT_MEMORY := \ atmega8 \ stm32f030f4-demo \ - zigduino \ # diff --git a/tests/drivers/ata8520e/Makefile.ci b/tests/drivers/ata8520e/Makefile.ci index 0a5ea0ccce..645faf5d90 100644 --- a/tests/drivers/ata8520e/Makefile.ci +++ b/tests/drivers/ata8520e/Makefile.ci @@ -1,5 +1,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-duemilanove \ + arduino-leonardo \ arduino-nano \ arduino-uno \ atmega328p \ diff --git a/tests/drivers/hsc/Makefile.ci b/tests/drivers/hsc/Makefile.ci index 3dfb5c722c..72db76ccb5 100644 --- a/tests/drivers/hsc/Makefile.ci +++ b/tests/drivers/hsc/Makefile.ci @@ -1,8 +1,3 @@ BOARD_INSUFFICIENT_MEMORY := \ - arduino-duemilanove \ - arduino-nano \ - arduino-uno \ - atmega328p \ - atmega328p-xplained-mini \ atmega8 \ # diff --git a/tests/drivers/mtd_raw/Makefile.ci b/tests/drivers/mtd_raw/Makefile.ci index 72db76ccb5..3dfb5c722c 100644 --- a/tests/drivers/mtd_raw/Makefile.ci +++ b/tests/drivers/mtd_raw/Makefile.ci @@ -1,3 +1,8 @@ BOARD_INSUFFICIENT_MEMORY := \ + arduino-duemilanove \ + arduino-nano \ + arduino-uno \ + atmega328p \ + atmega328p-xplained-mini \ atmega8 \ # diff --git a/tests/drivers/nrf24l01p_ng/Makefile.ci b/tests/drivers/nrf24l01p_ng/Makefile.ci index f983796390..f4b4f85ef2 100644 --- a/tests/drivers/nrf24l01p_ng/Makefile.ci +++ b/tests/drivers/nrf24l01p_ng/Makefile.ci @@ -26,5 +26,4 @@ BOARD_INSUFFICIENT_MEMORY := \ stm32l0538-disco \ telosb \ waspmote-pro \ - zigduino \ # diff --git a/tests/drivers/pca9685/Makefile.ci b/tests/drivers/pca9685/Makefile.ci index 5e8fb330fd..1ac5b7c090 100644 --- a/tests/drivers/pca9685/Makefile.ci +++ b/tests/drivers/pca9685/Makefile.ci @@ -1,4 +1,5 @@ BOARD_INSUFFICIENT_MEMORY := \ + atmega328p \ atmega32u4 \ atmega8 \ # diff --git a/tests/drivers/pir/Makefile.ci b/tests/drivers/pir/Makefile.ci index 1735f646f9..5f2032215b 100644 --- a/tests/drivers/pir/Makefile.ci +++ b/tests/drivers/pir/Makefile.ci @@ -1,4 +1,9 @@ BOARD_INSUFFICIENT_MEMORY := \ + arduino-duemilanove \ + arduino-nano \ + arduino-uno \ + atmega328p \ + atmega328p-xplained-mini \ atmega8 \ nucleo-f031k6 \ nucleo-l011k4 \ diff --git a/tests/drivers/sht1x/Makefile.ci b/tests/drivers/sht1x/Makefile.ci index 4231c2eb61..04da97e287 100644 --- a/tests/drivers/sht1x/Makefile.ci +++ b/tests/drivers/sht1x/Makefile.ci @@ -1,5 +1,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-duemilanove \ + arduino-leonardo \ arduino-nano \ arduino-uno \ atmega328p \ diff --git a/tests/drivers/sx1280/Makefile.ci b/tests/drivers/sx1280/Makefile.ci index 31931b03b6..e2bfd595ea 100644 --- a/tests/drivers/sx1280/Makefile.ci +++ b/tests/drivers/sx1280/Makefile.ci @@ -1,5 +1,5 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ - stm32f030f4-demo \ samd10-xmini \ + stm32f030f4-demo \ # diff --git a/tests/net/gcoap_fileserver/Makefile.ci b/tests/net/gcoap_fileserver/Makefile.ci index da97790c9b..6cdb6ac26e 100644 --- a/tests/net/gcoap_fileserver/Makefile.ci +++ b/tests/net/gcoap_fileserver/Makefile.ci @@ -4,7 +4,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-mega2560 \ arduino-nano \ arduino-uno \ - atmega1284p \ atmega328p \ atmega328p-xplained-mini \ atmega8 \ diff --git a/tests/net/gnrc_dhcpv6_client/Makefile.ci b/tests/net/gnrc_dhcpv6_client/Makefile.ci index 5128f78819..6b35eeb95e 100644 --- a/tests/net/gnrc_dhcpv6_client/Makefile.ci +++ b/tests/net/gnrc_dhcpv6_client/Makefile.ci @@ -9,12 +9,10 @@ BOARD_INSUFFICIENT_MEMORY := \ atmega8 \ atxmega-a3bu-xplained \ bluepill-stm32f030c8 \ - derfmega128 \ hifive1 \ hifive1b \ i-nucleo-lrwan1 \ im880b \ - microduino-corerf \ msb-430 \ msb-430h \ nucleo-f030r8 \ @@ -41,5 +39,4 @@ BOARD_INSUFFICIENT_MEMORY := \ telosb \ waspmote-pro \ z1 \ - zigduino \ # diff --git a/tests/net/gnrc_dhcpv6_client_stateless/Makefile.ci b/tests/net/gnrc_dhcpv6_client_stateless/Makefile.ci index da093f5940..ddd6dd2067 100644 --- a/tests/net/gnrc_dhcpv6_client_stateless/Makefile.ci +++ b/tests/net/gnrc_dhcpv6_client_stateless/Makefile.ci @@ -5,7 +5,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-mega2560 \ arduino-nano \ arduino-uno \ - atmega1284p \ atmega328p \ atmega328p-xplained-mini \ atmega8 \ @@ -19,7 +18,6 @@ BOARD_INSUFFICIENT_MEMORY := \ i-nucleo-lrwan1 \ im880b \ lsn50 \ - mega-xplained \ microbit \ microduino-corerf \ msb-430 \ diff --git a/tests/net/gnrc_dhcpv6_relay/Makefile.ci b/tests/net/gnrc_dhcpv6_relay/Makefile.ci index 3da78ff4e8..6b35eeb95e 100644 --- a/tests/net/gnrc_dhcpv6_relay/Makefile.ci +++ b/tests/net/gnrc_dhcpv6_relay/Makefile.ci @@ -39,5 +39,4 @@ BOARD_INSUFFICIENT_MEMORY := \ telosb \ waspmote-pro \ z1 \ - zigduino \ # diff --git a/tests/net/gnrc_ipv6_ext/Makefile.ci b/tests/net/gnrc_ipv6_ext/Makefile.ci index 6d657f9735..e71cc7d810 100644 --- a/tests/net/gnrc_ipv6_ext/Makefile.ci +++ b/tests/net/gnrc_ipv6_ext/Makefile.ci @@ -40,5 +40,4 @@ BOARD_INSUFFICIENT_MEMORY := \ thingy52 \ waspmote-pro \ z1 \ - zigduino \ # diff --git a/tests/net/gnrc_ipv6_ext_opt/Makefile.ci b/tests/net/gnrc_ipv6_ext_opt/Makefile.ci index a9aea8dde6..bde8710bff 100644 --- a/tests/net/gnrc_ipv6_ext_opt/Makefile.ci +++ b/tests/net/gnrc_ipv6_ext_opt/Makefile.ci @@ -32,5 +32,4 @@ BOARD_INSUFFICIENT_MEMORY := \ telosb \ waspmote-pro \ z1 \ - zigduino \ # diff --git a/tests/net/gnrc_ipv6_fwd_w_sub/Makefile.ci b/tests/net/gnrc_ipv6_fwd_w_sub/Makefile.ci index a381b6d049..21e889c0d3 100644 --- a/tests/net/gnrc_ipv6_fwd_w_sub/Makefile.ci +++ b/tests/net/gnrc_ipv6_fwd_w_sub/Makefile.ci @@ -1,7 +1,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-duemilanove \ arduino-leonardo \ - arduino-mega2560 \ arduino-nano \ arduino-uno \ atmega328p \ @@ -27,6 +26,5 @@ BOARD_INSUFFICIENT_MEMORY := \ stm32g0316-disco \ stm32l0538-disco \ telosb \ - waspmote-pro \ z1 \ # diff --git a/tests/net/gnrc_ipv6_nib_dns/Makefile.ci b/tests/net/gnrc_ipv6_nib_dns/Makefile.ci index 0f587c0a39..0208ac795c 100644 --- a/tests/net/gnrc_ipv6_nib_dns/Makefile.ci +++ b/tests/net/gnrc_ipv6_nib_dns/Makefile.ci @@ -31,5 +31,4 @@ BOARD_INSUFFICIENT_MEMORY := \ telosb \ waspmote-pro \ z1 \ - zigduino \ # diff --git a/tests/net/gnrc_rpl/Makefile.ci b/tests/net/gnrc_rpl/Makefile.ci index 050e638edc..bb6fa5ebeb 100644 --- a/tests/net/gnrc_rpl/Makefile.ci +++ b/tests/net/gnrc_rpl/Makefile.ci @@ -9,9 +9,7 @@ BOARD_INSUFFICIENT_MEMORY := \ atmega8 \ atxmega-a3bu-xplained \ bluepill-stm32f030c8 \ - derfmega128 \ i-nucleo-lrwan1 \ - microduino-corerf \ msb-430 \ msb-430h \ nucleo-f030r8 \ @@ -39,5 +37,4 @@ BOARD_INSUFFICIENT_MEMORY := \ telosb \ waspmote-pro \ z1 \ - zigduino \ # diff --git a/tests/net/gnrc_rpl_srh/Makefile.ci b/tests/net/gnrc_rpl_srh/Makefile.ci index 9b57e8193d..e71cc7d810 100644 --- a/tests/net/gnrc_rpl_srh/Makefile.ci +++ b/tests/net/gnrc_rpl_srh/Makefile.ci @@ -4,19 +4,15 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-mega2560 \ arduino-nano \ arduino-uno \ - atmega1284p \ atmega328p \ atmega328p-xplained-mini \ atmega8 \ atxmega-a3bu-xplained \ bluepill-stm32f030c8 \ - derfmega128 \ hifive1 \ hifive1b \ i-nucleo-lrwan1 \ im880b \ - mega-xplained \ - microduino-corerf \ msb-430 \ msb-430h \ nucleo-f030r8 \ @@ -44,5 +40,4 @@ BOARD_INSUFFICIENT_MEMORY := \ thingy52 \ waspmote-pro \ z1 \ - zigduino \ # diff --git a/tests/net/gnrc_sock_dns/Makefile.ci b/tests/net/gnrc_sock_dns/Makefile.ci index 1286b92979..9545403b95 100644 --- a/tests/net/gnrc_sock_dns/Makefile.ci +++ b/tests/net/gnrc_sock_dns/Makefile.ci @@ -34,5 +34,4 @@ BOARD_INSUFFICIENT_MEMORY := \ thingy52 \ waspmote-pro \ z1 \ - zigduino \ # diff --git a/tests/net/gnrc_sock_tcp/Makefile.ci b/tests/net/gnrc_sock_tcp/Makefile.ci index 9dcc340eb8..d6679a01e0 100644 --- a/tests/net/gnrc_sock_tcp/Makefile.ci +++ b/tests/net/gnrc_sock_tcp/Makefile.ci @@ -4,7 +4,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-mega2560 \ arduino-nano \ arduino-uno \ - atmega1284p \ atmega328p \ atmega328p-xplained-mini \ atmega8 \ @@ -16,7 +15,6 @@ BOARD_INSUFFICIENT_MEMORY := \ i-nucleo-lrwan1 \ im880b \ m1284p \ - mega-xplained \ microduino-corerf \ msb-430 \ msb-430h \ diff --git a/tests/net/gnrc_udp/Makefile.ci b/tests/net/gnrc_udp/Makefile.ci index 2fcccf475e..62a1ab6b28 100644 --- a/tests/net/gnrc_udp/Makefile.ci +++ b/tests/net/gnrc_udp/Makefile.ci @@ -5,7 +5,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-mega2560 \ arduino-nano \ arduino-uno \ - atmega1284p \ atmega328p \ atmega328p-xplained-mini \ atmega8 \ @@ -19,7 +18,6 @@ BOARD_INSUFFICIENT_MEMORY := \ hifive1b \ i-nucleo-lrwan1 \ im880b \ - mega-xplained \ microbit \ microduino-corerf \ msb-430 \ diff --git a/tests/net/sntp/Makefile.ci b/tests/net/sntp/Makefile.ci index b6dd318d2f..cd1597cdf9 100644 --- a/tests/net/sntp/Makefile.ci +++ b/tests/net/sntp/Makefile.ci @@ -31,5 +31,4 @@ BOARD_INSUFFICIENT_MEMORY := \ telosb \ waspmote-pro \ z1 \ - zigduino \ # diff --git a/tests/net/sock_udp_aux/Makefile.ci b/tests/net/sock_udp_aux/Makefile.ci index 25f557b4ab..9d1a73a961 100644 --- a/tests/net/sock_udp_aux/Makefile.ci +++ b/tests/net/sock_udp_aux/Makefile.ci @@ -34,5 +34,4 @@ BOARD_INSUFFICIENT_MEMORY := \ telosb \ waspmote-pro \ z1 \ - zigduino \ # diff --git a/tests/periph/eeprom/Makefile.ci b/tests/periph/eeprom/Makefile.ci index 72db76ccb5..3dfb5c722c 100644 --- a/tests/periph/eeprom/Makefile.ci +++ b/tests/periph/eeprom/Makefile.ci @@ -1,3 +1,8 @@ BOARD_INSUFFICIENT_MEMORY := \ + arduino-duemilanove \ + arduino-nano \ + arduino-uno \ + atmega328p \ + atmega328p-xplained-mini \ atmega8 \ # diff --git a/tests/periph/i2c/Makefile.ci b/tests/periph/i2c/Makefile.ci index 9d233d7cd5..6e784f7ec2 100644 --- a/tests/periph/i2c/Makefile.ci +++ b/tests/periph/i2c/Makefile.ci @@ -1,5 +1,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-duemilanove \ + arduino-leonardo \ arduino-nano \ arduino-uno \ atmega328p \ diff --git a/tests/periph/pm/Makefile.ci b/tests/periph/pm/Makefile.ci index 518b330a9e..7f56168457 100644 --- a/tests/periph/pm/Makefile.ci +++ b/tests/periph/pm/Makefile.ci @@ -1,3 +1,4 @@ BOARD_INSUFFICIENT_MEMORY := \ + atmega8 \ stm32f030f4-demo \ # diff --git a/tests/periph/spi/Makefile.ci b/tests/periph/spi/Makefile.ci index 363d4f3a79..824b869d3a 100644 --- a/tests/periph/spi/Makefile.ci +++ b/tests/periph/spi/Makefile.ci @@ -1,4 +1,9 @@ BOARD_INSUFFICIENT_MEMORY := \ + arduino-duemilanove \ + arduino-nano \ + arduino-uno \ + atmega328p \ + atmega328p-xplained-mini \ atmega8 \ nucleo-l011k4 \ # diff --git a/tests/periph/timer/Makefile.ci b/tests/periph/timer/Makefile.ci new file mode 100644 index 0000000000..72db76ccb5 --- /dev/null +++ b/tests/periph/timer/Makefile.ci @@ -0,0 +1,3 @@ +BOARD_INSUFFICIENT_MEMORY := \ + atmega8 \ + # diff --git a/tests/pkg/arduino_sdi_12/Makefile.ci b/tests/pkg/arduino_sdi_12/Makefile.ci index 93efa588a3..b9ff275375 100644 --- a/tests/pkg/arduino_sdi_12/Makefile.ci +++ b/tests/pkg/arduino_sdi_12/Makefile.ci @@ -1,3 +1,3 @@ BOARD_INSUFFICIENT_MEMORY := \ - nucleo-l011k4 \ - # + nucleo-l011k4 \ + # diff --git a/tests/pkg/cryptoauthlib_internal-tests/Makefile.ci b/tests/pkg/cryptoauthlib_internal-tests/Makefile.ci index af98930dd4..fb65dbc553 100644 --- a/tests/pkg/cryptoauthlib_internal-tests/Makefile.ci +++ b/tests/pkg/cryptoauthlib_internal-tests/Makefile.ci @@ -5,7 +5,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-nano \ arduino-uno \ atmega1284p \ - atmega256rfr2-xpro \ atmega328p \ atmega328p-xplained-mini \ atmega8 \ diff --git a/tests/pkg/edhoc_c/Makefile.ci b/tests/pkg/edhoc_c/Makefile.ci index 5646bcf584..900df29449 100644 --- a/tests/pkg/edhoc_c/Makefile.ci +++ b/tests/pkg/edhoc_c/Makefile.ci @@ -3,9 +3,9 @@ BOARD_INSUFFICIENT_MEMORY := \ b-l072z-lrwan1 \ blackpill-stm32f103c8 \ blackpill-stm32f103cb \ + bluepill-stm32f030c8 \ bluepill-stm32f103c8 \ bluepill-stm32f103cb \ - bluepill-stm32f030c8 \ calliope-mini \ cc1350-launchpad \ cc2650-launchpad \ diff --git a/tests/pkg/emlearn/Makefile.ci b/tests/pkg/emlearn/Makefile.ci index 52d3d9bfd6..39a88cb1f1 100644 --- a/tests/pkg/emlearn/Makefile.ci +++ b/tests/pkg/emlearn/Makefile.ci @@ -28,5 +28,4 @@ BOARD_INSUFFICIENT_MEMORY := \ stm32f0discovery \ stm32g0316-disco \ stm32l0538-disco \ - zigduino \ # diff --git a/tests/pkg/etl/Makefile.ci b/tests/pkg/etl/Makefile.ci index 31931b03b6..e2bfd595ea 100644 --- a/tests/pkg/etl/Makefile.ci +++ b/tests/pkg/etl/Makefile.ci @@ -1,5 +1,5 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ - stm32f030f4-demo \ samd10-xmini \ + stm32f030f4-demo \ # diff --git a/tests/pkg/libb2/Makefile.ci b/tests/pkg/libb2/Makefile.ci index b6952ca4e7..39c5002313 100644 --- a/tests/pkg/libb2/Makefile.ci +++ b/tests/pkg/libb2/Makefile.ci @@ -1,5 +1,4 @@ BOARD_INSUFFICIENT_MEMORY := \ - atmega256rfr2-xpro \ msb-430 \ msb-430h \ nucleo-f031k6 \ @@ -14,5 +13,4 @@ BOARD_INSUFFICIENT_MEMORY := \ stm32g0316-disco \ telosb \ z1 \ - zigduino \ # diff --git a/tests/pkg/libfixmath_unittests/Makefile.ci b/tests/pkg/libfixmath_unittests/Makefile.ci index 024d2f6679..e1b03087fa 100644 --- a/tests/pkg/libfixmath_unittests/Makefile.ci +++ b/tests/pkg/libfixmath_unittests/Makefile.ci @@ -1,7 +1,7 @@ BOARD_INSUFFICIENT_MEMORY := \ blackpill-stm32f103c8 \ - bluepill-stm32f103c8 \ bluepill-stm32f030c8 \ + bluepill-stm32f103c8 \ i-nucleo-lrwan1 \ nucleo-f030r8 \ nucleo-f031k6 \ diff --git a/tests/pkg/lvgl/Makefile.ci b/tests/pkg/lvgl/Makefile.ci index 1391bf3b38..3c7a08410c 100644 --- a/tests/pkg/lvgl/Makefile.ci +++ b/tests/pkg/lvgl/Makefile.ci @@ -1,7 +1,7 @@ BOARD_INSUFFICIENT_MEMORY := \ blackpill-stm32f103c8 \ - bluepill-stm32f103c8 \ bluepill-stm32f030c8 \ + bluepill-stm32f103c8 \ i-nucleo-lrwan1 \ nucleo-f030r8 \ nucleo-f031k6 \ diff --git a/tests/pkg/lvgl_touch/Makefile.ci b/tests/pkg/lvgl_touch/Makefile.ci index 024d2f6679..e1b03087fa 100644 --- a/tests/pkg/lvgl_touch/Makefile.ci +++ b/tests/pkg/lvgl_touch/Makefile.ci @@ -1,7 +1,7 @@ BOARD_INSUFFICIENT_MEMORY := \ blackpill-stm32f103c8 \ - bluepill-stm32f103c8 \ bluepill-stm32f030c8 \ + bluepill-stm32f103c8 \ i-nucleo-lrwan1 \ nucleo-f030r8 \ nucleo-f031k6 \ diff --git a/tests/pkg/lwip/Makefile.ci b/tests/pkg/lwip/Makefile.ci index 4ffc0343b4..fa0a6a1f3e 100644 --- a/tests/pkg/lwip/Makefile.ci +++ b/tests/pkg/lwip/Makefile.ci @@ -1,8 +1,8 @@ BOARD_INSUFFICIENT_MEMORY := \ airfy-beacon \ blackpill-stm32f103c8 \ - bluepill-stm32f103c8 \ bluepill-stm32f030c8 \ + bluepill-stm32f103c8 \ hifive1 \ hifive1b \ i-nucleo-lrwan1 \ diff --git a/tests/pkg/lwip_sock_tcp/Makefile.ci b/tests/pkg/lwip_sock_tcp/Makefile.ci index 024d2f6679..e1b03087fa 100644 --- a/tests/pkg/lwip_sock_tcp/Makefile.ci +++ b/tests/pkg/lwip_sock_tcp/Makefile.ci @@ -1,7 +1,7 @@ BOARD_INSUFFICIENT_MEMORY := \ blackpill-stm32f103c8 \ - bluepill-stm32f103c8 \ bluepill-stm32f030c8 \ + bluepill-stm32f103c8 \ i-nucleo-lrwan1 \ nucleo-f030r8 \ nucleo-f031k6 \ diff --git a/tests/pkg/microcoap/Makefile.ci b/tests/pkg/microcoap/Makefile.ci index 4d1a0048c9..9548275e9d 100644 --- a/tests/pkg/microcoap/Makefile.ci +++ b/tests/pkg/microcoap/Makefile.ci @@ -31,5 +31,4 @@ BOARD_INSUFFICIENT_MEMORY := \ wsn430-v1_3b \ wsn430-v1_4 \ z1 \ - zigduino \ # diff --git a/tests/pkg/tweetnacl/Makefile.ci b/tests/pkg/tweetnacl/Makefile.ci index 95440a3a2a..3b1a234907 100644 --- a/tests/pkg/tweetnacl/Makefile.ci +++ b/tests/pkg/tweetnacl/Makefile.ci @@ -3,7 +3,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-leonardo \ arduino-nano \ arduino-uno \ - atmega256rfr2-xpro \ atmega328p \ atmega328p-xplained-mini \ atmega8 \ @@ -13,5 +12,4 @@ BOARD_INSUFFICIENT_MEMORY := \ samd10-xmini \ stk3200 \ stm32f030f4-demo \ - zigduino \ # diff --git a/tests/pkg/utensor/Makefile.ci b/tests/pkg/utensor/Makefile.ci index dd227c3ba5..beaedbcdf5 100644 --- a/tests/pkg/utensor/Makefile.ci +++ b/tests/pkg/utensor/Makefile.ci @@ -1,9 +1,9 @@ BOARD_INSUFFICIENT_MEMORY := \ blackpill-stm32f103c8 \ blackpill-stm32f103cb \ + bluepill-stm32f030c8 \ bluepill-stm32f103c8 \ bluepill-stm32f103cb \ - bluepill-stm32f030c8 \ calliope-mini \ cc1350-launchpad \ cc2650-launchpad \ diff --git a/tests/sys/conn_can/Makefile.ci b/tests/sys/conn_can/Makefile.ci index 53f7ffa5a3..6b710e80c9 100644 --- a/tests/sys/conn_can/Makefile.ci +++ b/tests/sys/conn_can/Makefile.ci @@ -23,8 +23,8 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l053r8 \ saml10-xpro \ saml11-xpro \ - stm32f0discovery \ stm32f030f4-demo \ + stm32f0discovery \ stm32l0538-disco \ telosb \ yunjia-nrf51822 \ diff --git a/tests/sys/cpp11_condition_variable/Makefile.ci b/tests/sys/cpp11_condition_variable/Makefile.ci index 466326bb96..b2969e92a1 100644 --- a/tests/sys/cpp11_condition_variable/Makefile.ci +++ b/tests/sys/cpp11_condition_variable/Makefile.ci @@ -1,6 +1,6 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ samd10-xmini \ - stm32f030f4-demo \ stk3200 \ + stm32f030f4-demo \ # diff --git a/tests/sys/event_ztimer/Makefile.ci b/tests/sys/event_ztimer/Makefile.ci index 35acec8883..824b869d3a 100644 --- a/tests/sys/event_ztimer/Makefile.ci +++ b/tests/sys/event_ztimer/Makefile.ci @@ -1,5 +1,9 @@ BOARD_INSUFFICIENT_MEMORY := \ + arduino-duemilanove \ + arduino-nano \ + arduino-uno \ atmega328p \ + atmega328p-xplained-mini \ atmega8 \ nucleo-l011k4 \ # diff --git a/tests/sys/phydat_dump/Makefile.ci b/tests/sys/phydat_dump/Makefile.ci index b9ff275375..363d4f3a79 100644 --- a/tests/sys/phydat_dump/Makefile.ci +++ b/tests/sys/phydat_dump/Makefile.ci @@ -1,3 +1,4 @@ BOARD_INSUFFICIENT_MEMORY := \ + atmega8 \ nucleo-l011k4 \ # diff --git a/tests/sys/phydat_unix/Makefile.ci b/tests/sys/phydat_unix/Makefile.ci index 8d800e1879..4231c2eb61 100644 --- a/tests/sys/phydat_unix/Makefile.ci +++ b/tests/sys/phydat_unix/Makefile.ci @@ -1,4 +1,9 @@ BOARD_INSUFFICIENT_MEMORY := \ + arduino-duemilanove \ + arduino-nano \ + arduino-uno \ + atmega328p \ + atmega328p-xplained-mini \ atmega8 \ nucleo-l011k4 \ samd10-xmini \ diff --git a/tests/sys/psa_crypto_hashes/Makefile.ci b/tests/sys/psa_crypto_hashes/Makefile.ci index 94c16ad6a1..72db76ccb5 100644 --- a/tests/sys/psa_crypto_hashes/Makefile.ci +++ b/tests/sys/psa_crypto_hashes/Makefile.ci @@ -1,3 +1,3 @@ BOARD_INSUFFICIENT_MEMORY := \ - atmega8 + atmega8 \ # diff --git a/tests/sys/psa_crypto_se_mac/Makefile.ci b/tests/sys/psa_crypto_se_mac/Makefile.ci index 04da97e287..4231c2eb61 100644 --- a/tests/sys/psa_crypto_se_mac/Makefile.ci +++ b/tests/sys/psa_crypto_se_mac/Makefile.ci @@ -1,6 +1,5 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-duemilanove \ - arduino-leonardo \ arduino-nano \ arduino-uno \ atmega328p \ diff --git a/tests/sys/pthread_cooperation/Makefile.ci b/tests/sys/pthread_cooperation/Makefile.ci index eb819b5126..b34ba98ab5 100644 --- a/tests/sys/pthread_cooperation/Makefile.ci +++ b/tests/sys/pthread_cooperation/Makefile.ci @@ -1,5 +1,4 @@ BOARD_INSUFFICIENT_MEMORY := \ - atmega256rfr2-xpro \ atmega8 \ hifive1 \ hifive1b \ @@ -8,5 +7,4 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-f031k6 \ nucleo-l011k4 \ stm32l0538-disco \ - zigduino \ #