1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

Merge pull request #18761 from krzysztof-cabaj/sys-shell

sys/shell: fix deprecated shell_command in examples and tests
This commit is contained in:
benpicco 2022-10-19 23:02:36 +02:00 committed by GitHub
commit 10296605e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 5 deletions

View File

@ -13,7 +13,7 @@ USEMODULE += gnrc
USEMODULE += netdev_default
USEMODULE += auto_init_gnrc_netif
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += shell_cmds_default
USEMODULE += ps
USEMODULE += ztimer64_usec

View File

@ -7,7 +7,7 @@ USEMODULE += gnrc_icmpv6_echo
USEMODULE += gnrc_rpl
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += shell_cmds_default
USEMODULE += gcoap_fileserver
USEMODULE += gcoap_fileserver_put
@ -18,7 +18,8 @@ USEMODULE += constfs
USEMODULE += vfs_default
USEMODULE += vfs_auto_format
USEMODULE += md5sum
USEMODULE += hashes
USEMODULE += shell_cmd_md5sum
# automated test only works on native
TEST_ON_CI_WHITELIST += native

View File

@ -37,10 +37,10 @@ USEMODULE += gnrc_rpl
USEMODULE += auto_init_gnrc_rpl
# Additional networking modules that can be dropped if not needed
USEMODULE += gnrc_icmpv6_echo
USEMODULE += gnrc_udp_cmd
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