diff --git a/examples/asymcute_mqttsn/Makefile b/examples/asymcute_mqttsn/Makefile index 6fb7001e9f..e5d3fe0386 100644 --- a/examples/asymcute_mqttsn/Makefile +++ b/examples/asymcute_mqttsn/Makefile @@ -16,7 +16,6 @@ USEMODULE += gnrc_ipv6_default # Include MQTT-SN USEMODULE += asymcute # Add also the shell, some shell commands -USEMODULE += shell USEMODULE += shell_cmds_default USEMODULE += ps # For testing we also include the ping command and some stats diff --git a/examples/benchmark_udp/Makefile b/examples/benchmark_udp/Makefile index 1417b39d2c..f895c45c01 100644 --- a/examples/benchmark_udp/Makefile +++ b/examples/benchmark_udp/Makefile @@ -22,7 +22,6 @@ else endif # Add also the shell, some shell commands -USEMODULE += shell USEMODULE += shell_cmds_default USEMODULE += ps USEMODULE += netstats_l2 diff --git a/examples/ccn-lite-relay/Makefile b/examples/ccn-lite-relay/Makefile index 1d980407ed..6b3508d64f 100644 --- a/examples/ccn-lite-relay/Makefile +++ b/examples/ccn-lite-relay/Makefile @@ -26,7 +26,6 @@ CFLAGS += -DNEEDS_PACKET_CRAFTING QUIET ?= 1 USEMODULE += ps -USEMODULE += shell USEMODULE += shell_cmds_default # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present diff --git a/examples/gnrc_networking_mac/Makefile b/examples/gnrc_networking_mac/Makefile index 4019f71a32..cbc17f611c 100644 --- a/examples/gnrc_networking_mac/Makefile +++ b/examples/gnrc_networking_mac/Makefile @@ -30,7 +30,6 @@ USEMODULE += gnrc_pktdump # Additional networking modules that can be dropped if not needed USEMODULE += gnrc_icmpv6_echo # Add also the shell, some shell commands -USEMODULE += shell USEMODULE += shell_cmds_default USEMODULE += ps USEMODULE += netstats_l2 diff --git a/examples/gnrc_networking_subnets/Makefile b/examples/gnrc_networking_subnets/Makefile index 192000cbdf..25fae85a19 100644 --- a/examples/gnrc_networking_subnets/Makefile +++ b/examples/gnrc_networking_subnets/Makefile @@ -19,7 +19,6 @@ USEMODULE += gnrc_pktdump # Additional networking modules that can be dropped if not needed USEMODULE += gnrc_icmpv6_echo # Add also the shell, some shell commands -USEMODULE += shell USEMODULE += shell_cmds_default USEMODULE += ps USEMODULE += netstats_l2 diff --git a/examples/ndn-ping/Makefile b/examples/ndn-ping/Makefile index c84643b0f8..35bf9d5e74 100644 --- a/examples/ndn-ping/Makefile +++ b/examples/ndn-ping/Makefile @@ -11,7 +11,6 @@ RIOTBASE ?= $(CURDIR)/../../ USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif USEMODULE += random -USEMODULE += shell USEMODULE += shell_cmds_default USEPKG += ndn-riot diff --git a/examples/paho-mqtt/Makefile b/examples/paho-mqtt/Makefile index 1fddbd2375..9e7f37126e 100644 --- a/examples/paho-mqtt/Makefile +++ b/examples/paho-mqtt/Makefile @@ -33,7 +33,6 @@ ifneq (,$(DEFAULT_MQTT_PWD)) CFLAGS += -DDEFAULT_MQTT_PWD=\"$(DEFAULT_MQTT_PWD)\" endif -USEMODULE += shell USEMODULE += shell_cmds_default USEMODULE += ps USEMODULE += netdev_default diff --git a/examples/posix_sockets/Makefile b/examples/posix_sockets/Makefile index eaa8a27edc..f2807361a9 100644 --- a/examples/posix_sockets/Makefile +++ b/examples/posix_sockets/Makefile @@ -18,7 +18,6 @@ USEMODULE += posix_sockets USEMODULE += posix_sleep USEMODULE += posix_inet # Add also the shell, some shell commands -USEMODULE += shell USEMODULE += shell_cmds_default USEMODULE += ps diff --git a/examples/saul/Makefile b/examples/saul/Makefile index ca121d835a..58a8b51dc3 100644 --- a/examples/saul/Makefile +++ b/examples/saul/Makefile @@ -10,7 +10,6 @@ RIOTBASE ?= $(CURDIR)/../.. # we want to use SAUL: USEMODULE += saul_default # include the shell: -USEMODULE += shell USEMODULE += shell_cmds_default # additional modules for debugging: USEMODULE += ps diff --git a/tests/can_trx/Makefile b/tests/can_trx/Makefile index a686fb4d28..514a9735d1 100644 --- a/tests/can_trx/Makefile +++ b/tests/can_trx/Makefile @@ -1,7 +1,6 @@ export APPLICATION = can_trx include ../Makefile.tests_common -USEMODULE += shell USEMODULE += shell_cmds_default USEMODULE += ps diff --git a/tests/congure_reno/Makefile b/tests/congure_reno/Makefile index 0cfbaf609f..0896ac0bcb 100644 --- a/tests/congure_reno/Makefile +++ b/tests/congure_reno/Makefile @@ -3,7 +3,6 @@ include ../Makefile.tests_common USEMODULE += congure_reno USEMODULE += congure_test USEMODULE += fmt -USEMODULE += shell USEMODULE += shell_cmds_default INCLUDES += -I$(CURDIR) diff --git a/tests/congure_test/Makefile b/tests/congure_test/Makefile index 0c48cd5a6d..7039a0091c 100644 --- a/tests/congure_test/Makefile +++ b/tests/congure_test/Makefile @@ -3,7 +3,6 @@ include ../Makefile.tests_common USEMODULE += congure_mock USEMODULE += congure_test USEMODULE += fmt -USEMODULE += shell USEMODULE += shell_cmds_default INCLUDES += -I$(CURDIR) diff --git a/tests/conn_can/Makefile b/tests/conn_can/Makefile index 7392417645..afd12ca403 100644 --- a/tests/conn_can/Makefile +++ b/tests/conn_can/Makefile @@ -2,7 +2,6 @@ BOARD ?= nucleo-f767zi include ../Makefile.tests_common -USEMODULE += shell USEMODULE += shell_cmds_default USEMODULE += ps diff --git a/tests/cpu_cortexm_address_check/Makefile b/tests/cpu_cortexm_address_check/Makefile index 7e55a00326..9915a7a8dc 100644 --- a/tests/cpu_cortexm_address_check/Makefile +++ b/tests/cpu_cortexm_address_check/Makefile @@ -4,7 +4,6 @@ include ../Makefile.tests_common FEATURES_REQUIRED += cpu_check_address -USEMODULE += shell USEMODULE += shell_cmds_default include $(RIOTBASE)/Makefile.include diff --git a/tests/driver_at30tse75x/Makefile b/tests/driver_at30tse75x/Makefile index 9bae2457da..f46ba4b734 100644 --- a/tests/driver_at30tse75x/Makefile +++ b/tests/driver_at30tse75x/Makefile @@ -1,7 +1,6 @@ include ../Makefile.tests_common USEMODULE += at30tse75x -USEMODULE += shell USEMODULE += shell_cmds_default include $(RIOTBASE)/Makefile.include diff --git a/tests/driver_ata8520e/Makefile b/tests/driver_ata8520e/Makefile index cc8bd5fbef..7eeea49815 100644 --- a/tests/driver_ata8520e/Makefile +++ b/tests/driver_ata8520e/Makefile @@ -1,7 +1,6 @@ include ../Makefile.tests_common USEMODULE += ata8520e -USEMODULE += shell USEMODULE += shell_cmds_default include $(RIOTBASE)/Makefile.include diff --git a/tests/driver_bq2429x/Makefile b/tests/driver_bq2429x/Makefile index 113e4dcab0..ac1ab2c7b1 100644 --- a/tests/driver_bq2429x/Makefile +++ b/tests/driver_bq2429x/Makefile @@ -1,7 +1,6 @@ include ../Makefile.tests_common USEMODULE += bq2429x -USEMODULE += shell USEMODULE += shell_cmds_default include $(RIOTBASE)/Makefile.include diff --git a/tests/driver_cc110x/Makefile b/tests/driver_cc110x/Makefile index c5ec5157d0..ec9680456f 100644 --- a/tests/driver_cc110x/Makefile +++ b/tests/driver_cc110x/Makefile @@ -5,7 +5,6 @@ DEVICE ?= cc1100 # The MSB-A2 uses the CC1100. New boards use CC1101 # This test will rely on a human interacting with the shell, so we better add # the shell and some commands -USEMODULE += shell USEMODULE += shell_cmds_default # Add the device driver USEMODULE += $(DEVICE) diff --git a/tests/driver_dfplayer/Makefile b/tests/driver_dfplayer/Makefile index 608aff8131..0edda9dc1f 100644 --- a/tests/driver_dfplayer/Makefile +++ b/tests/driver_dfplayer/Makefile @@ -2,7 +2,6 @@ include ../Makefile.tests_common USEMODULE += dfplayer USEMODULE += event_thread -USEMODULE += shell USEMODULE += shell_cmds_default include $(RIOTBASE)/Makefile.include diff --git a/tests/driver_lis2dh12/Makefile b/tests/driver_lis2dh12/Makefile index e8368077c2..02972b7378 100644 --- a/tests/driver_lis2dh12/Makefile +++ b/tests/driver_lis2dh12/Makefile @@ -6,7 +6,6 @@ DRIVER ?= lis2dh12_spi USEMODULE += fmt USEMODULE += ztimer USEMODULE += ztimer_msec -USEMODULE += shell USEMODULE += shell_cmds_default USEMODULE += $(DRIVER) diff --git a/tests/driver_motor_driver/Makefile b/tests/driver_motor_driver/Makefile index f46b722f31..a4b9076c62 100644 --- a/tests/driver_motor_driver/Makefile +++ b/tests/driver_motor_driver/Makefile @@ -3,7 +3,6 @@ BOARD ?= native include ../Makefile.tests_common USEMODULE += motor_driver -USEMODULE += shell USEMODULE += shell_cmds_default USEMODULE += xtimer diff --git a/tests/driver_netdev_common/Makefile.netdev.mk b/tests/driver_netdev_common/Makefile.netdev.mk index 6537631ae4..6dc0c43524 100644 --- a/tests/driver_netdev_common/Makefile.netdev.mk +++ b/tests/driver_netdev_common/Makefile.netdev.mk @@ -1,7 +1,6 @@ include ../Makefile.tests_common # Modules to include: -USEMODULE += shell USEMODULE += shell_cmds_default USEMODULE += ps diff --git a/tests/driver_nrf24l01p_lowlevel/Makefile b/tests/driver_nrf24l01p_lowlevel/Makefile index cbe24024b1..1c730d8f7b 100644 --- a/tests/driver_nrf24l01p_lowlevel/Makefile +++ b/tests/driver_nrf24l01p_lowlevel/Makefile @@ -1,6 +1,5 @@ include ../Makefile.tests_common -USEMODULE += shell USEMODULE += shell_cmds_default USEMODULE += ps USEMODULE += ztimer_usec diff --git a/tests/driver_nrf24l01p_ng/Makefile b/tests/driver_nrf24l01p_ng/Makefile index c7321397fe..0611f6ac18 100644 --- a/tests/driver_nrf24l01p_ng/Makefile +++ b/tests/driver_nrf24l01p_ng/Makefile @@ -2,7 +2,6 @@ DEBUG ?= 0 include ../Makefile.tests_common -USEMODULE += shell USEMODULE += shell_cmds_default USEMODULE += ps USEMODULE += gnrc diff --git a/tests/driver_nrfmin/Makefile b/tests/driver_nrfmin/Makefile index 490f54d003..6c0f9b2a2d 100644 --- a/tests/driver_nrfmin/Makefile +++ b/tests/driver_nrfmin/Makefile @@ -8,7 +8,6 @@ USEMODULE += auto_init_gnrc_netif USEMODULE += gnrc_ipv6 USEMODULE += gnrc_icmpv6_echo # also add the shell with some basic shell commands -USEMODULE += shell USEMODULE += shell_cmds_default # microbit qemu failing currently diff --git a/tests/driver_rn2xx3/Makefile b/tests/driver_rn2xx3/Makefile index a01599fcfd..ee80594da8 100644 --- a/tests/driver_rn2xx3/Makefile +++ b/tests/driver_rn2xx3/Makefile @@ -3,7 +3,6 @@ include ../Makefile.tests_common DRIVER ?= rn2483 USEMODULE += $(DRIVER) -USEMODULE += shell USEMODULE += shell_cmds_default include $(RIOTBASE)/Makefile.include diff --git a/tests/driver_servo/Makefile b/tests/driver_servo/Makefile index 928d1b12f5..9959b22aa9 100644 --- a/tests/driver_servo/Makefile +++ b/tests/driver_servo/Makefile @@ -1,7 +1,6 @@ include ../Makefile.tests_common USEMODULE += servo -USEMODULE += shell USEMODULE += shell_cmds_default USEMODULE += saul_default diff --git a/tests/driver_sht1x/Makefile b/tests/driver_sht1x/Makefile index c12a297d86..1499c09bb6 100644 --- a/tests/driver_sht1x/Makefile +++ b/tests/driver_sht1x/Makefile @@ -4,7 +4,6 @@ DRIVER ?= sht11 BOARD ?= msba2 USEMODULE += $(DRIVER) -USEMODULE += shell USEMODULE += saul_default USEMODULE += shell_cmds_default USEMODULE += ps diff --git a/tests/driver_sx126x/Makefile b/tests/driver_sx126x/Makefile index 5e9d36786e..7c6b17c694 100644 --- a/tests/driver_sx126x/Makefile +++ b/tests/driver_sx126x/Makefile @@ -4,7 +4,6 @@ include ../Makefile.tests_common LORA_DRIVER ?= sx1261 USEMODULE += $(LORA_DRIVER) -USEMODULE += shell USEMODULE += shell_cmds_default include $(RIOTBASE)/Makefile.include diff --git a/tests/driver_sx127x/Makefile b/tests/driver_sx127x/Makefile index 17f463077a..b4e0d21f86 100644 --- a/tests/driver_sx127x/Makefile +++ b/tests/driver_sx127x/Makefile @@ -3,7 +3,6 @@ BOARD ?= b-l072z-lrwan1 include ../Makefile.tests_common USEMODULE += od -USEMODULE += shell USEMODULE += shell_cmds_default USEMODULE += ps diff --git a/tests/driver_sx1280/Makefile b/tests/driver_sx1280/Makefile index 3b683cd057..60becd4e56 100644 --- a/tests/driver_sx1280/Makefile +++ b/tests/driver_sx1280/Makefile @@ -5,7 +5,6 @@ include ../Makefile.tests_common # required modules USEMODULE += sx1280 -USEMODULE += shell USEMODULE += shell_cmds_default USEMODULE += iolist diff --git a/tests/nimble_statconn_gnrc/Makefile b/tests/nimble_statconn_gnrc/Makefile index 702963f37e..83d68a3c63 100644 --- a/tests/nimble_statconn_gnrc/Makefile +++ b/tests/nimble_statconn_gnrc/Makefile @@ -2,7 +2,6 @@ BOARD ?= nrf52dk include ../Makefile.tests_common # include shell support -USEMODULE += shell USEMODULE += shell_cmds_default USEMODULE += ps diff --git a/tests/nimble_statconn_gnrc_ext/Makefile b/tests/nimble_statconn_gnrc_ext/Makefile index 5407e75f05..728c93549b 100644 --- a/tests/nimble_statconn_gnrc_ext/Makefile +++ b/tests/nimble_statconn_gnrc_ext/Makefile @@ -2,7 +2,6 @@ BOARD ?= nrf52dk include ../Makefile.tests_common # include shell support -USEMODULE += shell USEMODULE += shell_cmds_default USEMODULE += ps diff --git a/tests/periph_eeprom/Makefile b/tests/periph_eeprom/Makefile index 38f0c9b209..0bff463434 100644 --- a/tests/periph_eeprom/Makefile +++ b/tests/periph_eeprom/Makefile @@ -2,7 +2,6 @@ include ../Makefile.tests_common FEATURES_REQUIRED += periph_eeprom -USEMODULE += shell USEMODULE += shell_cmds_default # provides reboot command include $(RIOTBASE)/Makefile.include diff --git a/tests/periph_gpio/Makefile b/tests/periph_gpio/Makefile index 90646cc702..ec2df92239 100644 --- a/tests/periph_gpio/Makefile +++ b/tests/periph_gpio/Makefile @@ -7,7 +7,6 @@ FEATURES_OPTIONAL += periph_gpio_irq FEATURES_OPTIONAL += periph_gpio_fast_read FEATURES_OPTIONAL += periph_gpio_tamper_wake -USEMODULE += shell USEMODULE += shell_cmds_default USEMODULE += benchmark diff --git a/tests/periph_i2c/Makefile b/tests/periph_i2c/Makefile index fbea86a412..3af589e9f6 100644 --- a/tests/periph_i2c/Makefile +++ b/tests/periph_i2c/Makefile @@ -4,7 +4,6 @@ include ../Makefile.tests_common FEATURES_REQUIRED = periph_i2c FEATURES_OPTIONAL = periph_i2c_reconfigure -USEMODULE += shell USEMODULE += shell_cmds_default USEMODULE += shell_cmd_i2c_scan USEMODULE += xtimer diff --git a/tests/periph_pm/Makefile b/tests/periph_pm/Makefile index 77fb095320..e8ce34f2b3 100644 --- a/tests/periph_pm/Makefile +++ b/tests/periph_pm/Makefile @@ -4,7 +4,6 @@ include ../Makefile.tests_common FEATURES_OPTIONAL += periph_rtc FEATURES_OPTIONAL += periph_gpio_irq -USEMODULE += shell USEMODULE += shell_cmds_default # avoid running Kconfig by default diff --git a/tests/periph_spi/Makefile b/tests/periph_spi/Makefile index c2a51b6f50..a202779bbe 100644 --- a/tests/periph_spi/Makefile +++ b/tests/periph_spi/Makefile @@ -12,7 +12,6 @@ endif USEMODULE += ztimer_usec USEMODULE += ztimer_sec -USEMODULE += shell USEMODULE += shell_cmds_default USEMODULE += schedstatistics diff --git a/tests/pkg_edhoc_c/Makefile b/tests/pkg_edhoc_c/Makefile index 03373e6c1c..7d616cfca5 100644 --- a/tests/pkg_edhoc_c/Makefile +++ b/tests/pkg_edhoc_c/Makefile @@ -28,7 +28,6 @@ USEMODULE += gnrc_icmpv6_echo USEMODULE += nanocoap_sock # include this for printing IP addresses -USEMODULE += shell USEMODULE += shell_cmds_default USEMODULE += ps USEMODULE += xtimer diff --git a/tests/pkg_openwsn/Makefile b/tests/pkg_openwsn/Makefile index a0579da463..4b7d1211df 100644 --- a/tests/pkg_openwsn/Makefile +++ b/tests/pkg_openwsn/Makefile @@ -79,7 +79,6 @@ endif ## Test application Modules USEMODULE += ps USEMODULE += od_string -USEMODULE += shell USEMODULE += shell_cmds_default # ztimer is used instead of xtimer because it's a dependency of some diff --git a/tests/pkg_semtech-loramac/Makefile b/tests/pkg_semtech-loramac/Makefile index 35cd3f6fc6..1699e229d7 100644 --- a/tests/pkg_semtech-loramac/Makefile +++ b/tests/pkg_semtech-loramac/Makefile @@ -20,7 +20,6 @@ ifeq (,$(filter $(BOARD),$(BOARD_WITHOUT_LORAMAC_RX))) endif USEMODULE += auto_init_loramac -USEMODULE += shell USEMODULE += shell_cmds_default USEMODULE += fmt diff --git a/tests/pkg_tinydtls_sock_async/Makefile b/tests/pkg_tinydtls_sock_async/Makefile index f13416cb8d..fbf7ecbcfe 100644 --- a/tests/pkg_tinydtls_sock_async/Makefile +++ b/tests/pkg_tinydtls_sock_async/Makefile @@ -22,7 +22,6 @@ USEPKG += tinydtls USEMODULE += prng_sha1prng # Add also the shell, some shell commands -USEMODULE += shell USEMODULE += shell_cmds_default # Bitfield to log open sessions diff --git a/tests/riotboot/Makefile b/tests/riotboot/Makefile index a3a9d019a0..b00ad2ab39 100644 --- a/tests/riotboot/Makefile +++ b/tests/riotboot/Makefile @@ -6,7 +6,6 @@ FEATURES_REQUIRED += riotboot # Include modules to test the bootloader USEMODULE += riotboot_slot -USEMODULE += shell # Add shell_cmds_default to use the shell version of `test_utils_interactive_sync` USEMODULE += shell_cmds_default diff --git a/tests/riotboot_flashwrite/Makefile b/tests/riotboot_flashwrite/Makefile index 0ae3df552e..739f759942 100644 --- a/tests/riotboot_flashwrite/Makefile +++ b/tests/riotboot_flashwrite/Makefile @@ -15,7 +15,6 @@ USEMODULE += gnrc_icmpv6_echo USEMODULE += nanocoap_sock # include this for printing IP addresses -USEMODULE += shell USEMODULE += shell_cmds_default # include riotboot modules diff --git a/tests/rng/Makefile b/tests/rng/Makefile index ecd123a0d7..72510fd564 100644 --- a/tests/rng/Makefile +++ b/tests/rng/Makefile @@ -10,7 +10,6 @@ CFLAGS += -DTHREAD_STACKSIZE_MAIN=\($(MAIN_THREAD_SIZE)\) USEMODULE += fmt USEMODULE += random USEMODULE += shell_cmd_random -USEMODULE += shell USEMODULE += xtimer FEATURES_OPTIONAL += periph_hwrng diff --git a/tests/sched_change_priority/Makefile b/tests/sched_change_priority/Makefile index cf57c24a52..34995da49d 100644 --- a/tests/sched_change_priority/Makefile +++ b/tests/sched_change_priority/Makefile @@ -2,7 +2,6 @@ include ../Makefile.tests_common USEMODULE += nice USEMODULE += ps -USEMODULE += shell USEMODULE += shell_cmds_default # Use a terminal that does not introduce extra characters into the stream. diff --git a/tests/shell/Makefile b/tests/shell/Makefile index f064111fd1..bc1e37da33 100644 --- a/tests/shell/Makefile +++ b/tests/shell/Makefile @@ -2,7 +2,6 @@ DEVELHELP=0 include ../Makefile.tests_common USEMODULE += app_metadata -USEMODULE += shell USEMODULE += shell_cmds_default USEMODULE += ps diff --git a/tests/shell_ble/Makefile b/tests/shell_ble/Makefile index dcaf430ad7..29fae90573 100644 --- a/tests/shell_ble/Makefile +++ b/tests/shell_ble/Makefile @@ -3,7 +3,6 @@ BOARD ?= nrf52dk include ../Makefile.tests_common USEMODULE += app_metadata -USEMODULE += shell USEMODULE += shell_cmds_default USEMODULE += ps diff --git a/tests/sntp/Makefile b/tests/sntp/Makefile index 10b9035683..68e5bb35ec 100644 --- a/tests/sntp/Makefile +++ b/tests/sntp/Makefile @@ -4,7 +4,6 @@ USEMODULE += sntp USEMODULE += gnrc_ipv6_default USEMODULE += auto_init_gnrc_netif USEMODULE += netdev_default -USEMODULE += shell USEMODULE += shell_cmds_default include $(RIOTBASE)/Makefile.include diff --git a/tests/sock_udp_aux/Makefile b/tests/sock_udp_aux/Makefile index ffc651aea0..d6e32d3e6e 100644 --- a/tests/sock_udp_aux/Makefile +++ b/tests/sock_udp_aux/Makefile @@ -13,7 +13,6 @@ USEMODULE += sock_udp USEMODULE += netstats_ipv6 USEMODULE += netstats_l2 USEMODULE += ps -USEMODULE += shell USEMODULE += shell_cmds_default USEMODULE += sock_aux_local diff --git a/tests/stm32_bootloader/Makefile b/tests/stm32_bootloader/Makefile index b1e1f3dc6c..7da2e9305d 100644 --- a/tests/stm32_bootloader/Makefile +++ b/tests/stm32_bootloader/Makefile @@ -3,7 +3,6 @@ include ../Makefile.tests_common FEATURES_REQUIRED = bootloader_stm32 -USEMODULE += shell USEMODULE += shell_cmds_default USEMODULE += usb_board_reset diff --git a/tests/sys_stdio_semihosting/Makefile b/tests/sys_stdio_semihosting/Makefile index 2884eb0bc5..d3d2b9189d 100644 --- a/tests/sys_stdio_semihosting/Makefile +++ b/tests/sys_stdio_semihosting/Makefile @@ -1,7 +1,6 @@ include ../Makefile.tests_common USEMODULE += stdio_semihosting -USEMODULE += shell USEMODULE += shell_cmds_default USEMODULE += ps diff --git a/tests/usbus_board_reset/Makefile b/tests/usbus_board_reset/Makefile index da2921e7ca..79af367242 100644 --- a/tests/usbus_board_reset/Makefile +++ b/tests/usbus_board_reset/Makefile @@ -4,7 +4,6 @@ FEATURES_REQUIRED += periph_usbdev USEMODULE += app_metadata USEMODULE += ps -USEMODULE += shell USEMODULE += shell_cmds_default USEMODULE += usb_board_reset USEMODULE += usbus_cdc_acm diff --git a/tests/usbus_cdc_acm_stdio/Makefile b/tests/usbus_cdc_acm_stdio/Makefile index 89c688fada..f8827d1178 100644 --- a/tests/usbus_cdc_acm_stdio/Makefile +++ b/tests/usbus_cdc_acm_stdio/Makefile @@ -2,7 +2,6 @@ BOARD ?= samr21-xpro include ../Makefile.tests_common USEMODULE += stdio_cdc_acm -USEMODULE += shell USEMODULE += shell_cmds_default USEMODULE += ps diff --git a/tests/usbus_cdc_ecm/Makefile b/tests/usbus_cdc_ecm/Makefile index 94d1566a18..1264f59061 100644 --- a/tests/usbus_cdc_ecm/Makefile +++ b/tests/usbus_cdc_ecm/Makefile @@ -5,7 +5,6 @@ USEMODULE += auto_init_gnrc_netif USEMODULE += gnrc_ipv6_router_default USEMODULE += gnrc_icmpv6_echo USEMODULE += usbus_cdc_ecm -USEMODULE += shell USEMODULE += shell_cmds_default USEMODULE += ps diff --git a/tests/vfs_default/Makefile b/tests/vfs_default/Makefile index 182a670dea..4f779942f0 100644 --- a/tests/vfs_default/Makefile +++ b/tests/vfs_default/Makefile @@ -4,7 +4,6 @@ USEMODULE += vfs_default USEMODULE += vfs_auto_format USEMODULE += ps -USEMODULE += shell USEMODULE += shell_cmds_default include $(RIOTBASE)/Makefile.include