This is an automated email from the ASF dual-hosted git repository.
protobits pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from c10a678 configs: add sim sotest/sotest32 example configs
new 45f3aa4 arch/nrf52: replace all chip-specific conditions with
chip-features conditions in all hardware definitions. This gives us a more
modular code.
new 3241ebf arch/nrf52: remove redundant chip definitions from Kconfig
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/include/nrf52/irq.h | 6 +-
arch/arm/include/nrf52/nrf52_irq.h | 18 ++-
arch/arm/src/nrf52/Kconfig | 29 ++--
arch/arm/src/nrf52/Make.defs | 2 +-
arch/arm/src/nrf52/hardware/nrf52_clock.h | 23 ++-
arch/arm/src/nrf52/hardware/nrf52_gpio.h | 2 +-
arch/arm/src/nrf52/hardware/nrf52_memorymap.h | 19 ++-
arch/arm/src/nrf52/hardware/nrf52_radio.h | 215 ++++++++++++++------------
arch/arm/src/nrf52/hardware/nrf52_uarte.h | 27 +++-
arch/arm/src/nrf52/hardware/nrf52_uicr.h | 50 +++---
arch/arm/src/nrf52/nrf52_start.c | 2 +-
11 files changed, 244 insertions(+), 149 deletions(-)