zephyr/samples/drivers
Henrik Brix Andersen 588d22a755 drivers: ht16k33: convert keyscan driver from gpio API to kscan API
Convert the keyscan portion of the Holtek HT16K33 driver to adhere to
the kscan API instead of the GPIO API.

When this driver was introduced the kscan API was not present. The
keyscan driver was therefore implemented as a GPIO interrupt driver.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
2021-06-18 11:22:40 +02:00
..
adc samples: adc: add cc32xxsf_launchxl support 2021-02-19 10:43:58 -06:00
can doc: can: fix build commands 2021-05-25 09:40:27 -04: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 mbedtls: kconfig: created MBEDTLS_PROMPTLESS and CUSTOM_MBEDTLS_CFG_FILE 2021-05-09 15:24:23 -05:00
current_sensing tests/samples: add samples for Serpente board 2020-09-04 09:25:02 -05:00
dac samples/drivers: stm32f3_disco: Enable DAC Sample application 2021-06-10 16:00:04 -05:00
display samples: display: Convert driver and lvgl sample.yaml to use depends_on 2021-05-19 08:14:25 -05:00
eeprom samples: drivers: eeprom: remove needless null pointer check 2021-06-17 19:26:23 -04:00
espi samples: drivers: espi: Ensure sample code thread exits 2021-04-13 18:29:35 -04:00
flash_shell samples: flash_shell: fix SHELL_CMD_REGISTER typo 2021-05-07 15:34:13 -05:00
ht16k33 drivers: ht16k33: convert keyscan driver from gpio API to kscan API 2021-06-18 11:22:40 +02:00
i2c_fujitsu_fram
i2s/litex
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
lcd_hd44780
led_apa102 samples: led_apa102: drop device_get_binding/DT_INST 2021-05-05 20:46:43 +02:00
led_apa102c_bitbang
led_lp503x
led_lp3943
led_lp5562
led_lpd8806 samples: led_lpd8806: drop device_get_binding/DT_INST 2021-05-05 20:46:43 +02:00
led_pca9633
led_pwm tests: pwm: led: Fix pwm_led sample 2021-05-25 08:07:25 -04:00
led_sx1509b_intensity samples: led_sx1509b: update to new work API 2021-04-15 10:44:08 -05:00
led_ws2812 sample: drivers: led_ws2812: support nucleo_l476rg 2021-06-04 16:17:38 -05: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: add actinius_icarus_bee config in spi_flash and fs 2021-05-06 15:03:32 +02:00
spi_flash_at45 pm: device: Align state names with system states 2021-05-07 18:35:12 -04:00
spi_fujitsu_fram samples: spi_fujitsu_fram: drop device_get_binding 2021-05-05 20:46:43 +02:00
watchdog samples: drivers: watchdog: Pause during debugging 2021-05-21 05:00:07 -05:00
drivers.rst