xiaoxiang781216 commented on code in PR #17352:
URL: https://github.com/apache/nuttx/pull/17352#discussion_r2544564325


##########
sched/Kconfig:
##########
@@ -44,6 +44,11 @@ config DISABLE_ENVIRON
        bool "Disable environment variable support"
        default DEFAULT_SMALL
 
+config DISABLE_SIGNALS
+       bool "Disable signal support"
+       select DISABLE_PTHREAD

Review Comment:
   why disable DISABLE_PTHREAD? pthread and signal could be disable 
independently



##########
arch/arm/src/armv8-r/CMakeLists.txt:
##########
@@ -41,14 +41,16 @@ list(
   arm_gicv3.c
   arm_initialstate.c
   arm_prefetchabort.c
-  arm_schedulesigaction.c

Review Comment:
   what's about other arch



-- 
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