You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/06/25 17:49:52 UTC

[GitHub] [mynewt-core] andrzej-kaczmarek commented on a change in pull request #1896: native; enable os_cputime for native BSP. Make task priority for

andrzej-kaczmarek commented on a change in pull request #1896: native; enable os_cputime for native BSP. Make task priority for
URL: https://github.com/apache/mynewt-core/pull/1896#discussion_r297314422
 
 

 ##########
 File path: hw/mcu/native/syscfg.yml
 ##########
 @@ -63,6 +63,10 @@ syscfg.defs:
         restrictions:
             - "!MCU_FLASH_STYLE_ST"
     MCU_UART_POLLER_PRIO:
+        description: 'Priority of native UART poller task.'
+        type: task_priority
+        value: 1
+    MCU_TIMER_POLLER_PRIO:
 
 Review comment:
   description should be fixed (c&p)

----------------------------------------------------------------
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


With regards,
Apache Git Services