walnux/arch/sim
nuttxs a5b810bdb1 Kconfig: Add configurable Stack Canaries protection levels.
Introduce a configurable stack-protection level for the existing
CONFIG_STACK_CANARIES, instead of hard-coding -fstack-protector-all.
Add Kconfig choice STACK_CANARIES_LEVEL four selectable levels:

 -fstack-protector
 -fstack-protector-strong
 -fstack-protector-all (default)
 -fstack-protector-explicit

Signed-off-by: nuttxs <zhaoqing.zhang@sony.com>
2025-09-11 19:56:42 +08:00
..
include arch: up_getusrsp change to inline and implement in irq.h 2025-01-06 23:03:05 +08:00
src Kconfig: Add configurable Stack Canaries protection levels. 2025-09-11 19:56:42 +08:00
CMakeLists.txt libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
Kconfig arch/sim/Kconfig: fix codespell issues 2025-05-14 21:50:15 +08:00