mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
This introduces two new macros K_THREAD_PINNED_STACK_DEFINE() and K_THREAD_PINNED_STACK_ARRAY_DEFINE() to define thread stack and thread stack array in pinned section. Signed-off-by: Daniel Leung <daniel.leung@intel.com>