donghengqaz commented on a change in pull request #2074:
URL: https://github.com/apache/incubator-nuttx/pull/2074#discussion_r511764888
##########
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:
Yes I think it should be only a little lower than HP workqueue, but it
also should process real-time.
----------------------------------------------------------------
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]