davids5 commented on code in PR #6987:
URL: https://github.com/apache/incubator-nuttx/pull/6987#discussion_r961494565
##########
sched/Kconfig:
##########
@@ -1826,3 +1826,10 @@ config SCHED_BACKTRACE
using the information automatically generated by the
compiler or architecture specific approach when
ARCH_HAVE_BACKTRACE
is selected
+
+config TASK_LIST_OPTIMIZE
+ bool "Enable task list optimize"
+ default n
+ ---help---
+ Set to enable task lists optimize.
Review Comment:
This needs a more descriptive explanation. Please answer the question what
it does when to use it, why to use it and how it works.
--
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]