zephyr/boards
Fabio Baltieri bd4cdde4b0 yamllint: fix all yamllint colons, commas and empty-lines errors
Fix all colons and commas errors detected by yamllint:

yamllint -f parsable -c .yamllint $( find -regex '.*\.y[a]*ml' ) | \
  grep '(brackets)'

yamllint -f parsable -c .yamllint $( find -regex '.*\.y[a]*ml' ) | \
  grep '(commas)'

yamllint -f parsable -c .yamllint $( find -regex '.*\.y[a]*ml' ) | \
  grep '(empty-lines)'

Default config is no space before, one space after, max 2 empty lines.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 01:16:45 +09:00
..
arc DSP: add dsp unit test 2022-12-19 11:56:55 +01:00
arm rpi_pico: Fix DTC warnings concerning the flash 2023-01-03 13:37:23 +01:00
arm64 yamllint: fix all yamllint colons, commas and empty-lines errors 2023-01-04 01:16:45 +09:00
common scripts: west: introduce Lauterbach TRACE32 runner 2022-10-14 09:51:14 +02:00
mips boards: mips: Remove label property from devicetree 2022-08-09 14:17:48 +02:00
nios2 drivers: flashdisk: remove all DISK_FLASH* Kconfig options 2022-10-28 12:45:58 +02:00
posix nrf52_bsim: Expand some bs_tests hooks descriptions 2022-12-14 16:34:55 +01:00
riscv drivers: adc: esp32: Add support for single-shot conversion 2022-12-23 23:45:05 +00:00
shields shields: add Sparkfun MAX3421E shield support 2022-12-16 13:21:12 +01:00
sparc boards: add simulation executable for 3rd party sims 2022-11-25 06:09:02 -05:00
x86 boards: qemu_x86: Do not build "raw" binary for qemu 2022-12-01 10:24:34 -06:00
xtensa drivers: adc: esp32: Add support for single-shot conversion 2022-12-23 23:45:05 +00:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
deprecated.cmake boards: arm: bt610: Rename from bt6x0 2021-10-28 13:53:21 -04:00
index.rst boards: mips: add Qemu Malta support 2022-01-19 13:48:21 -05:00
Kconfig Kconfig: add CONFIG_BOARD_REVISION 2022-04-08 10:30:54 -07:00