1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/shell/commands
Marian Buschsieweke b50964f6fc
sys/net/gnrc: fix in-band signaling of no RSSI
Previously a value of 0 was used for the RSSI to signal that this value is not
present in `gnrc_netif_hdr_t`. However, an RSSI of 0 dBm is legal and even very
plausible data.

This commit defines `GNRC_NETIF_HDR_NO_RSSI` as `INT16_MIN`, which is below the
noise floor in the vacuum of outer space and hence impossible to receive.
For consistency, also GNRC_NETIF_HDR_NO_LQI is defined.
2021-01-13 08:53:33 +01:00
..
Kconfig sys/shell: Add module to Kconfig 2020-11-06 15:57:54 +01:00
Makefile sys/shell: fix use of suit shell command 2020-12-30 19:06:41 +01:00
sc_app_metadata.c
sc_at30tse75x.c
sc_blacklist.c
sc_can.c sys/*: add explicit include of timex.h 2020-10-21 21:47:31 +02:00
sc_ccnl.c
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
sc_fib.c
sc_gnrc_6ctx.c
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/net/gnrc: fix in-band signaling of no RSSI 2021-01-13 08:53:33 +01:00
sc_gnrc_ipv6_frag_stats.c
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
sc_gnrc_rpl.c sys/*: add explicit include of timex.h 2020-10-21 21:47:31 +02:00
sc_heap.c
sc_i2c_scan.c
sc_loramac.c
sc_nimble_netif.c sys/shell/nimble_netif: don't cast result of atoi 2021-01-08 14:37:33 +01: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
sc_random.c
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
sc_sht1x.c sys/shell/sht1x: fix typo (PARMS => PARAMS) 2021-01-08 10:15:33 +01: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
sc_whitelist.c
shell_commands.c sys/shell: fix use of suit shell command 2020-12-30 19:06:41 +01:00