mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
The z_libc_partition was only enabled when newlib is being used, and/or stack canaries are needed. This adds a hidden option where this partition can be enabled if needed, regardless of whether newlib is used or stack canaries are needed. Signed-off-by: Daniel Leung <daniel.leung@intel.com>