zephyr/drivers/dac
Yong Cong Sin bbe5e1e6eb build: namespace the generated headers with zephyr/
Namespaced the generated headers with `zephyr` to prevent
potential conflict with other headers.

Introduce a temporary Kconfig `LEGACY_GENERATED_INCLUDE_PATH`
that is enabled by default. This allows the developers to
continue the use of the old include paths for the time being
until it is deprecated and eventually removed. The Kconfig will
generate a build-time warning message, similar to the
`CONFIG_TIMER_RANDOM_GENERATOR`.

Updated the includes path of in-tree sources accordingly.

Most of the changes here are scripted, check the PR for more
info.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
2024-05-28 22:03:55 +02:00
..
CMakeLists.txt drivers: dac: Add driver for NXP GAU DAC 2024-05-14 18:23:22 -04:00
dac_ad56xx.c
dac_ad559x.c drivers: ad559x: add i2c bus support 2024-04-01 12:18:47 -05:00
dac_ad569x.c drivers: dac: dac_ad569x: Support for AD569x DACs. 2024-04-22 06:50:01 -07:00
dac_dacx0501.c drivers: dac: Add TI DACx0501 driver 2024-04-17 14:37:21 +02:00
dac_dacx0508.c drivers: dacx0508: fix for multiple DACs of the same type 2024-03-11 17:22:56 +01:00
dac_dacx3608.c
dac_esp32.c drivers: esp32: update to hal_espressif v5.1 2024-04-05 13:39:53 +02:00
dac_gd32.c
dac_handlers.c build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
dac_ltc166x.c
dac_mcp4725.c
dac_mcp4728.c
dac_mcux_dac32.c
dac_mcux_dac.c
dac_mcux_gau.c drivers: dac: Add driver for NXP GAU DAC 2024-05-14 18:23:22 -04:00
dac_mcux_lpdac.c
dac_sam0.c
dac_sam.c
dac_shell.c
dac_stm32.c
Kconfig drivers: dac: dac_ad569x: Support for AD569x DACs. 2024-04-22 06:50:01 -07:00
Kconfig.ad56xx
Kconfig.ad559x drivers: fix bad SPDX-License-Identifier header 2024-05-08 09:23:16 -04:00
Kconfig.ad569x drivers: fix bad SPDX-License-Identifier header 2024-05-08 09:23:16 -04:00
Kconfig.dacx0501 drivers: dac: Add TI DACx0501 driver 2024-04-17 14:37:21 +02:00
Kconfig.dacx0508
Kconfig.dacx3608
Kconfig.esp32
Kconfig.gd32
Kconfig.ltc166x
Kconfig.mcp4725
Kconfig.mcp4728
Kconfig.mcux drivers: dac: Add driver for NXP GAU DAC 2024-05-14 18:23:22 -04:00
Kconfig.sam
Kconfig.sam0
Kconfig.stm32