1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/shell/cmds
Marian Buschsieweke c06335b71b
sys/shell: make cmds submodules
Previously `shell_commands` was a "catch-all" module that included
shell commands for each and every used module that has a shell
companion. Instead, the new `shell_cmds` module is now used to provide
shell commands as individually selectable submodules, e.g.
`cmd_gnrc_icmpv6_echo` now provides the ICMPv6 echo command (a.k.a.
ping).

To still have a "catch all" module to pull in shell commands of modules
already used, `shell_cmds_default` was introduced. `shell_commands`
depends now on `shell_cmds_default` for backward compatibility, but
has been deprecated. New apps should use `shell_cmds_default`
instead.

For a handful of shell commands individual selection was already
possible. Those modules now depend on the corresponding `cmd_%` module
and they have been deprecated.
2022-09-16 13:15:45 +02:00
..
app_metadata.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
at30tse75x.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
benchmark_udp.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
ccn-lite-utils.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
conn_can.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
cord_ep.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
cryptoauthlib.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
dfplayer.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
fib.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
gnrc_icmpv6_echo.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
gnrc_ipv6_blacklist.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
gnrc_ipv6_frag_stats.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
gnrc_ipv6_nib.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
gnrc_ipv6_whitelist.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
gnrc_netif.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
gnrc_pktbuf.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
gnrc_rpl.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
gnrc_sixlowpan_ctx.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
gnrc_sixlowpan_frag_stats.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
gnrc_udp.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
heap.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
i2c_scan.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
Kconfig sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
lwip_netif.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
Makefile sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
mci.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
nanocoap_vfs.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
netstats_neighbor.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
nice.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
nimble_netif.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
nimble_statconn.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
openwsn.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
pm.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
ps.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
random.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
rtc.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
rtt.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
saul_reg.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
semtech-loramac.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
sht1x.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
sntp.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
suit.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
sys.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00
vfs.c sys/shell: make cmds submodules 2022-09-16 13:15:45 +02:00