zephyr/net
Jukka Rissanen 4d3cb02446 net: Increase the 802.15.4 TX stack to 4096 bytes
If application needs to send large packets, the 802.15.4
fragmentation code needs to store the fragments somewhere.
Currently this somewhere is stack which means that we
need to increase the stack size quite a lot.

Change-Id: I9b08563e77c021e5ac103e637e331d7b977563cc
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2016-02-10 19:13:01 -05:00
..
bluetooth Bluetooth: Store LE SC Public Key in SMP code 2016-02-10 19:13:01 -05:00
ip net: Increase the 802.15.4 TX stack to 4096 bytes 2016-02-10 19:13:01 -05:00
Kconfig net: buf: Fix net buf debug 2016-02-05 20:24:47 -05:00
Makefile net: Add initial generic buffer implementation 2016-02-05 20:24:38 -05:00
buf.c net: buf: Add net_buf_push_le16 helper function 2016-02-05 20:25:28 -05:00