utzig commented on a change in pull request #2670:
URL: https://github.com/apache/mynewt-core/pull/2670#discussion_r693340888



##########
File path: hw/mcu/nxp/kinetis/syscfg.yml
##########
@@ -24,6 +24,17 @@ syscfg.defs:
         value:
         restriction: $notnull
 
+    KINETIS_USE_FAST_MCGIRCLK:
+        description: >
+            Use fast clock for MCGIRCLK. When enabled MCGIRCLK will clock
+            at 4MHz; when disabled 32768Hz.
+        value: 0
+    KINETIS_MCGIRCLK_FCRDIV:
+        description: >
+            Divider for MCGIRCLK. The divider used equals: value << 1.

Review comment:
       Yep, good catch!




-- 
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...@mynewt.apache.org

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


Reply via email to