zephyr/samples/drivers
Martí Bolívar c0c471b8f2 samples: jesd216: drop device_get_binding/DT_INST
Use DEVICE_DT_GET/DT_COMPAT_GET_ANY_STATUS_OKAY.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2021-05-05 20:46:43 +02:00
..
adc samples: adc: add cc32xxsf_launchxl support 2021-02-19 10:43:58 -06:00
can samples: can: devicetree cleanups 2021-05-05 20:46:43 +02:00
clock_control_litex samples: drivers: clock control: add sample 2020-12-06 12:35:16 -05:00
counter esp32: drivers: counter: add support for general-purpose counters 2021-03-03 13:02:02 +01:00
crypto samples: crypto: set integration_platforms to native_posix 2021-03-03 09:22:24 -06:00
current_sensing tests/samples: add samples for Serpente board 2020-09-04 09:25:02 -05:00
dac samples: dac: move HW config to /zephyr,user 2021-05-05 20:46:43 +02:00
display samples: display: Added support for sitronix_st7735r 2021-04-12 16:42:00 -04:00
entropy samples: entropy: drop device_get_binding 2021-05-05 20:46:43 +02:00
espi samples: drivers: espi: Ensure sample code thread exits 2021-04-13 18:29:35 -04:00
flash_shell samples: flash_shell: Fix Coverity issue 220540 2021-04-12 07:32:39 -04:00
ht16k33 device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
i2c_fujitsu_fram device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
i2s/litex device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
jesd216 samples: jesd216: drop device_get_binding/DT_INST 2021-05-05 20:46:43 +02:00
kscan cleanup: rename sanitycheck references to twister 2021-01-14 07:50:52 -06:00
kscan_touch device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
lcd_hd44780 device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
led_apa102 samples: led_apa102: drop device_get_binding/DT_INST 2021-05-05 20:46:43 +02:00
led_apa102c_bitbang device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
led_lp503x device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
led_lp3943 device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
led_lp5562 device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
led_lpd8806 samples: led_lpd8806: drop device_get_binding/DT_INST 2021-05-05 20:46:43 +02:00
led_pca9633 device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
led_pwm samples/drivers: led_pwm: Fixes for device testing 2021-01-18 19:11:43 +01:00
led_sx1509b_intensity samples: led_sx1509b: update to new work API 2021-04-15 10:44:08 -05:00
led_ws2812 samples: led_ws2812: drop device_get_binding 2021-05-05 20:46:43 +02:00
lora samples: lora: drop device_get_binding 2021-05-05 20:46:43 +02:00
misc/ft800 samples: FT800 demo application 2021-03-19 19:05:53 +01:00
peci samples: peci: drop device_get_binding 2021-05-05 20:46:43 +02:00
ps2 cleanup: rename sanitycheck references to twister 2021-01-14 07:50:52 -06:00
soc_flash_nrf samples/tree-wide: remove flash_write_protection_set() usage 2021-03-29 13:43:55 -04:00
spi_flash samples/tree-wide: remove flash_write_protection_set() usage 2021-03-29 13:43:55 -04:00
spi_flash_at45 logging: Revamp menuconfig 2021-01-26 06:15:42 -05:00
spi_fujitsu_fram samples: spi_fujitsu_fram: drop device_get_binding 2021-05-05 20:46:43 +02:00
watchdog tests: watchdog: enable wwdg for nucleo_g431rb and nucleo_f091rc 2021-04-09 13:23:38 +02:00
drivers.rst