1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net
Marian Buschsieweke 8a5d301caa
sys/net/gnrc/netif: Fix compilation on waspmote-pro
xtimer.h must not be included, when the xtimer module is not use. Otherwise
compilation on the waspmote-pro with https://github.com/RIOT-OS/RIOT/pull/14799
will not longer work. gnrc_netif_pktq includes xtimer.h and uses xtimer, but
gnrc_netif includes gnrc_netif_pktq.h regardless of whether gnrc_netif_pktq
is used. This makes sure that gnrc_netif_pktq.h is only included when actually
used.
2020-09-22 11:51:09 +02:00
..
application_layer sys/net/cord : Expose to Kconfig 2020-09-02 23:36:48 +05:30
ble treewide: change prefix for generated Kconfig symbols. 2020-08-31 09:37:09 +02:00
credman treewide: change prefix for generated Kconfig symbols. 2020-08-31 09:37:09 +02:00
crosslayer netopt: add NETOPT_PDU_SIZE 2020-07-29 11:57:52 +02:00
gnrc sys/net/gnrc/netif: Fix compilation on waspmote-pro 2020-09-22 11:51:09 +02:00
link_layer net/ieee802154: add default CSMA-CA params 2020-09-03 18:22:08 +02:00
netdev_test
netif treewide: change prefix for generated Kconfig symbols. 2020-08-31 09:37:09 +02:00
network_layer sys: Cleanup access to internal variables 2020-08-24 20:28:11 +02:00
routing net: Remove NHDP module 2020-02-18 13:20:05 +01:00
sock net/sock : Update documentation 2020-09-04 16:29:13 +05:30
transport_layer
doc.txt
Kconfig net/skald : Expose to Kconfig 2020-08-26 15:13:08 +05:30