1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/gnrc/netif
Benjamin Valentin 9faa323c83 gnrc_netif: set lower bound for IEEE802154_STACKSIZE_DEFAULT
Since it was ported to the radio HAL, at86rf2xx requires more stack:

2023-03-02 01:00:52,637 # 	pid | name                 | state    Q | pri | stack  ( used) ( free) | base addr  | current
2023-03-02 01:00:52,646 # 	  1 | idle                 | pending  Q |  15 |    192 (  130) (   62) |     0x263a |     0x269f
2023-03-02 01:00:52,655 # 	  2 | main                 | running  Q |   7 |   2560 ( 1732) (  828) |     0x26fa |     0x2cb1
2023-03-02 01:00:52,663 # 	  3 | 6lo                  | bl rx    _ |   3 |    512 (  276) (  236) |     0x5446 |     0x559b
2023-03-02 01:00:52,672 # 	  4 | ipv6                 | bl rx    _ |   4 |    512 (  372) (  140) |     0x318e |     0x32c4
2023-03-02 01:00:52,681 # 	  5 | udp                  | bl rx    _ |   5 |    256 (  214) (   42) |     0x5648 |     0x569d
2023-03-02 01:00:52,689 # 	  6 | at86rf2xx            | bl anyfl _ |   2 |    520 (  514) (    6) |     0x3582 |     0x371f
2023-03-02 01:00:52,697 # 	    | SUM                  |            |     |   4552 ( 3238) ( 1314)
2023-03-02 01:01:30 +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 gnrc_netif: set lower bound for IEEE802154_STACKSIZE_DEFAULT 2023-03-02 01:01:30 +01: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