zephyr/samples/drivers
Fabio Baltieri 5c32300861 yamllint: fix all yamllint truthy errors
Fix all thruthy errors detected by yamllint:

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

This only accepts true/false for boolean properties. Seems like python
takes all sort of formats:

https://github.com/yaml/pyyaml/blob/master/lib/yaml/constructor.py#L224-L235

But the current specs only mention "true" or "false"

https://yaml.org/spec/1.2.2/#10212-boolean

Which is the standard yamllint config.

Excluding codeconv and workflow files, as some are using yes/no instead
in the respective documentation.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 01:16:45 +09:00
..
adc samples: drivers: adc: add gd32l233r_eval board 2022-12-28 10:37:52 +01:00
audio/dmic includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
can drivers: can: skip all CAN loopback mode tests for kvaser,pcican 2022-11-01 15:22:31 -04:00
clock_control_litex includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
clock_control_xec samples: drivers: clock_xec: Add MEC172x and MEC152x clock driver sample 2022-12-28 10:43:03 +01:00
counter samples: drivers: counter: support alarm sample in counter_gecko_stimer 2022-12-20 22:50:19 +01:00
crypto includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
current_sensing samples: drivers: removed old sample code for INA219 2021-08-23 10:32:07 -05:00
dac samples: board: esp32: DAC sample code 2022-12-13 16:29:38 +00:00
display includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
eeprom samples: drivers: eeprom: remove EEPROM shell overlay 2022-11-15 09:43:42 -06:00
espi samples: drivers: espi: Re-enable eSPI SAF for MEC152x board 2022-09-29 14:59:32 +00:00
flash_shell samples: drivers: flash_shell: disambiguate flash shell app 2022-11-19 14:24:38 -05:00
fpga/fpga_controller samples: drivers: fpga: fpga_controller: fix links in README.rst 2022-11-15 05:59:09 -05:00
ht16k33 include: add missing kernel.h include 2022-10-11 18:05:17 +02:00
i2c_fujitsu_fram tests/samples: fix some missing tags 2022-11-14 07:08:04 -05:00
i2s includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
ipm yamllint: fix all yamllint truthy errors 2023-01-04 01:16:45 +09:00
jesd216 samples: jesd216: fix integration platforms 2022-12-05 14:55:00 +01:00
kscan tests/samples: fix some missing tags 2022-11-14 07:08:04 -05:00
kscan_touch tests/samples: fix some missing tags 2022-11-14 07:08:04 -05:00
lcd_cyclonev_socdk devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
lcd_hd44780 includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
led_apa102 drivers: regulator: fixed: simplify implementation 2022-11-30 15:49:30 +01:00
led_apa102c_bitbang includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
led_lp503x includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
led_lp3943 tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
led_lp5562 includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
led_lpd8806 samples: led_lpd8806: Remove outdated link 2022-09-29 12:20:14 +02:00
led_pca9633 includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
led_pwm boards: rpi_pico: avoid conflicting use of LED 2023-01-02 13:03:46 +01:00
led_sx1509b_intensity includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
led_ws2812 includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
led_xec samples: drivers: led: Add sample for Microchip XEC LED driver 2022-12-02 11:31:50 +01:00
lora samples: lora: remove platform_allow 2022-09-29 08:59:03 +00:00
mbox includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
misc tests/samples: fix some missing tags 2022-11-14 07:08:04 -05:00
peci tests/samples: fix some missing tags 2022-11-14 07:08:04 -05:00
ps2 tests/samples: fix some missing tags 2022-11-14 07:08:04 -05:00
soc_flash_nrf tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
spi_bitbang includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
spi_flash samples: drivers: stm32u5x octospi enables DMA 2022-11-22 12:00:00 +00:00
spi_flash_at45 all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
spi_fujitsu_fram includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
uart samples: drivers: uart: Detect missing FIFO mode in echo_bot 2022-12-31 18:24:32 +01:00
w1/scanner samples/drivers/w1: scanner: add ds2485 overlay 2022-09-09 14:11:30 +00:00
watchdog samples: Use immediate logging mode in watchdog related samples 2022-12-10 09:45:02 +01:00
drivers.rst samples: drivers: Change drivers.rst to find all samples readme file 2020-05-15 17:18:56 +02:00