This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push: new 5918335b7fa armv8m: Default open hardware stack check 5918335b7fa is described below commit 5918335b7faeb6fbcd2d91f621944f02e025b838 Author: wangmingrong1 <wangmingro...@xiaomi.com> AuthorDate: Tue Jan 21 17:33:02 2025 +0800 armv8m: Default open hardware stack check Signed-off-by: wangmingrong1 <wangmingro...@xiaomi.com> --- arch/arm/src/armv8-m/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/src/armv8-m/Kconfig b/arch/arm/src/armv8-m/Kconfig index b0b06a34774..6d11fb07ac7 100644 --- a/arch/arm/src/armv8-m/Kconfig +++ b/arch/arm/src/armv8-m/Kconfig @@ -57,6 +57,7 @@ config ARMV8M_TARGET2_PREL choice prompt "Select the stack protection Schema" + default ARMV8M_STACKCHECK_HARDWARE if DEBUG_FEATURES default ARMV8M_STACKCHECK_NONE config ARMV8M_STACKCHECK_NONE