zephyr/include/arch/arm
Ioannis Glaropoulos 8cbba1e2ee 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>
2019-03-09 11:57:24 -08:00
..
cortex_m arch: arm: pointer argument to MPU region re-programming functions 2019-03-07 19:20:30 -08:00
arch.h arch: arm: documentation improvements for _ARCH_THREAD_STACK_SIZEOF() 2019-03-09 11:57:24 -08:00
syscall.h syscall: Return bool in a boolean function 2018-11-30 08:05:11 -08:00