diff --git a/examples/asymcute_mqttsn/Makefile.ci b/examples/asymcute_mqttsn/Makefile.ci index aaf48eef5b..cf755a5b6c 100644 --- a/examples/asymcute_mqttsn/Makefile.ci +++ b/examples/asymcute_mqttsn/Makefile.ci @@ -7,7 +7,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-uno \ atmega1284p \ atmega328p \ - chronos \ derfmega128 \ hifive1 \ hifive1b \ diff --git a/examples/cord_ep/Makefile.ci b/examples/cord_ep/Makefile.ci index 0a4e468c2f..a88de5ff5e 100644 --- a/examples/cord_ep/Makefile.ci +++ b/examples/cord_ep/Makefile.ci @@ -6,7 +6,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-uno \ atmega1284p \ atmega328p \ - chronos \ derfmega128 \ hifive1 \ hifive1b \ diff --git a/examples/cord_epsim/Makefile.ci b/examples/cord_epsim/Makefile.ci index 71e6009760..77347888be 100644 --- a/examples/cord_epsim/Makefile.ci +++ b/examples/cord_epsim/Makefile.ci @@ -5,7 +5,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-nano \ arduino-uno \ atmega328p \ - chronos \ hifive1 \ hifive1b \ i-nucleo-lrwan1 \ diff --git a/examples/emcute_mqttsn/Makefile.ci b/examples/emcute_mqttsn/Makefile.ci index d1e0409c6e..d482ec0e45 100644 --- a/examples/emcute_mqttsn/Makefile.ci +++ b/examples/emcute_mqttsn/Makefile.ci @@ -6,7 +6,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-uno \ atmega1284p \ atmega328p \ - chronos \ derfmega128 \ hifive1 \ hifive1b \ diff --git a/examples/gcoap/Makefile.ci b/examples/gcoap/Makefile.ci index 62d1389606..c649354120 100644 --- a/examples/gcoap/Makefile.ci +++ b/examples/gcoap/Makefile.ci @@ -6,7 +6,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-uno \ atmega1284p \ atmega328p \ - chronos \ derfmega128 \ i-nucleo-lrwan1 \ mega-xplained \ diff --git a/examples/gnrc_networking/Makefile.ci b/examples/gnrc_networking/Makefile.ci index f4834ec12d..733fb08aa9 100644 --- a/examples/gnrc_networking/Makefile.ci +++ b/examples/gnrc_networking/Makefile.ci @@ -9,7 +9,6 @@ BOARD_INSUFFICIENT_MEMORY := \ blackpill \ bluepill \ calliope-mini \ - chronos \ derfmega128 \ hifive1 \ hifive1b \ diff --git a/examples/nanocoap_server/Makefile.ci b/examples/nanocoap_server/Makefile.ci index 1359f3bc3d..5f24b0c5e2 100644 --- a/examples/nanocoap_server/Makefile.ci +++ b/examples/nanocoap_server/Makefile.ci @@ -5,7 +5,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-nano \ arduino-uno \ atmega328p \ - chronos \ derfmega128 \ i-nucleo-lrwan1 \ microduino-corerf \ diff --git a/examples/ndn-ping/Makefile.ci b/examples/ndn-ping/Makefile.ci index ec87d82976..6a6a98342f 100644 --- a/examples/ndn-ping/Makefile.ci +++ b/examples/ndn-ping/Makefile.ci @@ -6,7 +6,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-uno \ atmega1284p \ atmega328p \ - chronos \ derfmega128 \ i-nucleo-lrwan1 \ mega-xplained \ diff --git a/examples/posix_sockets/Makefile.ci b/examples/posix_sockets/Makefile.ci index 42cffc6aa9..d28b37300d 100644 --- a/examples/posix_sockets/Makefile.ci +++ b/examples/posix_sockets/Makefile.ci @@ -7,7 +7,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-uno \ atmega1284p \ atmega328p \ - chronos \ derfmega128 \ i-nucleo-lrwan1 \ im880b \ diff --git a/examples/suit_update/Makefile.ci b/examples/suit_update/Makefile.ci index b757288301..0ef84d7eba 100644 --- a/examples/suit_update/Makefile.ci +++ b/examples/suit_update/Makefile.ci @@ -5,7 +5,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-uno \ atmega328p \ b-l072z-lrwan1 \ - chronos \ lsn50 \ msb-430 \ msb-430h \ diff --git a/tests/bench_xtimer/Makefile b/tests/bench_xtimer/Makefile index e010ff5921..1c7c6abab6 100644 --- a/tests/bench_xtimer/Makefile +++ b/tests/bench_xtimer/Makefile @@ -22,7 +22,6 @@ LOW_MEMORY_BOARDS += \ cc1352-launchpad \ cc2650-launchpad \ cc2650stk \ - chronos \ derfmega128 \ feather-m0 \ hifive1 \ diff --git a/tests/bloom_bytes/Makefile.ci b/tests/bloom_bytes/Makefile.ci index a835fc3179..53b34ceadd 100644 --- a/tests/bloom_bytes/Makefile.ci +++ b/tests/bloom_bytes/Makefile.ci @@ -4,7 +4,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-nano \ arduino-uno \ atmega328p \ - chronos \ stm32f030f4-demo \ telosb \ z1 \ diff --git a/tests/conn_can/Makefile.ci b/tests/conn_can/Makefile.ci index c552366da5..690538606d 100644 --- a/tests/conn_can/Makefile.ci +++ b/tests/conn_can/Makefile.ci @@ -7,7 +7,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-uno \ atmega328p \ calliope-mini \ - chronos \ hifive1 \ hifive1b \ i-nucleo-lrwan1 \ diff --git a/tests/driver_dynamixel/Makefile b/tests/driver_dynamixel/Makefile index c21697439e..2d4ebe8655 100644 --- a/tests/driver_dynamixel/Makefile +++ b/tests/driver_dynamixel/Makefile @@ -1,8 +1,5 @@ include ../Makefile.tests_common -# chronos : USART_1 undeclared -BOARD_BLACKLIST += chronos - USEMODULE += dynamixel USEMODULE += shell diff --git a/tests/driver_feetech/Makefile b/tests/driver_feetech/Makefile index 1af7849b15..ba5719af1e 100644 --- a/tests/driver_feetech/Makefile +++ b/tests/driver_feetech/Makefile @@ -1,8 +1,5 @@ include ../Makefile.tests_common -# chronos : USART_1 undeclared -BOARD_BLACKLIST += chronos - USEMODULE += feetech USEMODULE += shell diff --git a/tests/emcute/Makefile.ci b/tests/emcute/Makefile.ci index e86556544e..57707daef9 100644 --- a/tests/emcute/Makefile.ci +++ b/tests/emcute/Makefile.ci @@ -15,7 +15,6 @@ BOARD_INSUFFICIENT_MEMORY := \ calliope-mini \ cc2650-launchpad \ cc2650stk \ - chronos \ derfmega128 \ hifive1 \ hifive1b \ diff --git a/tests/gnrc_ipv6_fwd_w_sub/Makefile.ci b/tests/gnrc_ipv6_fwd_w_sub/Makefile.ci index 036e1fa90c..f5b2218246 100644 --- a/tests/gnrc_ipv6_fwd_w_sub/Makefile.ci +++ b/tests/gnrc_ipv6_fwd_w_sub/Makefile.ci @@ -5,7 +5,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-nano \ arduino-uno \ atmega328p \ - chronos \ i-nucleo-lrwan1 \ msb-430 \ msb-430h \ diff --git a/tests/gnrc_ipv6_nib/Makefile.ci b/tests/gnrc_ipv6_nib/Makefile.ci index b6a87f851b..07324b4af6 100644 --- a/tests/gnrc_ipv6_nib/Makefile.ci +++ b/tests/gnrc_ipv6_nib/Makefile.ci @@ -5,9 +5,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-nano \ arduino-uno \ atmega328p \ - chronos \ - msb-430 \ - msb-430h \ nucleo-f031k6 \ nucleo-f042k6 \ nucleo-l031k6 \ diff --git a/tests/gnrc_ipv6_nib_6ln/Makefile.ci b/tests/gnrc_ipv6_nib_6ln/Makefile.ci index 036e1fa90c..f5b2218246 100644 --- a/tests/gnrc_ipv6_nib_6ln/Makefile.ci +++ b/tests/gnrc_ipv6_nib_6ln/Makefile.ci @@ -5,7 +5,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-nano \ arduino-uno \ atmega328p \ - chronos \ i-nucleo-lrwan1 \ msb-430 \ msb-430h \ diff --git a/tests/gnrc_mac_timeout/Makefile.ci b/tests/gnrc_mac_timeout/Makefile.ci index cd0a0fc797..61f68bcea5 100644 --- a/tests/gnrc_mac_timeout/Makefile.ci +++ b/tests/gnrc_mac_timeout/Makefile.ci @@ -5,7 +5,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-nano \ arduino-uno \ atmega328p \ - chronos \ i-nucleo-lrwan1 \ nucleo-f030r8 \ nucleo-f031k6 \ diff --git a/tests/gnrc_ndp/Makefile.ci b/tests/gnrc_ndp/Makefile.ci index 036e1fa90c..f5b2218246 100644 --- a/tests/gnrc_ndp/Makefile.ci +++ b/tests/gnrc_ndp/Makefile.ci @@ -5,7 +5,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-nano \ arduino-uno \ atmega328p \ - chronos \ i-nucleo-lrwan1 \ msb-430 \ msb-430h \ diff --git a/tests/gnrc_netif/Makefile.ci b/tests/gnrc_netif/Makefile.ci index f7cccf26e9..75436958ec 100644 --- a/tests/gnrc_netif/Makefile.ci +++ b/tests/gnrc_netif/Makefile.ci @@ -15,7 +15,6 @@ BOARD_INSUFFICIENT_MEMORY := \ calliope-mini \ cc2650-launchpad \ cc2650stk \ - chronos \ derfmega128 \ hifive1 \ hifive1b \ diff --git a/tests/gnrc_rpl_p2p/Makefile.ci b/tests/gnrc_rpl_p2p/Makefile.ci index b18d676088..55abed3b33 100644 --- a/tests/gnrc_rpl_p2p/Makefile.ci +++ b/tests/gnrc_rpl_p2p/Makefile.ci @@ -5,7 +5,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-nano \ arduino-uno \ atmega328p \ - chronos \ i-nucleo-lrwan1 \ msb-430 \ msb-430h \ diff --git a/tests/gnrc_sixlowpan/Makefile.ci b/tests/gnrc_sixlowpan/Makefile.ci index 93b3cbd496..499cf63866 100644 --- a/tests/gnrc_sixlowpan/Makefile.ci +++ b/tests/gnrc_sixlowpan/Makefile.ci @@ -5,7 +5,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-nano \ arduino-uno \ atmega328p \ - chronos \ hifive1 \ hifive1b \ i-nucleo-lrwan1 \ diff --git a/tests/gnrc_sixlowpan_iphc_w_vrb/Makefile.ci b/tests/gnrc_sixlowpan_iphc_w_vrb/Makefile.ci index d792290668..7ddb301ba9 100644 --- a/tests/gnrc_sixlowpan_iphc_w_vrb/Makefile.ci +++ b/tests/gnrc_sixlowpan_iphc_w_vrb/Makefile.ci @@ -5,7 +5,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-nano \ arduino-uno \ atmega328p \ - chronos \ i-nucleo-lrwan1 \ msb-430 \ msb-430h \ diff --git a/tests/gnrc_sock_dns/Makefile.ci b/tests/gnrc_sock_dns/Makefile.ci index 277ad3a12f..89742f6b78 100644 --- a/tests/gnrc_sock_dns/Makefile.ci +++ b/tests/gnrc_sock_dns/Makefile.ci @@ -6,7 +6,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-uno \ atmega1284p \ atmega328p \ - chronos \ derfmega128 \ hifive1 \ hifive1b \ diff --git a/tests/gnrc_sock_ip/Makefile.ci b/tests/gnrc_sock_ip/Makefile.ci index 3da55ce5f7..5bb8cf0dcd 100644 --- a/tests/gnrc_sock_ip/Makefile.ci +++ b/tests/gnrc_sock_ip/Makefile.ci @@ -4,7 +4,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-nano \ arduino-uno \ atmega328p \ - chronos \ nucleo-f031k6 \ nucleo-f042k6 \ nucleo-l031k6 \ diff --git a/tests/gnrc_sock_udp/Makefile.ci b/tests/gnrc_sock_udp/Makefile.ci index 2ecfc5b95b..c56b02e20d 100644 --- a/tests/gnrc_sock_udp/Makefile.ci +++ b/tests/gnrc_sock_udp/Makefile.ci @@ -5,7 +5,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-nano \ arduino-uno \ atmega328p \ - chronos \ nucleo-f031k6 \ nucleo-f042k6 \ nucleo-l031k6 \ diff --git a/tests/gnrc_udp/Makefile.ci b/tests/gnrc_udp/Makefile.ci index 62b5917685..2a00465a8b 100644 --- a/tests/gnrc_udp/Makefile.ci +++ b/tests/gnrc_udp/Makefile.ci @@ -10,7 +10,6 @@ BOARD_INSUFFICIENT_MEMORY := \ blackpill \ bluepill \ calliope-mini \ - chronos \ derfmega128 \ hifive1 \ hifive1b \ diff --git a/tests/nanocoap_cli/Makefile.ci b/tests/nanocoap_cli/Makefile.ci index 349a496671..1dd4728123 100644 --- a/tests/nanocoap_cli/Makefile.ci +++ b/tests/nanocoap_cli/Makefile.ci @@ -5,7 +5,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-nano \ arduino-uno \ atmega328p \ - chronos \ i-nucleo-lrwan1 \ mega-xplained \ microduino-corerf \ diff --git a/tests/pkg_libb2/Makefile.ci b/tests/pkg_libb2/Makefile.ci index 247d581645..2eb7632aae 100644 --- a/tests/pkg_libb2/Makefile.ci +++ b/tests/pkg_libb2/Makefile.ci @@ -6,7 +6,6 @@ BOARD_INSUFFICIENT_MEMORY := \ atmega1284p \ atmega256rfr2-xpro \ atmega328p \ - chronos \ derfmega128 \ derfmega256 \ mega-xplained \ diff --git a/tests/pkg_libcoap/Makefile.ci b/tests/pkg_libcoap/Makefile.ci index 72eebfa8aa..7a345e0907 100644 --- a/tests/pkg_libcoap/Makefile.ci +++ b/tests/pkg_libcoap/Makefile.ci @@ -1,5 +1,4 @@ BOARD_INSUFFICIENT_MEMORY := \ - chronos \ i-nucleo-lrwan1 \ msb-430 \ msb-430h \ diff --git a/tests/pkg_microcoap/Makefile.ci b/tests/pkg_microcoap/Makefile.ci index 6166ac1d8b..ebe9ef4f5f 100644 --- a/tests/pkg_microcoap/Makefile.ci +++ b/tests/pkg_microcoap/Makefile.ci @@ -5,7 +5,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-nano \ arduino-uno \ atmega328p \ - chronos \ derfmega128 \ i-nucleo-lrwan1 \ microduino-corerf \ diff --git a/tests/pkg_relic/Makefile b/tests/pkg_relic/Makefile index 465bbbe517..0202f73c0b 100644 --- a/tests/pkg_relic/Makefile +++ b/tests/pkg_relic/Makefile @@ -8,7 +8,6 @@ BOARD_BLACKLIST := arduino-duemilanove \ arduino-uno \ atmega256rfr2-xpro \ atmega328p \ - chronos \ derfmega128 \ derfmega256 \ f4vi1 \ diff --git a/tests/pkg_spiffs/Makefile.ci b/tests/pkg_spiffs/Makefile.ci index 3e9b0ab61c..2b7abbe65d 100644 --- a/tests/pkg_spiffs/Makefile.ci +++ b/tests/pkg_spiffs/Makefile.ci @@ -4,7 +4,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-nano \ arduino-uno \ atmega328p \ - chronos \ i-nucleo-lrwan1 \ msb-430 \ msb-430h \ diff --git a/tests/pkg_u8g2/Makefile.ci b/tests/pkg_u8g2/Makefile.ci index ddb673078d..6bad690aa0 100644 --- a/tests/pkg_u8g2/Makefile.ci +++ b/tests/pkg_u8g2/Makefile.ci @@ -4,7 +4,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-nano \ arduino-uno \ atmega328p \ - chronos \ nucleo-f031k6 \ stm32f030f4-demo \ telosb \ diff --git a/tests/posix_semaphore/Makefile.ci b/tests/posix_semaphore/Makefile.ci index b1ba177705..a4b89d342e 100644 --- a/tests/posix_semaphore/Makefile.ci +++ b/tests/posix_semaphore/Makefile.ci @@ -4,7 +4,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-nano \ arduino-uno \ atmega328p \ - chronos \ i-nucleo-lrwan1 \ mbed_lpc1768 \ msb-430 \ diff --git a/tests/ps_schedstatistics/Makefile.ci b/tests/ps_schedstatistics/Makefile.ci index 8888dbaf03..0527e0f16f 100644 --- a/tests/ps_schedstatistics/Makefile.ci +++ b/tests/ps_schedstatistics/Makefile.ci @@ -4,7 +4,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-nano \ arduino-uno \ atmega328p \ - chronos \ i-nucleo-lrwan1 \ nucleo-f030r8 \ nucleo-f031k6 \ diff --git a/tests/pthread_rwlock/Makefile.ci b/tests/pthread_rwlock/Makefile.ci index 6d3aa664c1..914337c98e 100644 --- a/tests/pthread_rwlock/Makefile.ci +++ b/tests/pthread_rwlock/Makefile.ci @@ -4,7 +4,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-nano \ arduino-uno \ atmega328p \ - chronos \ i-nucleo-lrwan1 \ msb-430 \ msb-430h \ diff --git a/tests/riotboot_flashwrite/Makefile.ci b/tests/riotboot_flashwrite/Makefile.ci index 974a71240f..a4f3d5976c 100644 --- a/tests/riotboot_flashwrite/Makefile.ci +++ b/tests/riotboot_flashwrite/Makefile.ci @@ -4,7 +4,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-mega2560 \ arduino-uno \ atmega328p \ - chronos \ i-nucleo-lrwan1 \ msb-430 \ msb-430h \ diff --git a/tests/shell/Makefile b/tests/shell/Makefile index dc77be4a6f..a3f6b0072e 100644 --- a/tests/shell/Makefile +++ b/tests/shell/Makefile @@ -14,9 +14,6 @@ endif # Use a terminal that does not introduce extra characters into the stream. RIOT_TERMINAL ?= socat -# chronos is missing a getchar implementation -BOARD_BLACKLIST += chronos - APP_SHELL_FMT ?= NONE include $(RIOTBASE)/Makefile.include diff --git a/tests/sntp/Makefile.ci b/tests/sntp/Makefile.ci index 3dd75f183d..d05d75cdfe 100644 --- a/tests/sntp/Makefile.ci +++ b/tests/sntp/Makefile.ci @@ -5,7 +5,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-nano \ arduino-uno \ atmega328p \ - chronos \ derfmega128 \ i-nucleo-lrwan1 \ microduino-corerf \ diff --git a/tests/thread_cooperation/Makefile.ci b/tests/thread_cooperation/Makefile.ci index 6a8184390a..e135ff812d 100644 --- a/tests/thread_cooperation/Makefile.ci +++ b/tests/thread_cooperation/Makefile.ci @@ -4,7 +4,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-nano \ arduino-uno \ atmega328p \ - chronos \ i-nucleo-lrwan1 \ nucleo-f031k6 \ stm32f030f4-demo \ diff --git a/tests/thread_float/Makefile.ci b/tests/thread_float/Makefile.ci index d8d3cf3a80..91624fcebf 100644 --- a/tests/thread_float/Makefile.ci +++ b/tests/thread_float/Makefile.ci @@ -6,7 +6,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-uno \ atmega328p \ cc2650stk \ - chronos \ maple-mini \ mbed_lpc1768 \ microbit \ diff --git a/tests/unittests/Makefile.ci b/tests/unittests/Makefile.ci index ec7975db32..ee863e23c8 100644 --- a/tests/unittests/Makefile.ci +++ b/tests/unittests/Makefile.ci @@ -20,7 +20,6 @@ BOARD_INSUFFICIENT_MEMORY := \ calliope-mini \ cc2650-launchpad \ cc2650stk \ - chronos \ derfmega128 \ derfmega256 \ ek-lm4f120xl \ diff --git a/tests/xtimer_periodic_wakeup/Makefile.ci b/tests/xtimer_periodic_wakeup/Makefile.ci index f72a650ef8..75912a97e3 100644 --- a/tests/xtimer_periodic_wakeup/Makefile.ci +++ b/tests/xtimer_periodic_wakeup/Makefile.ci @@ -4,5 +4,4 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-nano \ arduino-uno \ atmega328p \ - chronos \ #