mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 03:41:56 +00:00
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> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
dac_dacx0508.c | ||
dac_dacx3608.c | ||
dac_gd32.c | ||
dac_handlers.c | ||
dac_mcp4725.c | ||
dac_mcp4728.c | ||
dac_mcux_dac.c | ||
dac_mcux_dac32.c | ||
dac_sam.c | ||
dac_sam0.c | ||
dac_shell.c | ||
dac_stm32.c | ||
Kconfig | ||
Kconfig.dacx0508 | ||
Kconfig.dacx3608 | ||
Kconfig.gd32 | ||
Kconfig.mcp4725 | ||
Kconfig.mcp4728 | ||
Kconfig.mcux | ||
Kconfig.sam | ||
Kconfig.sam0 | ||
Kconfig.stm32 |