Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
Go to file
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
arch x86: add debug function to dump IDT 2016-02-10 16:02:17 +00:00
boards adc : ti : only one instance 2016-02-10 11:23:56 -05:00
doc doc: fixed include path for input directories 2016-02-10 03:30:50 +00:00
drivers cc2520: packetbuf attributes were set using wrong pointer 2016-02-10 19:13:01 -05:00
include Bluetooth: Move address helper functions to hci.h 2016-02-10 19:13:01 -05:00
kernel logger: include task monitor in kernel event logger 2016-02-09 13:53:41 -05:00
lib tinycrypt: Fix compilation with ECC enabled 2016-02-10 22:14:58 +00:00
misc init: use SYS_INIT() where it makes sense 2016-02-05 20:25:25 -05:00
net net: Increase the 802.15.4 TX stack to 4096 bytes 2016-02-10 19:13:01 -05:00
samples Bluetooth: samples/peripheral_hr: Add "Zephyr" to device name 2016-02-10 19:13:01 -05:00
scripts sanitycheck: add testcase.ini field for slow tests 2016-02-10 22:12:55 +00:00
.checkpatch.conf checkpatch: Remove --no-signoff option 2016-02-05 20:25:12 -05:00
.gitattributes
.gitignore gitignore: Add vim temporary files 2016-02-05 20:25:14 -05:00
.mailmap Update .mailmap 2016-02-05 20:24:37 -05:00
Kbuild remove already resolved GENOFFSET_H dependency 2016-02-05 20:25:16 -05:00
Kconfig sanitize use of ARCH/SRCARCH 2016-02-05 20:25:04 -05:00
Kconfig.zephyr kconfig: define architecture as a kconfig variable 2016-02-05 20:24:52 -05:00
LICENSE
Makefile Zephyr v1.0.0 2016-02-08 21:32:24 -05:00
Makefile.inc build: fix parallel builds of applications 2016-02-05 20:25:30 -05:00
zephyr-env.sh mingw: Use windows path style when building with MinGW 2016-02-05 20:25:16 -05:00