commit | ef9efa0fc469858c2b275c90a5e52490773cf2b1 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Tue May 09 12:06:30 2017 -0700 |
committer | Anas Nashif <nashif@linux.intel.com> | Thu May 11 20:24:22 2017 -0400 |
tree | 64c890b5da994b2dac163c52e64db9399bc1e8ef | |
parent | b52a62b5610da68b70d6a011e3866afdd96bbafd [diff] |
stack.h: add size computation function The computation of unused stack space is now split off from the function which sends the result to printk(). The code now assumes that the struct k_thread is stored elsewhere. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>