zephyr/soc/arm/nordic_nrf
Martí Bolívar 60ce0e41fd soc: nrf: fix NRF_DT_CHECK_GPIO_CTLR_IS_SOC
This was merged by mistake without being tested and is not working
properly. We need to avoid doing a BUILD_ASSERT() when the relevant
property is missing, because we can't use DT_GPIO_CTLR() on an
undefined property. Handle this with COND_CODE_1().

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2021-02-14 16:15:16 -05:00
..
nrf51 power: Use substate-id in pm subsystem 2021-01-22 09:31:20 -05:00
nrf52 power: Use substate-id in pm subsystem 2021-01-22 09:31:20 -05:00
nrf53 soc: nordic: disable system power management on nRF53 network core 2021-02-01 15:05:03 -05:00
nrf91 power: Use substate-id in pm subsystem 2021-01-22 09:31:20 -05:00
CMakeLists.txt soc: arm: nrf: conditionally employ nRF-specific timing framework 2020-09-05 13:28:38 -05:00
Kconfig soc: arm: Kconfig: Add more nrf flash protection block sizes 2020-09-04 13:38:38 +02:00
Kconfig.defconfig soc: nordic: disable system power management on nRF53 network core 2021-02-01 15:05:03 -05:00
Kconfig.peripherals drivers: counters: Fix TIMER0 and RTC0 with Bluetooth controller 2020-12-13 19:25:49 -05:00
Kconfig.soc
soc_nrf_common.h soc: nrf: fix NRF_DT_CHECK_GPIO_CTLR_IS_SOC 2021-02-14 16:15:16 -05:00
timing.c timing: do not repeatedly do init()/start()/stop() 2020-11-11 23:55:49 -05:00
validate_base_addresses.c soc: nordic_nrf: Add validation of base addresses of ECB nodes from DT 2021-01-13 12:57:13 +01:00
validate_enabled_instances.c