commit | e2d779159f122da8542abde35083ec98f2fcae01 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Wed May 30 09:45:35 2018 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat Jun 02 16:29:46 2018 -0400 |
tree | 9587b5645b7666f933ff87d49679e08974afe9ca | |
parent | 75e2af20eaa3dbd28cd60b3a6fdfd4bdd8cdf59a [diff] |
kernel: update stack macro documentation It's not possible to enforce that K_THREAD_STACK_SIZEOF() returns the original number passed to K_THREAD_STACK_DEFINE(). Some arches need to round this number up in order to satisfy alignment constraints. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>