anchao commented on code in PR #15628:
URL: https://github.com/apache/nuttx/pull/15628#discussion_r1923506624


##########
arch/arm/src/armv8-m/Kconfig:
##########
@@ -57,7 +57,7 @@ config ARMV8M_TARGET2_PREL
 
 choice
        prompt "Select the stack protection Schema"
-       default ARMV8M_STACKCHECK_NONE
+       default ARMV8M_STACKCHECK_HARDWARE

Review Comment:
   ```suggestion
        default ARMV8M_STACKCHECK_HARDWARE if DEBUG_FEATURES
        default ARMV8M_STACKCHECK_NONE
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to