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 2021/06/30 16:53:10 UTC

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #4001: xtensa/esp32: Support to select different clock source for RTC controller and close TODOs.

gustavonihei commented on a change in pull request #4001:
URL: https://github.com/apache/incubator-nuttx/pull/4001#discussion_r661653078



##########
File path: arch/xtensa/src/esp32/Kconfig
##########
@@ -211,6 +211,40 @@ config ESP32_XTAL_26MHz
 
 endchoice # On-board Crystal Frequency
 
+choice ESP32_RTC_CLK_SRC
+    prompt "RTC clock source"
+    default ESP32_RTC_CLK_SRC_INT_RC
+    help

Review comment:
       ```suggestion
       ---help---
   ```
   nit: minor styling issue




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

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