1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/shell/commands
Benjamin Valentin da7d3779bf examples/gnrc_networking: move udp command to shell commands
The `udp` command is a valuable debugging tool that is also useful
outside of the gnrc_networking example.

To enable easy sending of udp messages in other applications during
development, move the `udp` command to the shell module and introduce
the `gnrc_udp_cmd` pseudo-module to enable it.
2021-07-21 11:19:47 +02:00
..
Kconfig sys/shell/commands: add i2c_scanner deps to Kconfig 2021-02-18 13:22:54 +01:00
Makefile examples/gnrc_networking: move udp command to shell commands 2021-07-21 11:19:47 +02:00
sc_app_metadata.c sys/shell: Add shell command for app_metadata 2019-03-05 16:10:06 +01:00
sc_at30tse75x.c drivers/at30tse75x: adapt to new I2C api 2018-07-25 12:01:38 +02:00
sc_blacklist.c gnrc/ipv6: add blacklisting of IPv6 addresses 2016-01-28 21:50:43 +01:00
sc_can.c sys/*: add explicit include of timex.h 2020-10-21 21:47:31 +02:00
sc_ccnl.c shell/ccn-lite: type fixes 2019-08-02 10:37:47 +02:00
sc_cord_ep.c cord_ep: allow not specify netif if only one interface exist 2020-06-30 22:36:23 +02:00
sc_cryptoauthlib.c sys/shell: add cryptoauthlib shell handler 2020-03-31 21:31:24 +02:00
sc_dfplayer.c sys/shell: Added shell command "dfplayer" 2020-06-28 21:06:49 +02:00
sc_disk.c sys/shell: fix typos 2019-11-23 22:39:38 +01:00
sc_fib.c many typo fixes 2019-11-23 22:39:07 +01:00
sc_gnrc_6ctx.c sys/shell/sc_gnrc_6ctx: use ztimer if available 2021-04-16 11:38:54 +02:00
sc_gnrc_6lo_frag_stats.c gnrc_sixlowpan_frag_sfr: provide statistics sub-module 2020-12-14 13:00:37 +01:00
sc_gnrc_icmpv6_echo.c sys/shell/commands: gnrc_icmpv6_echo: use netutils_get_ipv6() 2021-07-20 22:44:40 +02:00
sc_gnrc_ipv6_frag_stats.c gnrc_ipv6_ext_frag: initial import of statistics module 2020-02-06 13:48:42 +01:00
sc_gnrc_ipv6_nib.c sys/*: add explicit include of timex.h 2020-10-21 21:47:31 +02:00
sc_gnrc_netif.c all: add missing limits.h includes 2020-11-25 17:52:34 +01:00
sc_gnrc_pktbuf.c shell_commands: add command for packet buffer stats 2018-06-22 09:51:17 +02:00
sc_gnrc_rpl.c sys/shell/sc_gnrc_rpl: do not print tricke TC 2021-06-14 11:22:49 +02:00
sc_gnrc_udp.c examples/gnrc_networking: move udp command to shell commands 2021-07-21 11:19:47 +02:00
sc_heap.c sys/shell: cleanup the heap command approach 2019-09-05 09:18:46 +02:00
sc_i2c_scan.c shell: Add command i2c_scan 2019-03-25 14:10:04 +01:00
sc_loramac.c net/lorawan : Move 'LORAMAC_DEFAULT_TX_MODE' to 'CONFIG_' 2021-01-26 16:52:58 +01:00
sc_lwip_netif.c sys/shell: Add lwIP ifconfig shell command 2021-02-23 11:47:45 +01:00
sc_netstats_nb.c shell_commands: provide command for neighbor statistics 2021-02-09 12:27:58 +01:00
sc_nimble_netif.c shell/sc_nimble_netif: fix _connect_name scan dur 2021-04-15 12:42:41 +02:00
sc_nimble_statconn.c sys/shell: add nimble_statconn shell command 2020-07-06 08:14:09 +02:00
sc_openwsn.c sys/shell/commands/sc_openwsn: update components 2020-12-11 09:07:49 +01:00
sc_pm.c sys/shell: commands: Check argc in _pm_handler 2020-05-02 20:55:28 +01:00
sc_ps.c ps: thread_print_all() had the wrong module prefix 2015-04-19 16:36:05 +02:00
sc_random.c xtimer: Update xtimer usage to match API changes 2016-11-29 20:44:31 +01:00
sc_rtc.c shell/commands: fixed off by one when checking for clearalarm command 2020-05-12 12:39:25 +02:00
sc_rtt.c sys/shell: add rtt command 2020-03-19 17:17:26 +01:00
sc_saul_reg.c sys/shell/saul: Don't print from NULL 2021-03-22 21:53:49 +01:00
sc_sht1x.c sys/shell/commands/sc_sht1x.c: fix style 2021-04-01 10:19:30 +02:00
sc_sntp.c picolibc: Use most NEWLIB code with picolibc 2020-08-24 08:26:16 -07:00
sc_suit.c sys/suit: Add SUIT draft ietf-v3 firmware upgrade module 2020-03-18 14:13:12 +01:00
sc_sys.c usb_board_reset: Split headers into public and private 2020-07-01 13:22:25 +02:00
sc_vfs.c many typo fixes 2019-11-23 22:39:07 +01:00
sc_whitelist.c shell: provide shell command for whitelist 2015-09-28 16:59:53 +02:00
shell_commands.c examples/gnrc_networking: move udp command to shell commands 2021-07-21 11:19:47 +02:00