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
Kconfig.dacx3608
Kconfig.gd32
Kconfig.mcp4725
Kconfig.mcp4728 drivers: dac: add mcp4728 driver 2022-04-28 14:17:34 +02:00
Kconfig.mcux
Kconfig.sam
Kconfig.sam0
Kconfig.stm32