commit | dfed8c4874b4e87d809c8bf64a8f8adc8048915f | [log] [tgz] |
---|---|---|
author | Vincenzo Frascino <vincenzo.frascino@linaro.org> | Mon Mar 27 15:52:42 2017 +0100 |
committer | Kumar Gala <kumar.gala@linaro.org> | Tue Apr 25 16:02:38 2017 +0000 |
tree | b5ffc78d9ecdde7167bdfc185fea1aaa9a8e1e15 | |
parent | 2611a9695df05b7625bd5bad13463b70bccdc62b [diff] |
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>