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 ef9190379c boards/nrf52832-dk: add buttons example
new 8d2451da0c arch/nrf53: add TIM support
new a5aa7886ba boards/nrf5340-dk: add TIMER configuration
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/nrf53/Kconfig | 20 ++
arch/arm/src/nrf53/Make.defs | 7 +
.../src/{nrf52/nrf52_tim.c => nrf53/nrf53_tim.c} | 358 ++++++++++-----------
arch/arm/src/nrf53/nrf53_tim.h | 172 ++++++++++
.../nrf53_tim_lowerhalf.c} | 192 +++++------
.../nrf53_tim_lowerhalf.h} | 14 +-
.../configs/{nsh_cpuapp => timer_cpuapp}/defconfig | 5 +
boards/arm/nrf53/nrf5340-dk/src/Makefile | 6 +
boards/arm/nrf53/nrf5340-dk/src/nrf5340-dk.h | 12 +
boards/arm/nrf53/nrf5340-dk/src/nrf53_bringup.c | 20 ++
.../nrf5340-dk/src/nrf53_timer.c} | 12 +-
11 files changed, 530 insertions(+), 288 deletions(-)
copy arch/arm/src/{nrf52/nrf52_tim.c => nrf53/nrf53_tim.c} (62%)
create mode 100644 arch/arm/src/nrf53/nrf53_tim.h
copy arch/arm/src/{nrf52/nrf52_tim_lowerhalf.c => nrf53/nrf53_tim_lowerhalf.c}
(70%)
copy arch/arm/src/{nrf52/nrf52_tim_lowerhalf.h => nrf53/nrf53_tim_lowerhalf.h}
(82%)
copy boards/arm/nrf53/nrf5340-dk/configs/{nsh_cpuapp =>
timer_cpuapp}/defconfig (91%)
copy boards/arm/{nrf52/nrf52840-dk/src/nrf52_timer.c =>
nrf53/nrf5340-dk/src/nrf53_timer.c} (88%)