zephyr/drivers/dac
Gerard Marull-Paretas 4946a15f15 soc: arm: gigadevice: use common API headers
Stop relying on <soc.h> to access HAL APIs. Use generic, per-API headers
instead. Note that <soc.h> has been left as is for now, since ARM MPU
relies on a fragile chain of includes/type definitions.

This change should improve compilation efficiency, as we no longer pull
APIs that are not needed. A similar approach is followed by STM32
drivers.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2022-06-22 18:41:19 +09:00
..
CMakeLists.txt drivers: dac: add mcp4728 driver 2022-04-28 14:17:34 +02:00
dac_dacx0508.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +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: Refactor drivers to use shared init priority 2021-10-27 10:58:33 +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: add mcp4728 driver 2022-04-28 14:17:34 +02: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