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 f462be5365 risc-v/espressif: Fix NULL-dereferencing in WDT interrupt 
handling
     new 74b0e8c2c8 arch/nrf53: rename nrf53_gpioe.h to nrf53_gpiote.h
     new bcecf2023f arch/nrf53: add GPIOTE support
     new 6a2152aa44 boards/nrf5340-dk: add buttons example

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                         |  30 +++
 arch/arm/src/nrf53/Make.defs                       |   4 +
 .../hardware/{nrf53_gpioe.h => nrf53_gpiote.h}     |   2 +-
 .../src/nrf53/hardware/nrf53_memorymap_cpunet.h    |   2 +-
 .../{nrf52/nrf52_gpiote.c => nrf53/nrf53_gpiote.c} | 243 +++++++++++++--------
 .../{nrf52/nrf52_gpiote.h => nrf53/nrf53_gpiote.h} |  56 +++--
 boards/Kconfig                                     |   1 +
 .../{nsh_cpuapp => buttons_cpuapp}/defconfig       |   7 +
 boards/arm/nrf53/nrf5340-dk/src/Makefile           |   4 +
 boards/arm/nrf53/nrf5340-dk/src/nrf53_bringup.c    |  14 ++
 .../nrf5340-dk/src/nrf53_buttons.c}                |  18 +-
 11 files changed, 244 insertions(+), 137 deletions(-)
 rename arch/arm/src/nrf53/hardware/{nrf53_gpioe.h => nrf53_gpiote.h} (99%)
 copy arch/arm/src/{nrf52/nrf52_gpiote.c => nrf53/nrf53_gpiote.c} (71%)
 copy arch/arm/src/{nrf52/nrf52_gpiote.h => nrf53/nrf53_gpiote.h} (81%)
 copy boards/arm/nrf53/nrf5340-dk/configs/{nsh_cpuapp => 
buttons_cpuapp}/defconfig (87%)
 copy boards/arm/{nrf52/nrf52840-dk/src/nrf52_buttons.c => 
nrf53/nrf5340-dk/src/nrf53_buttons.c} (91%)

Reply via email to