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 f9912abf5f8 arch/nrf91: expose GNSS priority as a control ioctl
new 5976e86c6b5 arch/nrf91: add GPIOTE driver
new a4c47746124 arch/nrf91: grant GPIOTE1 to the non-secure domain
new 3271a441388 boards/nrf91/thingy91: ARCH_HAVE_IRQBUTTONS support
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/nrf91/Kconfig | 7 +
.../hardware/nrf91_gpiote.h} | 54 ++++---
.../{nrf52/nrf52_gpiote.c => nrf91/nrf91_gpiote.c} | 161 +++++++++++----------
.../{nrf52/nrf52_gpiote.h => nrf91/nrf91_gpiote.h} | 52 +++----
arch/arm/src/nrf91/nrf91_spu.c | 5 +
boards/Kconfig | 1 +
6 files changed, 156 insertions(+), 124 deletions(-)
copy arch/arm/src/{nrf53/hardware/nrf53_gpiote.h =>
nrf91/hardware/nrf91_gpiote.h} (65%)
copy arch/arm/src/{nrf52/nrf52_gpiote.c => nrf91/nrf91_gpiote.c} (78%)
copy arch/arm/src/{nrf52/nrf52_gpiote.h => nrf91/nrf91_gpiote.h} (83%)