zephyr/boards/arm/nucleo_l432kc
Sebastian Bøe fdae117b45 boards: dts: Fix dtc warning in board dts files
This patch is equivalent to 7b0ce85242,
but applied to more boards. As stated in the previous commit message:

This change aims at fixing 'unit_address_vs_reg' warning in arm based
boards. This warning pops up when a node name is made up with an
address (node_name@xx) but does not contain a reg property. This case
was encountered for led nodes for instance, where a reg property has
no meaning.  Fix this by changing node_name@xx to node_name_xx which
removes the guilty '@XX' syntax but preserves node_name uniqueness.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
2018-10-02 11:03:30 -05:00
..
doc boards: nucleo_l432kc: fix GPIO definitions 2018-05-25 11:59:30 -05:00
support boards: nucleo_l432kc: provide flash support 2018-03-15 11:21:02 -05:00
CMakeLists.txt cmake: replace PROJECT_SOURCE_DIR with ZEPHYR_BASE 2018-06-18 15:25:55 -04:00
Kconfig.board
Kconfig.defconfig boards: defconfig: Consistently quote string defaults 2018-05-26 19:17:48 -04:00
board.cmake boards: nucleo_l432kc: provide flash support 2018-03-15 11:21:02 -05:00
board.h boards: stm32 remove led and button definitions from board.h 2018-04-19 09:32:39 -05:00
nucleo_l432kc.dts boards: dts: Fix dtc warning in board dts files 2018-10-02 11:03:30 -05:00
nucleo_l432kc.yaml boards: nucleo_l432kc: mark nvs sample as supported 2018-08-28 13:11:45 -05:00
nucleo_l432kc_defconfig boards: arm: Remove nonexistent Kconfig symbols 2018-05-23 17:57:06 -04:00
pinmux.c can: Add can support for STM32L432 2018-06-18 15:23:29 -04:00