zephyr/samples/sensor
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
..
accel_polling
adc_cmp_npcx tests/samples: fix some missing tags 2022-11-14 07:08:04 -05:00
adt7420
amg88xx sensor: amg88xx: fix sensor sample 2022-12-19 18:18:48 +01:00
ams_iAQcore
apds9960
bme280 samples: sensor: bme280: Fix incorrect link 2022-09-29 12:20:14 +02:00
bme680
bmg160
bmi270
bq274xx
ccs811
dht tests: Remove explicit newlib nano override 2022-10-19 16:02:51 +02:00
dps310
ds18b20 samples: sensor: ds18b20: Fix incorrect link 2022-09-29 12:20:14 +02:00
ens210
esp32_temp_sensor samples: esp32: temp: CPU die temperature sample 2022-12-15 18:21:39 +01:00
fdc2x1x
fxas21002
fxos8700
fxos8700-hid
grove_light
grove_temperature
grow_r502a samples: sensor: Added sample for grow_r502a fingerprint sensor 2022-12-14 18:44:29 +01:00
hts221 yamllint: fix all yamllint truthy errors 2023-01-04 01:16:45 +09:00
i3g4250d
icm42605
ina219
isl29035
lis2dh
lps22hb yamllint: fix all yamllint truthy errors 2023-01-04 01:16:45 +09:00
lps22hh yamllint: fix all yamllint truthy errors 2023-01-04 01:16:45 +09:00
lps22hh_i3c yamllint: fix all yamllint truthy errors 2023-01-04 01:16:45 +09:00
lsm6dsl
lsm6dso
lsm6dso_i2c_on_i3c samples: sensors: add a new one for lsm6dso as I2C on I3C bus 2022-09-09 17:42:33 -04:00
lsm303dlhc
magn_polling
max6675
max17262
max30101
max44009
mcp9808
mcux_acmp tests/samples: fix some missing tags 2022-11-14 07:08:04 -05:00
mhz19b
mpr
mpu6050
ms5837
qdec samples: sensor: adding a sample application for the STM32 qdec driver 2022-10-03 10:10:31 +02:00
sensor_shell drivers: sensor: Remove brackets from sensor info shell command output 2022-11-02 15:40:24 +09:00
sgp40_sht4x
sht3xd tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
sm351lt
stm32_temp_sensor
stm32_vbat_sensor samples: sensor: vbat of the stm32u5x channel 14 on ADC4 2022-12-27 15:33:06 +01:00
sx9500
th02 samples: sensor: th02: Fix outdated link to TH02 datasheet 2022-09-29 12:20:14 +02:00
thermometer
ti_hdc
tmp108 drivers: sensor: add ams AS621x Temperature Sensor driver support 2022-10-07 10:01:47 +02:00
tmp112
tmp116
vcnl4040
vl53l0x
wsen_hids
wsen_itds
sensor.rst