simbit18 commented on code in PR #17065:
URL: https://github.com/apache/nuttx/pull/17065#discussion_r2375018350


##########
sched/Kconfig:
##########
@@ -2034,3 +2034,21 @@ config CUSTOM_SEMAPHORE_MAXVALUE
        ---help---
                Enable to support custom max value for semaphores.
                When this option is enabled, the max value of a semaphore can 
be set
+
+config HRTIMER
+       bool "High-resolution timer (hrtimer) support"
+       depends on ALARM_ARCH
+       default n
+       help
+         Enable high-resolution timers (hrtimers) for precise time-based
+         operations within the system.
+
+if HRTIMER
+config HRTIMER_ONESHOT_QUEUE_SIZE
+       int "Size of oneshot hrtimer queue"
+       default 64
+       help
+         Set the number of entries in the oneshot high-resolution timer
+         queue.  This determines how many oneshot timer events can be
+         queued simultaneously.

Review Comment:
   help -> ---help---
   
   remove spaces and add tabs (2051 - 2053)



##########
sched/Kconfig:
##########
@@ -2034,3 +2034,21 @@ config CUSTOM_SEMAPHORE_MAXVALUE
        ---help---
                Enable to support custom max value for semaphores.
                When this option is enabled, the max value of a semaphore can 
be set
+
+config HRTIMER
+       bool "High-resolution timer (hrtimer) support"
+       depends on ALARM_ARCH
+       default n
+       help
+         Enable high-resolution timers (hrtimers) for precise time-based
+         operations within the system.

Review Comment:
   help -> ---help---
   
   remove spaces and add tabs (2043 - 2044)



-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to