commit | 8cbba1e2eec2d8563cc28df923c3606e5252b210 | [log] [tgz] |
---|---|---|
author | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Fri Mar 08 09:06:38 2019 +0100 |
committer | Andrew Boie <andrewboie@gmail.com> | Sat Mar 09 11:57:24 2019 -0800 |
tree | 67b6ff9422b688327d85a103b0d821ab3110df47 | |
parent | 4e4048fadf78fcc270be8280c3f687b362f29dd5 [diff] |
arch: arm: documentation improvements for _ARCH_THREAD_STACK_SIZEOF() This commit corrects and improves the documentation for the convenience macro _ARCH_THREAD_STACK_SIZEOF(sym). It stresses that the returned size is guaranteed to match the amount of stack that is available for the thread, that is, excluding any areas not directly usable, e.g. a Stack Guard. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>