zephyr/soc/arm/nordic_nrf/common
Andrzej Głąbek 70fb3124db drivers: serial: nrfx: Ensure that instances have some pins assigned
Add build assertions that will ensure that every peripheral for
which a driver instance is created has some pins assigned to it.
Neither pinctrl-0 nor *-pin properties can be currently marked as
required in devicetree, so these assertions will help users avoid
invalid configurations where it could be hard to figure out why
the UART is not working.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2022-03-09 12:05:22 +01:00
..
CMakeLists.txt drivers: pinctrl: nrf: initial support 2021-11-26 14:20:51 +01:00
pinctrl_soc.h drivers: pinctrl: nrf: initial support 2021-11-26 14:20:51 +01:00
soc_nrf_common.S arm: rename z_platform_init to z_arm_platform_init 2021-07-28 21:08:18 -04:00
soc_nrf_common.h drivers: serial: nrfx: Ensure that instances have some pins assigned 2022-03-09 12:05:22 +01:00