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 016652f7d7546ce7a2240cb55f6ac2abdf3a26bc
Author: Gustavo Henrique Nihei <[email protected]>
AuthorDate: Tue Apr 27 18:30:42 2021 -0300

    risc-v/esp32c3: Change ESP32C3_RT_TIMER_TASK_PRIORITY comment into help text
---
 arch/risc-v/src/esp32c3/Kconfig | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/arch/risc-v/src/esp32c3/Kconfig b/arch/risc-v/src/esp32c3/Kconfig
index aa0881a..8ddec49 100644
--- a/arch/risc-v/src/esp32c3/Kconfig
+++ b/arch/risc-v/src/esp32c3/Kconfig
@@ -382,7 +382,10 @@ config ESP32C3_RT_TIMER_TASK_NAME
 
 config ESP32C3_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 ESP32C3_RT_TIMER_TASK_STACK_SIZE
        int "Timer task stack size"

Reply via email to