You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2021/04/28 02:45:42 UTC

[incubator-nuttx] 05/05: xtensa/esp32: Change ESP32_RT_TIMER_TASK_PRIORITY comment into help text

This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 91955be0e1629d80c2bfa0573b7624c1383ef9c2
Author: Gustavo Henrique Nihei <gu...@espressif.com>
AuthorDate: Tue Apr 27 18:35:24 2021 -0300

    xtensa/esp32: Change ESP32_RT_TIMER_TASK_PRIORITY comment into help text
---
 arch/xtensa/src/esp32/Kconfig | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/arch/xtensa/src/esp32/Kconfig b/arch/xtensa/src/esp32/Kconfig
index fef0c6b..a0a5f39 100644
--- a/arch/xtensa/src/esp32/Kconfig
+++ b/arch/xtensa/src/esp32/Kconfig
@@ -982,7 +982,10 @@ config ESP32_RT_TIMER_TASK_NAME
 
 config ESP32_RT_TIMER_TASK_PRIORITY
 	int "Timer task priority"
-	default 223 # Lower than high priority workqueue
+	default 223
+	---help---
+		Priority level of the RT Timer task.
+		Must be lower than the SCHED_HPWORKPRIORITY.
 
 config ESP32_RT_TIMER_TASK_STACK_SIZE
 	int "Timer task stack size"