common netif device initialization definitions More...
common netif device initialization definitions
Definition in file init_devs.h.
Go to the source code of this file.
#define | GNRC_NETIF_STACKSIZE_DEFAULT (THREAD_STACKSIZE_DEFAULT - 128) |
stack size of a netif thread | |
#define | IEEE802154_SECURITY_EXTRA_STACKSIZE (128) |
extra stack size if ieee802154 security is enabled | |
#define | IEEE802154_OPENDSME_EXTRA_STACKSIZE (0) |
extra stack size if openDSME is enabled | |
#define | IEEE802154_STACKSIZE_DEFAULT |
stack size of an ieee802154 device | |
#define GNRC_NETIF_STACKSIZE_DEFAULT (THREAD_STACKSIZE_DEFAULT - 128) |
stack size of a netif thread
Message queue was previously allocated on the stack, reduce stack size by default msg queue size to keep the RAM use the same
Definition at line 38 of file init_devs.h.
#define IEEE802154_OPENDSME_EXTRA_STACKSIZE (0) |
extra stack size if openDSME is enabled
Definition at line 59 of file init_devs.h.
#define IEEE802154_SECURITY_EXTRA_STACKSIZE (128) |
extra stack size if ieee802154 security is enabled
You may increase this value if you experience a stack overflow with IEEE 802.15.4 security enabled.
Definition at line 48 of file init_devs.h.
#define IEEE802154_STACKSIZE_DEFAULT |
stack size of an ieee802154 device
Definition at line 66 of file init_devs.h.