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

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


    from 6a2152aa44 boards/nrf5340-dk: add buttons example
     new f9f41bbd95 arch/nrf53: add RTC support
     new d23759d457 arch/nrf53: add tickless support
     new da47c468b8 boards/nrf5340-dk: add ostest_tickless configuration

The 3 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/nrf53/Kconfig                         |  36 +++
 arch/arm/src/nrf53/Make.defs                       |   9 +
 .../src/{nrf52/nrf52_rtc.c => nrf53/nrf53_rtc.c}   | 353 ++++++++++-----------
 arch/arm/src/nrf53/nrf53_rtc.h                     | 139 ++++++++
 .../nrf53_tickless_rtc.c}                          |  82 +++--
 .../defconfig                                      |   3 +-
 6 files changed, 391 insertions(+), 231 deletions(-)
 copy arch/arm/src/{nrf52/nrf52_rtc.c => nrf53/nrf53_rtc.c} (62%)
 create mode 100644 arch/arm/src/nrf53/nrf53_rtc.h
 copy arch/arm/src/{nrf52/nrf52_tickless_rtc.c => nrf53/nrf53_tickless_rtc.c} 
(78%)
 copy boards/arm/nrf53/nrf5340-dk/configs/{timer_cpuapp => 
ostest_tickless_cpuapp}/defconfig (96%)

Reply via email to