32223bd2ae
This patch enables the GPIO driver by default on all boards equipped with an nRF SoC (all boards having `CONFIG_SOC_FAMILY_NRF=y` in their `_defconfig` file). In vast majority of cases the driver is needed, so it is more convenient to enable it at board level than in particular applications. And if the driver is undesired for some reason, it can be still disabled in the application config. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no> |
||
---|---|---|
.. | ||
boards/arm/nrf52840_pca10056 | ||
src | ||
CMakeLists.txt | ||
README.rst | ||
prj.conf | ||
sample.yaml |
README.rst
.. _out_of_tree_board: Out Of Tree Board ################# Overview ******** A simple example that demonstrates how to place a custom board definition outside of the Zephyr tree. For details about custom board definitions see :ref:`custom_board_definition`.