commit | af3f64fba224c7ed1785cc1701953bc184704e72 | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@st.com> | Wed May 21 19:04:53 2025 +0200 |
committer | Benjamin Cabé <kartben@gmail.com> | Mon May 26 09:20:08 2025 +0200 |
tree | 6ec2aae779b113bf9178f58815925881c8f135ef | |
parent | 39a9fe9f59ce92d875552bc343ce52ea56620a7a [diff] |
boards: st: fix STM32L0 boards DTS files coding style Fix board DTS coding style issues to prevent they spread when a new board is introduced and used this DTS as example start point. Issues addressed from Zephyr devicetree style guidelines [1]: - Insert a single empty line to separate nodes at the same hierarchy level. No functional change. Link: https://docs.zephyrproject.org/latest/contribute/style/devicetree.html [1] Signed-off-by: Etienne Carriere <etienne.carriere@st.com>