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/incubator-nuttx.git.
from 104bbc5 Fix skipping sectors at computing the number of free clusters
add c631765 risc-v/bl602: Add RTC support
No new revisions were added by this update.
Summary of changes:
arch/risc-v/src/bl602/Kconfig | 8 +
arch/risc-v/src/bl602/Make.defs | 3 +
arch/risc-v/src/bl602/bl602_hbn.c | 233 ++++++++++
arch/risc-v/src/bl602/bl602_hbn.h | 123 ++++++
.../cxd56_rtc.h => risc-v/src/bl602/bl602_rtc.c} | 180 ++++----
.../src/bl602/bl602_rtc.h} | 124 +++---
.../src/bl602/bl602_rtc_lowerhalf.c} | 468 +++++++++++----------
boards/risc-v/bl602/bl602evb/src/bl602_bringup.c | 29 ++
8 files changed, 811 insertions(+), 357 deletions(-)
copy arch/{arm/src/cxd56xx/cxd56_rtc.h => risc-v/src/bl602/bl602_rtc.c} (51%)
copy arch/{xtensa/src/esp32/esp32_cpuint.h => risc-v/src/bl602/bl602_rtc.h}
(55%)
copy arch/{arm/src/lpc54xx/lpc54_rtc_lowerhalf.c =>
risc-v/src/bl602/bl602_rtc_lowerhalf.c} (57%)