1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc/netif
Marian Buschsieweke 86fdbd7054
core/lib: Add macros/utils.h header
The macros CONCAT(), MIN(), and MAX() are defined over and over again in
RIOT's code base. This de-duplicates the code by moving the macros to a
common place.
2023-01-07 09:47:44 +01:00
..
ethernet sys/net/gnrc/netif: adapt to new API 2022-09-15 13:23:26 +02:00
hdr treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
ieee802154 gnrc_netif_ieee802154: Ignore packets without source address 2022-10-29 00:58:35 +02:00
init_devs Merge pull request #17905 from benpicco/GNRC_NETIF_STACKSIZE_DEFAULT 2022-10-13 17:10:43 +02:00
lorawan gnrc_netif_lorawan: add debug message for failed send 2022-10-11 22:57:00 +02:00
pktq codespell: fix remaining issues 2022-09-16 14:00:35 +02:00
_netif.c sys/net/gnrc/netif: use container_of() 2021-12-03 10:12:33 +01:00
gnrc_netif_device_type.c core/lib: Add macros/utils.h header 2023-01-07 09:47:44 +01:00
gnrc_netif_raw.c sys/net/gnrc/netif: adapt to new API 2022-09-15 13:23:26 +02:00
gnrc_netif.c Merge pull request #17905 from benpicco/GNRC_NETIF_STACKSIZE_DEFAULT 2022-10-13 17:10:43 +02:00
Kconfig gnrc_netif_pktq: create dedicated Kconfig 2022-05-30 11:13:52 +02:00
Makefile gnrc_netif: add a send queue 2020-09-02 12:30:22 +02:00