zephyr/samples/drivers
Flavio Ceolin df3d1f83f7 drivers: crypto: Rename cipher file
This file defines the crypto driver API, cipher is supposed to be just
one type of capability (other can be hash) of these drivers, just
change the file name to be consistent with it.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2022-03-01 16:32:43 -05:00
..
adc samples: drivers: adc: Add a device tree overlay for atsamd21_xpro 2022-02-04 10:49:09 +01:00
audio/dmic kernel: Introduce K_MEM_SLAB_DEFINE_STATIC 2021-11-07 05:36:48 -05:00
can samples: can: build with mcp2515 driver 2022-02-24 09:09:02 -08:00
clock_control_litex cmake: use find_package() instead of literal include in tests and samples 2021-11-01 10:33:09 -04:00
counter tests: fix typos and misnamed platforms 2021-12-17 12:24:37 -05:00
crypto drivers: crypto: Rename cipher file 2022-03-01 16:32:43 -05:00
current_sensing samples: drivers: removed old sample code for INA219 2021-08-23 10:32:07 -05:00
dac boards: gd323103_eval: add dac support. 2022-03-01 18:06:14 +01:00
display samples: display: build for st7735r, gd7965 and ls0xx 2022-02-24 09:09:02 -08:00
eeprom board: gd32e103v_eval: add at24 eeprom. 2022-03-01 18:06:14 +01:00
espi drivers: Apply SPI API change to relevant places 2021-11-19 11:50:38 +01:00
flash_shell shell: Add __printf_like to shell_fprintf 2021-10-14 16:32:19 -04:00
fpga drivers: fpga controller: add shell support 2021-09-03 09:54:00 -04:00
ht16k33 cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
i2c_fujitsu_fram samples: i2c: fram: use node label instead of alias 2021-09-17 20:18:47 -04:00
i2s kernel: Introduce K_MEM_SLAB_DEFINE_STATIC 2021-11-07 05:36:48 -05:00
ipm cmake: Update messages mode using INFO to the correct mode STATUS 2021-12-15 14:58:05 -06:00
jesd216 samples: jesd216: Exclude hifive_unleashed and unmatched boards 2021-09-03 09:52:26 -04:00
kscan cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
kscan_touch cmake: use find_package() instead of literal include in tests and samples 2021-11-01 10:33:09 -04:00
lcd_hd44780 cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
led_apa102 samples: led_apa102: overlay and config for blueclover_plt_demo_v2 2021-12-16 10:12:57 +01:00
led_apa102c_bitbang cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
led_lp503x cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
led_lp3943 cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
led_lp5562 cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
led_lpd8806 cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
led_pca9633 samples/drivers: led_pca9633: Convert to build_only 2021-12-13 10:02:44 -06:00
led_pwm samples: led_pwm: added overlay for the esp32 board 2021-11-07 05:36:42 -05:00
led_sx1509b_intensity cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
led_ws2812 samples: drivers led strip ws2812 overlay for stm32 nucleo 2022-01-17 11:46:14 -05:00
lora samples: lora: Add harnesses for execution with twister 2022-01-28 19:15:01 -05:00
mbox mbox: Enforce callback registration before enabling the channel 2021-12-23 12:38:21 +01:00
misc samples: drivers: misc: grove_display: filter by DT compat enabled 2022-02-22 11:58:33 -08:00
peci cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
ps2 cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
soc_flash_nrf cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
spi_bitbang drivers: spi: add spi-bitbang driver 2021-12-06 07:29:45 -05:00
spi_flash samples: drivers: spi_flash: add support for the NPCX EVB 2021-11-01 21:48:20 -04:00
spi_flash_at45 samples: spi_flash_at45: fix build 2021-12-13 20:41:33 -05:00
spi_fujitsu_fram cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
uart samples: drivers: uart: move echo_bot into dedicated folder 2022-01-14 09:55:30 -06:00
watchdog boards: mimxrt1160: Enable watchdog timer on RT1160 2021-11-03 16:18:25 -04:00
drivers.rst