Ouss4 commented on a change in pull request #2074:
URL: https://github.com/apache/incubator-nuttx/pull/2074#discussion_r510853430



##########
File path: arch/xtensa/src/esp32/Kconfig
##########
@@ -665,4 +671,21 @@ config ESP32_WIFI_FS_MOUNTPT
 
 endmenu # ESP32_WIRELESS
 
+menu "Real-Time Timer"
+       depends on ESP32_RT_TIMER
+
+config ESP32_RT_TIMER_TASK_NAME
+       string "Timer task name"
+       default "rt_timer"
+
+config ESP32_RT_TIMER_TASK_PRIORITY
+       int "Timer task priority"
+       default 10

Review comment:
       I'm not aware of such document, but I was expecting something higher.  
For examples in apps/ the default priority is 100.
   So I was expecting to see something between 100 and HP workqueue priority.




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

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


Reply via email to