You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/07/30 04:00:09 UTC

[incubator-nuttx] branch master updated: boards: esp32-devkitc: Update wapi_smp/defconfig

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new b9757ff  boards: esp32-devkitc: Update wapi_smp/defconfig
b9757ff is described below

commit b9757ff8112145c118022ec98bab5cd59234c5ee
Author: Masayuki Ishikawa <ma...@gmail.com>
AuthorDate: Fri Jul 30 11:14:17 2021 +0900

    boards: esp32-devkitc: Update wapi_smp/defconfig
    
    Summary:
    - This commit adds RTC and NTP client to wapi_smp/defconfig
    
    Impact:
    - None
    
    Testing:
    - Tested with ntpcstart & date
    
    Signed-off-by: Masayuki Ishikawa <Ma...@jp.sony.com>
---
 boards/xtensa/esp32/esp32-devkitc/configs/wapi_smp/defconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/boards/xtensa/esp32/esp32-devkitc/configs/wapi_smp/defconfig b/boards/xtensa/esp32/esp32-devkitc/configs/wapi_smp/defconfig
index 7510933..37f4aa1 100644
--- a/boards/xtensa/esp32/esp32-devkitc/configs/wapi_smp/defconfig
+++ b/boards/xtensa/esp32/esp32-devkitc/configs/wapi_smp/defconfig
@@ -81,6 +81,10 @@ CONFIG_RAM_START=0x20000000
 CONFIG_RAW_BINARY=y
 CONFIG_READLINE_CMD_HISTORY=y
 CONFIG_RR_INTERVAL=200
+CONFIG_RTC=y
+CONFIG_RTC_ALARM=y
+CONFIG_RTC_DRIVER=y
+CONFIG_RTC_NALARMS=2
 CONFIG_SCHED_LPWORK=y
 CONFIG_SDCLONE_DISABLE=y
 CONFIG_SIG_DEFAULT=y
@@ -95,6 +99,7 @@ CONFIG_START_YEAR=2021
 CONFIG_SYSLOG_TIMESTAMP=y
 CONFIG_SYSTEM_DHCPC_RENEW=y
 CONFIG_SYSTEM_NSH=y
+CONFIG_SYSTEM_NTPC=y
 CONFIG_SYSTEM_PING=y
 CONFIG_SYSTEM_SYSTEM=y
 CONFIG_SYSTEM_TASKSET=y