You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2020/08/07 08:31:29 UTC

[incubator-nuttx] branch master updated (b483d0d -> 9a1391d)

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

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


    from b483d0d  arch: imxrt: Fix ethernet configuration in Kconfig
     new fead8d2  arch: cxd56xx: Fix cxd56_rtc.c when compiled with CONFIG_RTC_HIRES=y
     new 9a1391d  boards: spresense: Enable CONFIG_RTC_HIRES in wifi/defconfig

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 arch/arm/src/cxd56xx/cxd56_rtc.c                    | 1 +
 boards/arm/cxd56xx/spresense/configs/wifi/defconfig | 5 +++++
 2 files changed, 6 insertions(+)


[incubator-nuttx] 01/02: arch: cxd56xx: Fix cxd56_rtc.c when compiled with CONFIG_RTC_HIRES=y

Posted by ag...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit fead8d2034ddfc182642aeae30ad8b85746022d3
Author: Masayuki Ishikawa <ma...@gmail.com>
AuthorDate: Fri Aug 7 13:27:41 2020 +0900

    arch: cxd56xx: Fix cxd56_rtc.c when compiled with CONFIG_RTC_HIRES=y
    
    Summary:
    - This commit fixes compile errors
    
    Impact:
    - This commit affects cxd56_rtc.c only
    
    Testing:
    - spresense:wifi with CONFIG_RTC_HIRES=y
    
    Signed-off-by: Masayuki Ishikawa <Ma...@jp.sony.com>
---
 arch/arm/src/cxd56xx/cxd56_rtc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/src/cxd56xx/cxd56_rtc.c b/arch/arm/src/cxd56xx/cxd56_rtc.c
index ab4414a..44513d4 100644
--- a/arch/arm/src/cxd56xx/cxd56_rtc.c
+++ b/arch/arm/src/cxd56xx/cxd56_rtc.c
@@ -52,6 +52,7 @@
 
 #include <arch/board/board.h>
 
+#include "clock/clock.h"
 #include "arm_arch.h"
 #include "cxd56_rtc.h"
 


[incubator-nuttx] 02/02: boards: spresense: Enable CONFIG_RTC_HIRES in wifi/defconfig

Posted by ag...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 9a1391d36be48f9d84a1bc2458582d1958f5f496
Author: Masayuki Ishikawa <ma...@gmail.com>
AuthorDate: Fri Aug 7 13:33:13 2020 +0900

    boards: spresense: Enable CONFIG_RTC_HIRES in wifi/defconfig
    
    Summary:
    - This commit enable COFNIG_RTC_HIRES
    
    Impact:
    - This commit affects spresense:wifi configuration only
    
    Testing:
    - spresense:wifi with getprime
    
    Signed-off-by: Masayuki Ishikawa <Ma...@jp.sony.com>
---
 boards/arm/cxd56xx/spresense/configs/wifi/defconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/boards/arm/cxd56xx/spresense/configs/wifi/defconfig b/boards/arm/cxd56xx/spresense/configs/wifi/defconfig
index e9428a7..4e587e8 100644
--- a/boards/arm/cxd56xx/spresense/configs/wifi/defconfig
+++ b/boards/arm/cxd56xx/spresense/configs/wifi/defconfig
@@ -113,6 +113,10 @@ CONFIG_RAM_START=0x0d000000
 CONFIG_READLINE_CMD_HISTORY=y
 CONFIG_RR_INTERVAL=200
 CONFIG_RTC=y
+CONFIG_RTC_ALARM=y
+CONFIG_RTC_DRIVER=y
+CONFIG_RTC_FREQUENCY=32768
+CONFIG_RTC_HIRES=y
 CONFIG_SCHED_HPWORK=y
 CONFIG_SCHED_LPWORKPRIORITY=60
 CONFIG_SCHED_WAITPID=y
@@ -136,6 +140,7 @@ CONFIG_SYSTEM_NTPC=y
 CONFIG_SYSTEM_NXPLAYER=y
 CONFIG_SYSTEM_NXRECORDER=y
 CONFIG_SYSTEM_USBMSC=y
+CONFIG_TESTING_GETPRIME=y
 CONFIG_TESTING_OSTEST=y
 CONFIG_TESTING_OSTEST_FPUSIZE=64
 CONFIG_UART1_SERIAL_CONSOLE=y