zephyr/boards/arm/nucleo_g071rb
Erwan Gouriou 4dc303b99b dts: stm32: Remove pinctrl definitions
dts pinctrl definitions were pushed in tree without the code
available to deal with it. They have been kept waiting for the
code, but this is taking much more time than initially thought.

So in current zephyr tree, for all STM32 boards, we have pinmux.c
file which is used to configure pins and these files that are
basically no-op. This situation is creating a lot of confusion
especially to new comers, and create useless maintenance effort.

Remove these files for now.
When zephyr will ready to use them, this commit could be reverted.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2019-11-06 18:26:04 +01:00
..
doc boards: arm: nucleo_g071rb: include MPU in HW features 2019-10-24 09:19:46 +02:00
CMakeLists.txt
Kconfig.board kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.defconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
arduino_r3_connector.dtsi devicetree: tree-wide: add nexus map properties for arduino headers 2019-10-22 14:40:41 -05:00
board.cmake
nucleo_g071rb.dts dts: stm32: Remove pinctrl definitions 2019-11-06 18:26:04 +01:00
nucleo_g071rb.yaml boards: stm32: Set arduino gpio connector on nucleo 64 pins boards 2019-10-07 12:51:14 -05:00
nucleo_g071rb_defconfig boards: arm: nucleo_g071rb: enable ARM MPU 2019-10-18 08:46:03 -05:00
pinmux.c