mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
examples,tests: replace deprecated module names by new names
This commit is contained in:
parent
fe7f75f78c
commit
a04b0a01a2
@ -17,7 +17,7 @@ USEMODULE += gnrc_ipv6_default
|
||||
USEMODULE += asymcute
|
||||
# Add also the shell, some shell commands
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
# For testing we also include the ping command and some stats
|
||||
USEMODULE += gnrc_icmpv6_echo
|
||||
|
@ -23,7 +23,7 @@ endif
|
||||
|
||||
# Add also the shell, some shell commands
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
USEMODULE += netstats_l2
|
||||
USEMODULE += netstats_ipv6
|
||||
|
@ -27,7 +27,7 @@ QUIET ?= 1
|
||||
|
||||
USEMODULE += ps
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
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
|
||||
USEMODULE += netdev_default
|
||||
|
@ -15,7 +15,7 @@ USEMODULE += gnrc_icmpv6_echo
|
||||
USEMODULE += cord_ep_standalone
|
||||
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
USEMODULE += fmt
|
||||
|
||||
|
@ -15,7 +15,7 @@ USEMODULE += gnrc_icmpv6_echo
|
||||
USEMODULE += cord_lc
|
||||
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
|
||||
# The default size of GCOAP_PDU_BUF_SIZE can be too small for the response
|
||||
|
@ -29,7 +29,7 @@ QUIET ?= 1
|
||||
|
||||
# Modules to include:
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
# include and auto-initialize all available sensors
|
||||
USEMODULE += saul_default
|
||||
|
@ -17,7 +17,7 @@ USEMODULE += sock_udp
|
||||
|
||||
# Add also the shell, some shell commands
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
|
||||
USEPKG += tinydtls
|
||||
# tinydtls needs crypto secure PRNG
|
||||
|
@ -32,7 +32,7 @@ USEMODULE += prng_sha1prng
|
||||
|
||||
# Add also the shell, some shell commands
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
|
||||
# UDP Port to use (20220 is default for DTLS).
|
||||
DTLS_PORT ?= 20220
|
||||
|
@ -17,7 +17,7 @@ USEMODULE += sock_udp
|
||||
|
||||
# Add also the shell, some shell commands
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
|
||||
USEPKG += wolfssl
|
||||
USEMODULE += wolfcrypt
|
||||
|
@ -17,7 +17,7 @@ USEMODULE += gnrc_ipv6_default
|
||||
USEMODULE += emcute
|
||||
# Add also the shell, some shell commands
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
# For testing we also include the ping command and some stats
|
||||
USEMODULE += gnrc_icmpv6_echo
|
||||
|
@ -21,7 +21,7 @@ QUIET ?= 1
|
||||
|
||||
# Modules to include:
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
|
||||
# Use the default file system
|
||||
|
@ -35,7 +35,7 @@ USEMODULE += fmt
|
||||
USEMODULE += netutils
|
||||
# Add also the shell, some shell commands
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
|
||||
# Comment this out to disable code in RIOT that does safety checking
|
||||
|
@ -53,7 +53,7 @@ USEMODULE += od
|
||||
USEMODULE += fmt
|
||||
# Add also the shell, some shell commands
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
|
||||
# Comment this out to disable code in RIOT that does safety checking
|
||||
|
@ -33,7 +33,7 @@ USEMODULE += fmt
|
||||
USEMODULE += hashes
|
||||
# Add also the shell, some shell commands
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
|
||||
# Comment this out to disable code in RIOT that does safety checking
|
||||
|
@ -35,7 +35,7 @@ USEMODULE += fmt
|
||||
USEMODULE += netutils
|
||||
# Add also the shell, some shell commands
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
|
||||
# Comment this out to disable code in RIOT that does safety checking
|
||||
|
@ -17,7 +17,7 @@ QUIET ?= 1
|
||||
|
||||
# Modules to include:
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
|
||||
# enable the fileserver module
|
||||
USEMODULE += gcoap_fileserver
|
||||
|
@ -29,7 +29,7 @@ USEMODULE += gnrc_sixlowpan_border_router_default
|
||||
USEMODULE += gnrc_icmpv6_echo
|
||||
# Add also the shell, some shell commands
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
|
||||
# Optionally include RPL as a routing protocol. When includede gnrc_uhcpc will
|
||||
|
@ -20,7 +20,7 @@ USEMODULE += gnrc_pktdump
|
||||
|
||||
# Include the shell and shell commands.
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
|
||||
# Use GNRC Txtsnd to transmit LoRaWAN from the shell
|
||||
USEMODULE += gnrc_txtsnd
|
||||
|
@ -23,7 +23,7 @@ USEMODULE += gnrc_icmpv6_echo
|
||||
USEMODULE += shell_cmd_gnrc_udp
|
||||
# Add also the shell, some shell commands
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
USEMODULE += netstats_l2
|
||||
USEMODULE += netstats_ipv6
|
||||
|
@ -31,7 +31,7 @@ USEMODULE += gnrc_pktdump
|
||||
USEMODULE += gnrc_icmpv6_echo
|
||||
# Add also the shell, some shell commands
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
USEMODULE += netstats_l2
|
||||
USEMODULE += netstats_ipv6
|
||||
|
@ -20,7 +20,7 @@ USEMODULE += gnrc_pktdump
|
||||
USEMODULE += gnrc_icmpv6_echo
|
||||
# Add also the shell, some shell commands
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
USEMODULE += netstats_l2
|
||||
USEMODULE += netstats_ipv6
|
||||
|
@ -12,7 +12,7 @@ USEMODULE += netdev_default
|
||||
USEMODULE += auto_init_gnrc_netif
|
||||
USEMODULE += random
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
|
||||
USEPKG += ndn-riot
|
||||
|
||||
|
@ -28,7 +28,7 @@ ifneq (,$(DEFAULT_MQTT_PWD))
|
||||
endif
|
||||
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
USEMODULE += netdev_default
|
||||
USEPKG += paho-mqtt
|
||||
|
@ -19,7 +19,7 @@ USEMODULE += posix_sleep
|
||||
USEMODULE += posix_inet
|
||||
# Add also the shell, some shell commands
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
|
||||
# Comment this out to disable code in RIOT that does safety checking
|
||||
|
@ -11,7 +11,7 @@ RIOTBASE ?= $(CURDIR)/../..
|
||||
USEMODULE += saul_default
|
||||
# include the shell:
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
# additional modules for debugging:
|
||||
USEMODULE += ps
|
||||
|
||||
|
@ -25,7 +25,7 @@ USEMODULE += gnrc_icmpv6_echo
|
||||
|
||||
# include this for printing IP addresses
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
|
||||
# Set this to 1 to enable code in RIOT that does safety checking
|
||||
# which is not needed in a production environment but helps in the
|
||||
|
@ -30,7 +30,7 @@ endif
|
||||
USEMODULE += netutils
|
||||
# Add also the shell, some shell commands
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
# Include the telnet server
|
||||
USEMODULE += stdio_telnet
|
||||
|
@ -32,7 +32,7 @@ USEMODULE += uwb-core_twr_ds_ext
|
||||
|
||||
# System modules used by this application
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
USEMODULE += l2util
|
||||
USEMODULE += event_callback
|
||||
|
@ -7,7 +7,7 @@ CONFIG_MODULE_UWB-CORE_TWR_SS_EXT=y
|
||||
CONFIG_MODULE_UWB-CORE_TWR_DS=y
|
||||
CONFIG_MODULE_UWB-CORE_TWR_DS_EXT=y
|
||||
CONFIG_MODULE_SHELL=y
|
||||
CONFIG_MODULE_SHELL_COMMANDS=y
|
||||
CONFIG_MODULE_SHELL_CMDS_DEFAULT=y
|
||||
CONFIG_MODULE_PS=y
|
||||
CONFIG_MODULE_L2UTIL=y
|
||||
CONFIG_MODULE_EVENT_PERIODIC=y
|
||||
|
@ -19,7 +19,7 @@ USEMODULE += gnrc_ipv6_router_default
|
||||
USEMODULE += gnrc_icmpv6_echo
|
||||
# Add also the shell, some shell commands
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
|
||||
# Comment this out to disable code in RIOT that does safety checking
|
||||
|
@ -2,7 +2,7 @@ export APPLICATION = can_trx
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
|
||||
USEMODULE += can_trx
|
||||
|
@ -4,7 +4,7 @@ USEMODULE += congure_reno
|
||||
USEMODULE += congure_test
|
||||
USEMODULE += fmt
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
|
||||
INCLUDES += -I$(CURDIR)
|
||||
|
||||
|
@ -4,7 +4,7 @@ CONFIG_MODULE_CONGURE_TEST=y
|
||||
CONFIG_MODULE_FMT=y
|
||||
CONFIG_MODULE_SEQ=y
|
||||
CONFIG_MODULE_SHELL=y
|
||||
CONFIG_MODULE_SHELL_COMMANDS=y
|
||||
CONFIG_MODULE_SHELL_CMDS_DEFAULT=y
|
||||
|
||||
CONFIG_CONGURE_TEST_LOST_MSG_POOL_SIZE=6
|
||||
CONFIG_SHELL_NO_ECHO=y
|
||||
|
@ -4,7 +4,7 @@ USEMODULE += congure_mock
|
||||
USEMODULE += congure_test
|
||||
USEMODULE += fmt
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
|
||||
INCLUDES += -I$(CURDIR)
|
||||
|
||||
|
@ -3,5 +3,5 @@ CONFIG_MODULE_CONGURE_MOCK=y
|
||||
CONFIG_MODULE_CONGURE_TEST=y
|
||||
CONFIG_MODULE_FMT=y
|
||||
CONFIG_MODULE_SHELL=y
|
||||
CONFIG_MODULE_SHELL_COMMANDS=y
|
||||
CONFIG_MODULE_SHELL_CMDS_DEFAULT=y
|
||||
CONFIG_SHELL_NO_ECHO=y
|
||||
|
@ -3,7 +3,7 @@ BOARD ?= nucleo-f767zi
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
|
||||
USEMODULE += conn_can
|
||||
|
@ -5,6 +5,6 @@ include ../Makefile.tests_common
|
||||
FEATURES_REQUIRED += cpu_check_address
|
||||
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -2,6 +2,6 @@ include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += at30tse75x
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -2,4 +2,4 @@
|
||||
# application configuration. This is only needed during migration.
|
||||
CONFIG_MODULE_AT30TSE75X=y
|
||||
CONFIG_MODULE_SHELL=y
|
||||
CONFIG_MODULE_SHELL_COMMANDS=y
|
||||
CONFIG_MODULE_SHELL_CMDS_DEFAULT=y
|
||||
|
@ -2,6 +2,6 @@ include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += ata8520e
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -2,4 +2,4 @@
|
||||
# application configuration. This is only needed during migration.
|
||||
CONFIG_MODULE_ATA8520E=y
|
||||
CONFIG_MODULE_SHELL=y
|
||||
CONFIG_MODULE_SHELL_COMMANDS=y
|
||||
CONFIG_MODULE_SHELL_CMDS_DEFAULT=y
|
||||
|
@ -2,6 +2,6 @@ include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += bq2429x
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -1,4 +1,4 @@
|
||||
CONFIG_MODULE_SHELL=y
|
||||
CONFIG_MODULE_SHELL_COMMANDS=y
|
||||
CONFIG_MODULE_SHELL_CMDS_DEFAULT=y
|
||||
# include driver for bq2429x
|
||||
CONFIG_MODULE_BQ2429X=y
|
||||
|
@ -6,7 +6,7 @@ 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_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
# Add the device driver
|
||||
USEMODULE += $(DEVICE)
|
||||
# Add a network stack and auto init of the network devices
|
||||
|
@ -3,7 +3,7 @@ include ../Makefile.tests_common
|
||||
USEMODULE += dfplayer
|
||||
USEMODULE += event_thread
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
|
@ -7,7 +7,7 @@ USEMODULE += fmt
|
||||
USEMODULE += ztimer
|
||||
USEMODULE += ztimer_msec
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += $(DRIVER)
|
||||
|
||||
# for using lis2dh12 with interrupt function
|
||||
|
@ -4,7 +4,7 @@ CONFIG_MODULE_FMT=y
|
||||
CONFIG_MODULE_ZTIMER=y
|
||||
CONFIG_MODULE_ZTIMER_MSEC=y
|
||||
CONFIG_MODULE_SHELL=y
|
||||
CONFIG_MODULE_SHELL_COMMANDS=y
|
||||
CONFIG_MODULE_SHELL_CMDS_DEFAULT=y
|
||||
CONFIG_MODULE_LIS2DH12=y
|
||||
CONFIG_MODULE_LIS2DH12_SPI=y
|
||||
|
||||
|
@ -4,7 +4,7 @@ include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += motor_driver
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += xtimer
|
||||
|
||||
FEATURES_REQUIRED += periph_qdec
|
||||
|
@ -2,6 +2,6 @@
|
||||
# application configuration. This is only needed during migration.
|
||||
CONFIG_MODULE_MOTOR_DRIVER=y
|
||||
CONFIG_MODULE_SHELL=y
|
||||
CONFIG_MODULE_SHELL_COMMANDS=y
|
||||
CONFIG_MODULE_SHELL_CMDS_DEFAULT=y
|
||||
CONFIG_MODULE_XTIMER=y
|
||||
CONFIG_MODULE_PERIPH_QDEC=y
|
||||
|
@ -2,7 +2,7 @@ include ../Makefile.tests_common
|
||||
|
||||
# Modules to include:
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
|
||||
# allow to use a smaller packet buffer in low-PDU drivers
|
||||
|
@ -1,7 +1,7 @@
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
USEMODULE += ztimer_usec
|
||||
USEMODULE += nrf24l01p
|
||||
|
@ -3,7 +3,7 @@ DEBUG ?= 0
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
USEMODULE += gnrc
|
||||
USEMODULE += auto_init_gnrc_netif
|
||||
|
@ -9,7 +9,7 @@ USEMODULE += gnrc_ipv6
|
||||
USEMODULE += gnrc_icmpv6_echo
|
||||
# also add the shell with some basic shell commands
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
|
||||
# microbit qemu failing currently
|
||||
TEST_ON_CI_BLACKLIST += microbit
|
||||
|
@ -4,6 +4,6 @@ DRIVER ?= rn2483
|
||||
|
||||
USEMODULE += $(DRIVER)
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -2,4 +2,4 @@
|
||||
# application configuration. This is only needed during migration.
|
||||
CONFIG_MODULE_RN2483=y
|
||||
CONFIG_MODULE_SHELL=y
|
||||
CONFIG_MODULE_SHELL_COMMANDS=y
|
||||
CONFIG_MODULE_SHELL_CMDS_DEFAULT=y
|
||||
|
@ -6,7 +6,7 @@ BOARD ?= msba2
|
||||
USEMODULE += $(DRIVER)
|
||||
USEMODULE += shell
|
||||
USEMODULE += saul_default
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -10,4 +10,4 @@ CONFIG_MODULE_SHT11=y
|
||||
|
||||
CONFIG_MODULE_PS=y
|
||||
CONFIG_MODULE_SHELL=y
|
||||
CONFIG_MODULE_SHELL_COMMANDS=y
|
||||
CONFIG_MODULE_SHELL_CMDS_DEFAULT=y
|
||||
|
@ -5,6 +5,6 @@ LORA_DRIVER ?= sx1261
|
||||
USEMODULE += $(LORA_DRIVER)
|
||||
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -4,4 +4,4 @@ CONFIG_MODULE_SX126X=y
|
||||
CONFIG_MODULE_SX1261=y
|
||||
|
||||
CONFIG_MODULE_SHELL=y
|
||||
CONFIG_MODULE_SHELL_COMMANDS=y
|
||||
CONFIG_MODULE_SHELL_CMDS_DEFAULT=y
|
||||
|
@ -4,7 +4,7 @@ include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += od
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
|
||||
DRIVER ?= sx1276
|
||||
|
@ -5,5 +5,5 @@ CONFIG_MODULE_SX1276=y
|
||||
|
||||
CONFIG_MODULE_OD=y
|
||||
CONFIG_MODULE_SHELL=y
|
||||
CONFIG_MODULE_SHELL_COMMANDS=y
|
||||
CONFIG_MODULE_SHELL_CMDS_DEFAULT=y
|
||||
CONFIG_MODULE_PS=y
|
||||
|
@ -6,7 +6,7 @@ include ../Makefile.tests_common
|
||||
USEMODULE += sx1280
|
||||
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
|
||||
USEMODULE += iolist
|
||||
|
||||
|
@ -5,4 +5,4 @@ CONFIG_MODULE_SX1280=y
|
||||
CONFIG_MODULE_IOLIST=y
|
||||
|
||||
CONFIG_MODULE_SHELL=y
|
||||
CONFIG_MODULE_SHELL_COMMANDS=y
|
||||
CONFIG_MODULE_SHELL_CMDS_DEFAULT=y
|
||||
|
@ -22,7 +22,7 @@ USEMODULE += gnrc_netif_single # Only one interface used and it makes
|
||||
USEMODULE += emcute
|
||||
USEMODULE += od
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += sock_util
|
||||
|
||||
CFLAGS += -DSTDIO_UART_RX_BUFSIZE="512" # Adapt to SHELL_BUFSIZE in app
|
||||
|
@ -11,7 +11,7 @@ USEMODULE += gnrc_ipv6_default
|
||||
USEMODULE += netdev_default
|
||||
USEMODULE += od
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
|
||||
COAPS ?= 1
|
||||
|
||||
|
@ -28,7 +28,7 @@ else
|
||||
endif
|
||||
USEMODULE += auto_init_gnrc_netif
|
||||
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
|
||||
CFLAGS += -DDHCPV6_SERVER_PORT=$(DHCPV6_SERVER_PORT)
|
||||
|
||||
|
@ -11,7 +11,7 @@ USEMODULE += gnrc_pktdump
|
||||
USEMODULE += gnrc_sixlowpan_border_router_default
|
||||
USEMODULE += ps
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
|
||||
# use Ethernet as link-layer protocol
|
||||
ifeq (native,$(BOARD))
|
||||
|
@ -12,7 +12,7 @@ USEMODULE += netdev_default
|
||||
USEMODULE += gnrc_pktdump
|
||||
USEMODULE += ps
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
|
||||
# use Ethernet as link-layer protocol
|
||||
ifeq (native,$(BOARD))
|
||||
|
@ -24,7 +24,7 @@ USEMODULE += auto_init_gnrc_netif
|
||||
|
||||
USEMODULE += ps
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
|
||||
# The test requires some setup and to be run as root
|
||||
# So it cannot currently be run
|
||||
|
@ -9,7 +9,7 @@ BOARD_WHITELIST := samr21-xpro iotlab-m3
|
||||
|
||||
# Modules to include:
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
# include and auto-initialize all available sensors
|
||||
USEMODULE += saul_default
|
||||
|
@ -25,7 +25,7 @@ USEMODULE += gnrc_ipv6_ext
|
||||
USEMODULE += od
|
||||
# Add also the shell, some shell commands
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
|
||||
# The test requires some setup and to be run as root
|
||||
|
@ -33,7 +33,7 @@ USEMODULE += od
|
||||
USEMODULE += embunit
|
||||
# Add also the shell, some shell commands
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
|
||||
# The test requires some setup and to be run as root
|
||||
|
@ -24,7 +24,7 @@ USEMODULE += gnrc_ipv6_ext_opt
|
||||
USEMODULE += od
|
||||
# Add also the shell, some shell commands
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
|
||||
# The test requires some setup and to be run as root
|
||||
|
@ -9,7 +9,7 @@ USEMODULE += netdev_test
|
||||
USEMODULE += od
|
||||
USEMODULE += ps
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += xtimer
|
||||
|
||||
CFLAGS += -DTEST_SUITES
|
||||
|
@ -21,7 +21,7 @@ endif
|
||||
USEMODULE += auto_init_gnrc_netif
|
||||
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
|
||||
USEMODULE += posix_inet
|
||||
|
||||
|
@ -9,7 +9,7 @@ BOARD_WHITELIST := samr21-xpro
|
||||
|
||||
# Modules to include:
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
# Use modules for networking
|
||||
# gnrc is a meta module including all required, basic gnrc networking modules
|
||||
|
@ -7,7 +7,7 @@ USEMODULE += gnrc_icmpv6_echo
|
||||
USEMODULE += gnrc_rpl
|
||||
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
|
||||
# automated test only works on native
|
||||
TEST_ON_CI_WHITELIST += native
|
||||
|
@ -29,7 +29,7 @@ USEMODULE += od
|
||||
USEMODULE += embunit
|
||||
# Add also the shell, some shell commands
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
|
||||
# The test requires some setup and to be run as root
|
||||
|
@ -22,7 +22,7 @@ endif
|
||||
USEMODULE += auto_init_gnrc_netif
|
||||
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
|
||||
USEMODULE += posix_inet
|
||||
|
||||
|
@ -18,7 +18,7 @@ USEMODULE += posix_inet
|
||||
# tinydtls needs crypto secure PRNG
|
||||
USEMODULE += prng_sha1prng
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
|
||||
USEPKG += tinydtls
|
||||
|
||||
|
@ -29,7 +29,7 @@ USEMODULE += gnrc_pktbuf_cmd
|
||||
USEMODULE += gnrc_netif_single # Only one interface used and it makes
|
||||
# shell commands easier
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += od
|
||||
|
||||
# Export used tap device to environment
|
||||
|
@ -34,7 +34,7 @@ USEMODULE += gnrc_pktbuf_cmd
|
||||
USEMODULE += gnrc_netif_single # Only one interface used and it makes
|
||||
# shell commands easier
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += od
|
||||
|
||||
# Export used tap device to environment
|
||||
|
@ -10,7 +10,7 @@ USEMODULE += gnrc_rpl
|
||||
USEMODULE += auto_init_gnrc_rpl
|
||||
USEMODULE += gnrc_icmpv6_echo
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
USEMODULE += netstats_l2
|
||||
USEMODULE += netstats_ipv6
|
||||
|
@ -1,8 +1,8 @@
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += heap_cmd
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmd_heap
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
|
||||
# microbit qemu failing currently
|
||||
|
7
tests/heap_cmd/app.config.test
Normal file
7
tests/heap_cmd/app.config.test
Normal file
@ -0,0 +1,7 @@
|
||||
# this file enables modules defined in Kconfig. Do not use this file for
|
||||
# application configuration. This is only needed during migration.
|
||||
|
||||
CONFIG_MODULE_PS=y
|
||||
CONFIG_MODULE_SHELL=y
|
||||
CONFIG_MODULE_SHELL_CMDS_DEFAULT=y
|
||||
CONFIG_MODULE_SHELL_CMD_HEAP=y
|
61
tests/heap_cmd/mods-k
Normal file
61
tests/heap_cmd/mods-k
Normal file
@ -0,0 +1,61 @@
|
||||
=== [ATTENTION] Testing Kconfig dependency modelling ===
|
||||
=== [ATTENTION] Testing Kconfig dependency modelling ===
|
||||
auto_init
|
||||
board
|
||||
board_common_init
|
||||
boards_common_nucleo
|
||||
core
|
||||
core_init
|
||||
core_lib
|
||||
core_msg
|
||||
core_panic
|
||||
core_thread
|
||||
cortexm_common
|
||||
cortexm_common_periph
|
||||
cortexm_fpu
|
||||
cpu
|
||||
div
|
||||
isrpipe
|
||||
malloc_thread_safe
|
||||
mpu_stack_guard
|
||||
newlib
|
||||
newlib_nano
|
||||
newlib_syscalls_default
|
||||
periph
|
||||
periph_common
|
||||
periph_gpio
|
||||
periph_init
|
||||
periph_init_gpio
|
||||
periph_init_led0
|
||||
periph_init_led1
|
||||
periph_init_led2
|
||||
periph_init_led3
|
||||
periph_init_led4
|
||||
periph_init_led5
|
||||
periph_init_led6
|
||||
periph_init_led7
|
||||
periph_init_leds
|
||||
periph_init_pm
|
||||
periph_init_uart
|
||||
periph_pm
|
||||
periph_uart
|
||||
pm_layered
|
||||
ps
|
||||
shell
|
||||
shell_cmd_heap
|
||||
shell_cmd_pm
|
||||
shell_cmd_ps
|
||||
shell_cmd_sys
|
||||
shell_cmds
|
||||
shell_cmds_default
|
||||
stdin
|
||||
stdio_available
|
||||
stdio_uart
|
||||
stdio_uart_rx
|
||||
stm32_clk
|
||||
stm32_vectors
|
||||
sys
|
||||
test_utils_interactive_sync
|
||||
test_utils_interactive_sync_shell
|
||||
test_utils_print_stack_usage
|
||||
tsrb
|
59
tests/heap_cmd/mods-no-k
Normal file
59
tests/heap_cmd/mods-no-k
Normal file
@ -0,0 +1,59 @@
|
||||
auto_init
|
||||
board
|
||||
board_common_init
|
||||
boards_common_nucleo
|
||||
core
|
||||
core_init
|
||||
core_lib
|
||||
core_msg
|
||||
core_panic
|
||||
core_thread
|
||||
cortexm_common
|
||||
cortexm_common_periph
|
||||
cortexm_fpu
|
||||
cpu
|
||||
div
|
||||
isrpipe
|
||||
malloc_thread_safe
|
||||
mpu_stack_guard
|
||||
newlib
|
||||
newlib_nano
|
||||
newlib_syscalls_default
|
||||
periph
|
||||
periph_common
|
||||
periph_gpio
|
||||
periph_init
|
||||
periph_init_gpio
|
||||
periph_init_led0
|
||||
periph_init_led1
|
||||
periph_init_led2
|
||||
periph_init_led3
|
||||
periph_init_led4
|
||||
periph_init_led5
|
||||
periph_init_led6
|
||||
periph_init_led7
|
||||
periph_init_leds
|
||||
periph_init_pm
|
||||
periph_init_uart
|
||||
periph_pm
|
||||
periph_uart
|
||||
pm_layered
|
||||
ps
|
||||
shell
|
||||
shell_cmd_heap
|
||||
shell_cmd_pm
|
||||
shell_cmd_ps
|
||||
shell_cmd_sys
|
||||
shell_cmds
|
||||
shell_cmds_default
|
||||
stdin
|
||||
stdio_available
|
||||
stdio_uart
|
||||
stdio_uart_rx
|
||||
stm32_clk
|
||||
stm32_vectors
|
||||
sys
|
||||
test_utils_interactive_sync
|
||||
test_utils_interactive_sync_shell
|
||||
test_utils_print_stack_usage
|
||||
tsrb
|
@ -36,7 +36,7 @@ USEMODULE += luid
|
||||
USEMODULE += l2util
|
||||
USEMODULE += ieee802154
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
USEMODULE += event_thread
|
||||
USEMODULE += event_callback
|
||||
|
@ -4,7 +4,7 @@ CONFIG_MODULE_OD=y
|
||||
CONFIG_MODULE_LUID=y
|
||||
CONFIG_MODULE_IEEE802154=y
|
||||
CONFIG_MODULE_SHELL=y
|
||||
CONFIG_MODULE_SHELL_COMMANDS=y
|
||||
CONFIG_MODULE_SHELL_CMDS_DEFAULT=y
|
||||
CONFIG_MODULE_L2UTIL=y
|
||||
CONFIG_MODULE_PS=y
|
||||
|
||||
|
@ -20,7 +20,7 @@ BOARD_WHITELIST := \
|
||||
#
|
||||
USEMODULE += od
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
USEMODULE += event_thread
|
||||
USEMODULE += netdev_default
|
||||
|
@ -27,7 +27,7 @@ USEMODULE += sock_tcp
|
||||
USEMODULE += sock_udp
|
||||
USEMODULE += sock_util
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
USEMODULE += od
|
||||
USEMODULE += netdev_default
|
||||
|
@ -2,7 +2,7 @@ include ../Makefile.tests_common
|
||||
USEMODULE += memarray
|
||||
|
||||
# Used for invoking _ps_handler
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -1,7 +1,7 @@
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
|
||||
USEMODULE += od
|
||||
USEMODULE += mtd
|
||||
|
@ -4,4 +4,4 @@ CONFIG_MODULE_MTD=y
|
||||
CONFIG_MODULE_MTD_WRITE_PAGE=y
|
||||
CONFIG_MODULE_OD=y
|
||||
CONFIG_MODULE_SHELL=y
|
||||
CONFIG_MODULE_SHELL_COMMANDS=y
|
||||
CONFIG_MODULE_SHELL_CMDS_DEFAULT=y
|
||||
|
@ -25,7 +25,7 @@ ifeq (,$(filter $(BOARD),$(LOW_MEMORY_BOARDS)))
|
||||
USEMODULE += nanocoap_vfs
|
||||
USEMODULE += vfs_default
|
||||
# USEMODULE += vfs_auto_format
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
|
||||
# VFS operations require more stack on the main thread
|
||||
CFLAGS += -DTHREAD_STACKSIZE_MAIN=THREAD_STACKSIZE_LARGE
|
||||
|
@ -4,7 +4,7 @@ include $(RIOTBASE)/tests/Makefile.boards.netif
|
||||
BOARD_WHITELIST += $(BOARD_PROVIDES_NETIF)
|
||||
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += gnrc
|
||||
USEMODULE += netdev_default
|
||||
USEMODULE += auto_init_gnrc_netif
|
||||
|
@ -3,7 +3,7 @@ include ../Makefile.tests_common
|
||||
|
||||
# include shell support
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
|
||||
# Include GNRC and RPL
|
||||
|
@ -3,7 +3,7 @@ include ../Makefile.tests_common
|
||||
|
||||
# include shell support
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
|
||||
# Include GNRC and RPL
|
||||
|
@ -3,7 +3,7 @@ include ../Makefile.tests_common
|
||||
|
||||
# include shell support
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
USEMODULE += ps
|
||||
|
||||
# Include GNRC and RPL
|
||||
|
@ -3,7 +3,7 @@ include ../Makefile.tests_common
|
||||
|
||||
# we want shell support
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += shell_cmds_default
|
||||
# setup NimBLE specific modules
|
||||
USEMODULE += nimble_scanner
|
||||
USEMODULE += nimble_scanlist
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user