kernel: macro to define pinned kernel thread stacks 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>