You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/09/05 08:37:09 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #1717: consolidate system timer handling in architectures: provide either via ARCH_TIMER/ARCH_ALARM or not, not both

xiaoxiang781216 commented on issue #1717:
URL: https://github.com/apache/incubator-nuttx/issues/1717#issuecomment-687572672


   How about we move TIMER_ARCH/ALARM_ARCH from drivers/Kconfig to sched/Kconfig, like this:
   ```
   choice 
   
   config TICKLESS_ALARM
   
   config TICKLESS_ONESHOT_DRIVER
   
   config TICKLESS_TIMER
   
   config TICKLESS_TIMER_DRIVER
   
   endchoice
   ```
   And move the arch_timer.c/arch_alarm.c to sched/ folder.


----------------------------------------------------------------
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:
users@infra.apache.org