zephyr/samples/sensor
Tomasz Bursztyka 97326c0445 device: Fix structure attributes access
Since struct devconfig was merged earlier into struct device, let's fix
accessing config_info, name, ... attributes everywhere via:

grep -rlZ 'dev->config->' | xargs -0 sed -i 's/dev->config->/dev->/g'

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2020-05-08 23:07:44 +02:00
..
adt7420 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
adxl362 boards: nrf52_pca10040: Rename to nrf52dk_nrf52832 2020-04-06 13:09:07 +02:00
adxl372 boards: nrf52_pca10040: Rename to nrf52dk_nrf52832 2020-04-06 13:09:07 +02:00
amg88xx device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
ams_iAQcore device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
apds9960 samples: conf: don't enable option twice 2020-04-25 13:39:17 -05:00
bme280 dts: Rename DT_HAS_NODE macro to DT_HAS_NODE_STATUS_OKAY 2020-05-06 05:25:41 -05:00
bme680 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
bmg160 timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
bmm150 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
bq274xx device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
ccs811 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
dht boards: nrf52_pca10040: Rename to nrf52dk_nrf52832 2020-04-06 13:09:07 +02:00
ens210 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
fxas21002 samples: sensor: Convert to new DT_INST macros 2020-03-31 07:09:33 -05:00
fxos8700 samples: sensor: fxos8700: enable testing on lpcxpresso55s16_ns 2020-05-05 17:03:29 -05:00
fxos8700-hid samples: Convert DT_ALIAS_* to new DT_ALIAS() macro 2020-05-04 15:28:20 -05:00
grove_light boards: nrf52_pca10040: Rename to nrf52dk_nrf52832 2020-04-06 13:09:07 +02:00
grove_temperature boards: nrf52_pca10040: Rename to nrf52dk_nrf52832 2020-04-06 13:09:07 +02:00
hmc5883l device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
hts221 cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
isl29035 samples: remove unused harness definition 2020-05-05 06:16:50 -04:00
lis2dh boards: nrf52_pca20020: Rename to thingy52_nrf52832 2020-04-06 13:09:07 +02:00
lps22hb samples: sensor: Convert to new DT_INST macros 2020-03-31 07:09:33 -05:00
lps22hh boards: nrf52_pca10040: Rename to nrf52dk_nrf52832 2020-04-06 13:09:07 +02:00
lsm6dsl samples: sensor: Convert to new DT_INST macros 2020-03-31 07:09:33 -05:00
lsm303dlhc samples: sensor: Convert to new DT_INST macros 2020-03-31 07:09:33 -05:00
magn_polling device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
max30101 gpio: mcux: Convert convert to DT_INST defines 2020-04-23 17:07:41 -05:00
max44009 cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
mcp9808 samples: sensor: Convert to new DT_INST macros 2020-03-31 07:09:33 -05:00
mpr samples: sensor: mpr: Convert to use new dts macros 2020-04-30 17:44:50 -05:00
mpu6050 boards: nrf52_pca10040: Rename to nrf52dk_nrf52832 2020-04-06 13:09:07 +02:00
ms5837 samples: sensor: ms5837: Remove unneeded setting of Kconfig 2020-05-05 11:44:34 -05:00
sensor_shell samples/sensor/sensor_shell: removed deprecated set_conf_file 2020-04-09 07:54:21 -05:00
sht3xd samples: sensor: sht3xd: Move dts overlays under boards 2020-04-01 10:44:31 -04:00
sx9500 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
th02 cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
thermometer device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
ti_hdc device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
tmp112 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
tmp116 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
vl53l0x samples: sensor: Convert to new DT_INST macros 2020-03-31 07:09:33 -05:00
sensor.rst doc: add labels to sensor sample docs for linking 2017-04-04 20:47:35 +00:00