zephyr/drivers/dac
Bartosz Bilas 43b38b348b drivers: dac: dacx0508: set explicitly init priority
Since this DAC is connected via SPI bus the init priority
value must be higher than the default 50 so it can be initialized
later than the bus itself so add a dedicated init config
symbol for that.

Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
2022-07-15 09:59:51 +02:00
..
CMakeLists.txt drivers: dac: add mcp4728 driver 2022-04-28 14:17:34 +02:00
dac_dacx0508.c drivers: dac: dacx0508: set explicitly init priority 2022-07-15 09:59:51 +02:00
dac_dacx3608.c drivers: remove redundant <zephyr/zephyr.h> includes 2022-06-15 09:13:11 +02:00
dac_gd32.c soc: arm: gigadevice: use common API headers 2022-06-22 18:41:19 +09:00
dac_handlers.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
dac_mcp4725.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
dac_mcp4728.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
dac_mcux_dac.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
dac_mcux_dac32.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
dac_sam.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
dac_sam0.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
dac_shell.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
dac_stm32.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
Kconfig drivers: dac: add mcp4728 driver 2022-04-28 14:17:34 +02:00
Kconfig.dacx0508 drivers: dac: dacx0508: set explicitly init priority 2022-07-15 09:59:51 +02:00
Kconfig.dacx3608 drivers: dac: Refactor drivers to use shared init priority 2021-10-27 10:58:33 +02:00
Kconfig.gd32 drivers: dac: Adds DAC support for gd32vf103 2022-01-04 11:49:14 +01:00
Kconfig.mcp4725 drivers: dac: Refactor drivers to use shared init priority 2021-10-27 10:58:33 +02:00
Kconfig.mcp4728 drivers: dac: mcp4728: fix indentation of the help section 2022-07-12 16:35:59 +00:00
Kconfig.mcux drivers: dac: add pinctrl support to dac_mcux_dac32 driver 2022-03-22 12:36:04 +01:00
Kconfig.sam drivers: Add Atmel SAM DAC (DACC) driver 2021-08-26 16:46:16 -04:00
Kconfig.sam0 drivers: dac: sam0: remove superfluous default n for boolean 2022-04-15 10:32:24 -07:00
Kconfig.stm32 drivers: dac: Add support for STM32L0 series 2020-04-20 17:41:48 +02:00