mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
A stack can already be declared extern via K_KERNEL_STACK_EXTERN(). This adds similar macros for stack arrays. Signed-off-by: Daniel Leung <daniel.leung@intel.com>