Go to file
Vincenzo Frascino dfed8c4874 kernel: Add stack_info to k_thread
This patck adds the stack information into the k_thread data structure.
The information will be set by when creating a new thread (_new_thread)
and will be used by the scheduling process.

Change-Id: Ibe79fe92a9ef8bce27bf8616d8e0c878508c267d
Signed-off-by: Vincenzo Frascino <vincenzo.frascino@linaro.org>
2017-04-25 16:02:38 +00:00
.known-issues net: dns: Remove dns_client API and sample application 2017-04-13 15:21:45 +03:00
arch x86: call gen_idt with $ZEPHYR_BASE too 2017-04-25 02:32:29 +00:00
boards doc: add galileo board documentation 2017-04-25 15:38:53 +00:00
doc doc: Add secure coding guidelines 2017-04-25 02:32:14 +00:00
drivers drivers: console: Do not wait on the DTR signal from the host USB controller. 2017-04-25 02:33:01 +00:00
dts arm: dts: Add DTS support for NRF52832 SoC 2017-04-14 05:56:54 -05:00
ext debug: Add SEGGER SystemView libraries 2017-04-25 02:16:37 +00:00
include kernel: Add thread events to kernel event logger 2017-04-25 02:16:36 +00:00
kernel kernel: Add stack_info to k_thread 2017-04-25 16:02:38 +00:00
lib lib: convert to using newly introduced integer sized types 2017-04-20 11:56:00 -05:00
misc printk: add vprintk() 2017-04-22 14:29:33 +00:00
samples samples: Add SEGGER SystemView sample application 2017-04-25 02:16:37 +00:00
scripts checkpatch: update checkpatch to warn about C99 type usage 2017-04-21 17:24:04 +00:00
subsys kernel: Add thread events to kernel event logger 2017-04-25 02:16:36 +00:00
tests tests: add fatal test case 2017-04-22 10:31:49 -04:00
.checkpatch.conf checkpatch: update checkpatch to warn about C99 type usage 2017-04-21 17:24:04 +00:00
.gitattributes
.gitignore doc: tweak .gitignore to allow doc theme dev 2017-02-23 13:20:04 +00:00
.gitreview Add a .gitreview file 2016-02-20 14:25:01 +00:00
.mailmap mailmap: added axy (for Anas Nashif) 2016-12-21 13:49:59 +00:00
defaults.tc testcases: catch more fatal kernel error messages 2016-11-11 13:21:16 +00:00
Kbuild build: Add separate DTS target 2017-04-20 14:36:10 +00:00
Kconfig license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.zephyr license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
LICENSE add top level Apache 2.0 license file 2016-02-05 20:24:37 -05:00
MAINTAINERS MAINTAINERS: remove references to legacy headers 2017-04-20 14:11:16 +00:00
Makefile build: only build gen_idt on x86 2017-04-24 03:17:16 +00:00
Makefile.inc build: Add separate DTS target 2017-04-20 14:36:10 +00:00
Makefile.test tests: introduce Makefile.test 2017-01-03 17:48:44 +00:00
zephyr-env.sh zephyr-env.sh: only reset scripts_path on Windows 2017-03-31 15:42:31 -04:00