feat: working basic firmware with legacy USB API

- Successful compilation with Zephyr 4.3.0
- Basic gs_usb USB interface implementation
- CAN-FD support with FDCAN2 interface
- PFET control via UART (simplified from USB CDC)
- Custom board definition for STM32G0B1KBU6
- Deprecated warnings present but functional
- Memory usage: 51KB Flash (9.8%), 21.6KB RAM (14.7%)

Next: Migrate to new USB device stack API to remove warnings
This commit is contained in:
2025-12-08 14:06:01 +01:00
parent 91ecf40f7b
commit 19c9e488c2
530 changed files with 138176 additions and 102 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,324 @@
menu "acpica (C:/Users/iteedi/zephyrproject/modules/lib/acpica)"
osource "$(ZEPHYR_ACPICA_KCONFIG)"
config ZEPHYR_ACPICA_MODULE
bool
default y
endmenu
menu "cmsis (C:/Users/iteedi/zephyrproject/modules/hal/cmsis)"
osource "$(ZEPHYR_CMSIS_KCONFIG)"
config ZEPHYR_CMSIS_MODULE
bool
default y
endmenu
menu "cmsis-dsp (C:/Users/iteedi/zephyrproject/modules/lib/cmsis-dsp)"
osource "$(ZEPHYR_CMSIS_DSP_KCONFIG)"
config ZEPHYR_CMSIS_DSP_MODULE
bool
default y
endmenu
menu "cmsis-nn (C:/Users/iteedi/zephyrproject/modules/lib/cmsis-nn)"
osource "$(ZEPHYR_CMSIS_NN_KCONFIG)"
config ZEPHYR_CMSIS_NN_MODULE
bool
default y
endmenu
menu "cmsis_6 (C:/Users/iteedi/zephyrproject/modules/hal/cmsis_6)"
osource "$(ZEPHYR_CMSIS_6_KCONFIG)"
config ZEPHYR_CMSIS_6_MODULE
bool
default y
endmenu
menu "fatfs (C:/Users/iteedi/zephyrproject/modules/fs/fatfs)"
osource "$(ZEPHYR_FATFS_KCONFIG)"
config ZEPHYR_FATFS_MODULE
bool
default y
endmenu
config ZEPHYR_ADI_MODULE
bool
default y
menu "hal_afbr (C:/Users/iteedi/zephyrproject/modules/hal/afbr)"
osource "$(ZEPHYR_HAL_AFBR_KCONFIG)"
config ZEPHYR_HAL_AFBR_MODULE
bool
default y
config ZEPHYR_HAL_AFBR_MODULE_BLOBS
bool
endmenu
menu "hal_ambiq (C:/Users/iteedi/zephyrproject/modules/hal/ambiq)"
osource "$(ZEPHYR_HAL_AMBIQ_KCONFIG)"
config ZEPHYR_HAL_AMBIQ_MODULE
bool
default y
endmenu
config ZEPHYR_ATMEL_MODULE
bool
default y
menu "hal_bouffalolab (C:/Users/iteedi/zephyrproject/modules/hal/bouffalolab)"
osource "$(ZEPHYR_HAL_BOUFFALOLAB_KCONFIG)"
config ZEPHYR_HAL_BOUFFALOLAB_MODULE
bool
default y
endmenu
menu "hal_espressif (C:/Users/iteedi/zephyrproject/modules/hal/espressif)"
osource "C:/Users/iteedi/zephyrproject/modules/hal/espressif/zephyr/Kconfig"
config ZEPHYR_HAL_ESPRESSIF_MODULE
bool
default y
config ZEPHYR_HAL_ESPRESSIF_MODULE_BLOBS
bool
endmenu
menu "hal_ethos_u (C:/Users/iteedi/zephyrproject/modules/hal/ethos_u)"
osource "$(ZEPHYR_HAL_ETHOS_U_KCONFIG)"
config ZEPHYR_HAL_ETHOS_U_MODULE
bool
default y
endmenu
menu "hal_gigadevice (C:/Users/iteedi/zephyrproject/modules/hal/gigadevice)"
osource "$(ZEPHYR_HAL_GIGADEVICE_KCONFIG)"
config ZEPHYR_HAL_GIGADEVICE_MODULE
bool
default y
endmenu
menu "hal_infineon (C:/Users/iteedi/zephyrproject/modules/hal/infineon)"
osource "$(ZEPHYR_HAL_INFINEON_KCONFIG)"
config ZEPHYR_HAL_INFINEON_MODULE
bool
default y
config ZEPHYR_HAL_INFINEON_MODULE_BLOBS
bool
endmenu
menu "hal_intel (C:/Users/iteedi/zephyrproject/modules/hal/intel)"
osource "C:/Users/iteedi/zephyrproject/modules/hal/intel/zephyr/Kconfig"
config ZEPHYR_HAL_INTEL_MODULE
bool
default y
endmenu
config ZEPHYR_MICROCHIP_MODULE
bool
default y
menu "hal_nordic (C:/Users/iteedi/zephyrproject/modules/hal/nordic)"
osource "$(ZEPHYR_HAL_NORDIC_KCONFIG)"
config ZEPHYR_HAL_NORDIC_MODULE
bool
default y
config ZEPHYR_HAL_NORDIC_MODULE_BLOBS
bool
endmenu
config ZEPHYR_NUVOTON_MODULE
bool
default y
menu "hal_nxp (C:/Users/iteedi/zephyrproject/modules/hal/nxp)"
osource "$(ZEPHYR_HAL_NXP_KCONFIG)"
config ZEPHYR_HAL_NXP_MODULE
bool
default y
config ZEPHYR_HAL_NXP_MODULE_BLOBS
bool
endmenu
config ZEPHYR_OPENISA_MODULE
bool
default y
config ZEPHYR_QUICKLOGIC_MODULE
bool
default y
config ZEPHYR_HAL_RENESAS_MODULE
bool
default y
config ZEPHYR_HAL_RENESAS_MODULE_BLOBS
bool
menu "hal_rpi_pico (C:/Users/iteedi/zephyrproject/modules/hal/rpi_pico)"
osource "$(ZEPHYR_HAL_RPI_PICO_KCONFIG)"
config ZEPHYR_HAL_RPI_PICO_MODULE
bool
default y
endmenu
menu "hal_sifli (C:/Users/iteedi/zephyrproject/modules/hal/sifli)"
osource "$(ZEPHYR_HAL_SIFLI_KCONFIG)"
config ZEPHYR_HAL_SIFLI_MODULE
bool
default y
endmenu
menu "hal_silabs (C:/Users/iteedi/zephyrproject/modules/hal/silabs)"
osource "$(ZEPHYR_HAL_SILABS_KCONFIG)"
config ZEPHYR_HAL_SILABS_MODULE
bool
default y
config ZEPHYR_HAL_SILABS_MODULE_BLOBS
bool
endmenu
menu "hal_st (C:/Users/iteedi/zephyrproject/modules/hal/st)"
osource "$(ZEPHYR_HAL_ST_KCONFIG)"
config ZEPHYR_HAL_ST_MODULE
bool
default y
endmenu
config ZEPHYR_HAL_STM32_MODULE
bool
default y
config ZEPHYR_HAL_STM32_MODULE_BLOBS
bool
menu "hal_tdk (C:/Users/iteedi/zephyrproject/modules/hal/tdk)"
osource "$(ZEPHYR_HAL_TDK_KCONFIG)"
config ZEPHYR_HAL_TDK_MODULE
bool
default y
endmenu
menu "hal_telink (C:/Users/iteedi/zephyrproject/modules/hal/telink)"
osource "C:/Users/iteedi/zephyrproject/modules/hal/telink/Kconfig"
config ZEPHYR_HAL_TELINK_MODULE
bool
default y
endmenu
config ZEPHYR_TI_MODULE
bool
default y
menu "hal_wch (C:/Users/iteedi/zephyrproject/modules/hal/wch)"
osource "$(ZEPHYR_HAL_WCH_KCONFIG)"
config ZEPHYR_HAL_WCH_MODULE
bool
default y
endmenu
config ZEPHYR_HAL_WURTHELEKTRONIK_MODULE
bool
default y
config ZEPHYR_XTENSA_MODULE
bool
default y
menu "hostap (C:/Users/iteedi/zephyrproject/modules/lib/hostap)"
osource "$(ZEPHYR_HOSTAP_KCONFIG)"
config ZEPHYR_HOSTAP_MODULE
bool
default y
endmenu
menu "liblc3 (C:/Users/iteedi/zephyrproject/modules/lib/liblc3)"
osource "$(ZEPHYR_LIBLC3_KCONFIG)"
config ZEPHYR_LIBLC3_MODULE
bool
default y
endmenu
config ZEPHYR_LIBMCTP_MODULE
bool
default y
config ZEPHYR_LIBMETAL_MODULE
bool
default y
menu "libsbc (C:/Users/iteedi/zephyrproject/modules/lib/libsbc)"
osource "$(ZEPHYR_LIBSBC_KCONFIG)"
config ZEPHYR_LIBSBC_MODULE
bool
default y
endmenu
menu "littlefs (C:/Users/iteedi/zephyrproject/modules/fs/littlefs)"
osource "$(ZEPHYR_LITTLEFS_KCONFIG)"
config ZEPHYR_LITTLEFS_MODULE
bool
default y
endmenu
menu "lora-basics-modem (C:/Users/iteedi/zephyrproject/modules/lib/lora-basics-modem)"
osource "$(ZEPHYR_LORA_BASICS_MODEM_KCONFIG)"
config ZEPHYR_LORA_BASICS_MODEM_MODULE
bool
default y
endmenu
menu "loramac-node (C:/Users/iteedi/zephyrproject/modules/lib/loramac-node)"
osource "$(ZEPHYR_LORAMAC_NODE_KCONFIG)"
config ZEPHYR_LORAMAC_NODE_MODULE
bool
default y
endmenu
menu "lvgl (C:/Users/iteedi/zephyrproject/modules/lib/gui/lvgl)"
osource "C:/Users/iteedi/zephyrproject/modules/lib/gui/lvgl/zephyr/Kconfig"
config ZEPHYR_LVGL_MODULE
bool
default y
endmenu
menu "mbedtls (C:/Users/iteedi/zephyrproject/modules/crypto/mbedtls)"
osource "$(ZEPHYR_MBEDTLS_KCONFIG)"
config ZEPHYR_MBEDTLS_MODULE
bool
default y
endmenu
config ZEPHYR_MCUBOOT_MODULE
bool
default y
config ZEPHYR_MIPI_SYS_T_MODULE
bool
default y
menu "nanopb (C:/Users/iteedi/zephyrproject/modules/lib/nanopb)"
osource "$(ZEPHYR_NANOPB_KCONFIG)"
config ZEPHYR_NANOPB_MODULE
bool
default y
endmenu
menu "nrf_wifi (C:/Users/iteedi/zephyrproject/modules/lib/nrf_wifi)"
osource "$(ZEPHYR_NRF_WIFI_KCONFIG)"
config ZEPHYR_NRF_WIFI_MODULE
bool
default y
config ZEPHYR_NRF_WIFI_MODULE_BLOBS
bool
endmenu
config ZEPHYR_OPEN_AMP_MODULE
bool
default y
menu "openthread (C:/Users/iteedi/zephyrproject/modules/lib/openthread)"
osource "$(ZEPHYR_OPENTHREAD_KCONFIG)"
config ZEPHYR_OPENTHREAD_MODULE
bool
default y
endmenu
menu "percepio (C:/Users/iteedi/zephyrproject/modules/debug/percepio)"
osource "C:/Users/iteedi/zephyrproject/modules/debug/percepio/zephyr/Kconfig"
config ZEPHYR_PERCEPIO_MODULE
bool
default y
endmenu
menu "picolibc (C:/Users/iteedi/zephyrproject/modules/lib/picolibc)"
osource "C:/Users/iteedi/zephyrproject/modules/lib/picolibc/zephyr/Kconfig"
config ZEPHYR_PICOLIBC_MODULE
bool
default y
endmenu
menu "segger (C:/Users/iteedi/zephyrproject/modules/debug/segger)"
osource "$(ZEPHYR_SEGGER_KCONFIG)"
config ZEPHYR_SEGGER_MODULE
bool
default y
endmenu
menu "trusted-firmware-a (C:/Users/iteedi/zephyrproject/modules/tee/tf-a/trusted-firmware-a)"
osource "$(ZEPHYR_TRUSTED_FIRMWARE_A_KCONFIG)"
config ZEPHYR_TRUSTED_FIRMWARE_A_MODULE
bool
default y
endmenu
menu "trusted-firmware-m (C:/Users/iteedi/zephyrproject/modules/tee/tf-m/trusted-firmware-m)"
osource "$(ZEPHYR_TRUSTED_FIRMWARE_M_KCONFIG)"
config ZEPHYR_TRUSTED_FIRMWARE_M_MODULE
bool
default y
endmenu
menu "uoscore-uedhoc (C:/Users/iteedi/zephyrproject/modules/lib/uoscore-uedhoc)"
osource "$(ZEPHYR_UOSCORE_UEDHOC_KCONFIG)"
config ZEPHYR_UOSCORE_UEDHOC_MODULE
bool
default y
endmenu
menu "zcbor (C:/Users/iteedi/zephyrproject/modules/lib/zcbor)"
osource "$(ZEPHYR_ZCBOR_KCONFIG)"
config ZEPHYR_ZCBOR_MODULE
bool
default y
endmenu
config ZEPHYR_NRF_HW_MODELS_MODULE
bool
default y

View File

@@ -0,0 +1 @@
osource "C:/Users/iteedi/zephyrproject/projects/EWS/firmware/canfd_cdc_composite/boards/shields/*/Kconfig.shield"

View File

@@ -0,0 +1 @@
osource "C:/Users/iteedi/zephyrproject/projects/EWS/firmware/canfd_cdc_composite/boards/shields/*/Kconfig.defconfig"

View File

@@ -0,0 +1,174 @@
config ZEPHYR_ACPICA_MODULE
bool
default y
config ZEPHYR_CMSIS_MODULE
bool
default y
config ZEPHYR_CMSIS_DSP_MODULE
bool
default y
config ZEPHYR_CMSIS_NN_MODULE
bool
default y
config ZEPHYR_CMSIS_6_MODULE
bool
default y
config ZEPHYR_FATFS_MODULE
bool
default y
config ZEPHYR_ADI_MODULE
bool
default y
config ZEPHYR_HAL_AFBR_MODULE
bool
default y
config ZEPHYR_HAL_AMBIQ_MODULE
bool
default y
config ZEPHYR_ATMEL_MODULE
bool
default y
config ZEPHYR_HAL_BOUFFALOLAB_MODULE
bool
default y
config ZEPHYR_HAL_ESPRESSIF_MODULE
bool
default y
config ZEPHYR_HAL_ETHOS_U_MODULE
bool
default y
config ZEPHYR_HAL_GIGADEVICE_MODULE
bool
default y
config ZEPHYR_HAL_INFINEON_MODULE
bool
default y
config ZEPHYR_HAL_INTEL_MODULE
bool
default y
config ZEPHYR_MICROCHIP_MODULE
bool
default y
config ZEPHYR_HAL_NORDIC_MODULE
bool
default y
config ZEPHYR_NUVOTON_MODULE
bool
default y
config ZEPHYR_HAL_NXP_MODULE
bool
default y
config ZEPHYR_OPENISA_MODULE
bool
default y
config ZEPHYR_QUICKLOGIC_MODULE
bool
default y
config ZEPHYR_HAL_RENESAS_MODULE
bool
default y
config ZEPHYR_HAL_RPI_PICO_MODULE
bool
default y
config ZEPHYR_HAL_SIFLI_MODULE
bool
default y
config ZEPHYR_HAL_SILABS_MODULE
bool
default y
config ZEPHYR_HAL_ST_MODULE
bool
default y
config ZEPHYR_HAL_STM32_MODULE
bool
default y
config ZEPHYR_HAL_TDK_MODULE
bool
default y
config ZEPHYR_HAL_TELINK_MODULE
bool
default y
config ZEPHYR_TI_MODULE
bool
default y
config ZEPHYR_HAL_WCH_MODULE
bool
default y
config ZEPHYR_HAL_WURTHELEKTRONIK_MODULE
bool
default y
config ZEPHYR_XTENSA_MODULE
bool
default y
config ZEPHYR_HOSTAP_MODULE
bool
default y
config ZEPHYR_LIBLC3_MODULE
bool
default y
config ZEPHYR_LIBMCTP_MODULE
bool
default y
config ZEPHYR_LIBMETAL_MODULE
bool
default y
config ZEPHYR_LIBSBC_MODULE
bool
default y
config ZEPHYR_LITTLEFS_MODULE
bool
default y
config ZEPHYR_LORA_BASICS_MODEM_MODULE
bool
default y
config ZEPHYR_LORAMAC_NODE_MODULE
bool
default y
config ZEPHYR_LVGL_MODULE
bool
default y
config ZEPHYR_MBEDTLS_MODULE
bool
default y
config ZEPHYR_MCUBOOT_MODULE
bool
default y
config ZEPHYR_MIPI_SYS_T_MODULE
bool
default y
config ZEPHYR_NANOPB_MODULE
bool
default y
config ZEPHYR_NRF_WIFI_MODULE
bool
default y
config ZEPHYR_OPEN_AMP_MODULE
bool
default y
config ZEPHYR_OPENTHREAD_MODULE
bool
default y
config ZEPHYR_PERCEPIO_MODULE
bool
default y
config ZEPHYR_PICOLIBC_MODULE
bool
default y
config ZEPHYR_SEGGER_MODULE
bool
default y
config ZEPHYR_TRUSTED_FIRMWARE_A_MODULE
bool
default y
config ZEPHYR_TRUSTED_FIRMWARE_M_MODULE
bool
default y
config ZEPHYR_UOSCORE_UEDHOC_MODULE
bool
default y
config ZEPHYR_ZCBOR_MODULE
bool
default y
config ZEPHYR_NRF_HW_MODELS_MODULE
bool
default y

View File

@@ -0,0 +1,11 @@
# Load Zephyr Arch Kconfig descriptions.
osource "C:/Users/iteedi/zephyrproject/zephyr/arch/rx/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/arch/x86/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/arch/xtensa/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/arch/sparc/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/arch/riscv/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/arch/posix/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/arch/mips/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/arch/arm64/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/arch/arm/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/arch/arc/Kconfig"

View File

@@ -0,0 +1,2 @@
# Load Zephyr board Kconfig descriptions.
osource "C:/Users/iteedi/zephyrproject/projects/EWS/firmware/canfd_cdc_composite/boards/arm/ews/Kconfig"

View File

@@ -0,0 +1,2 @@
# Load Zephyr board defconfig descriptions.
osource "C:/Users/iteedi/zephyrproject/projects/EWS/firmware/canfd_cdc_composite/boards/arm/ews/Kconfig.defconfig"

View File

@@ -0,0 +1,2 @@
# Load board Kconfig descriptions.
osource "C:/Users/iteedi/zephyrproject/projects/EWS/firmware/canfd_cdc_composite/boards/arm/ews/Kconfig.ews"

View File

@@ -0,0 +1,2 @@
# Load Sysbuild board Kconfig descriptions.
osource "C:/Users/iteedi/zephyrproject/projects/EWS/firmware/canfd_cdc_composite/boards/arm/ews/Kconfig.sysbuild"

View File

@@ -0,0 +1,59 @@
set(kconfig_env_dirs)
list(APPEND kconfig_env_dirs ZEPHYR_ACPICA_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/acpica)
list(APPEND kconfig_env_dirs ZEPHYR_CMSIS_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/cmsis)
list(APPEND kconfig_env_dirs ZEPHYR_CMSIS_DSP_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/cmsis-dsp)
list(APPEND kconfig_env_dirs ZEPHYR_CMSIS_NN_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/cmsis-nn)
list(APPEND kconfig_env_dirs ZEPHYR_CMSIS_6_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/cmsis_6)
list(APPEND kconfig_env_dirs ZEPHYR_FATFS_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/fs/fatfs)
list(APPEND kconfig_env_dirs ZEPHYR_ADI_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/adi)
list(APPEND kconfig_env_dirs ZEPHYR_HAL_AFBR_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/afbr)
list(APPEND kconfig_env_dirs ZEPHYR_HAL_AMBIQ_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/ambiq)
list(APPEND kconfig_env_dirs ZEPHYR_ATMEL_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/atmel)
list(APPEND kconfig_env_dirs ZEPHYR_HAL_BOUFFALOLAB_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/bouffalolab)
list(APPEND kconfig_env_dirs ZEPHYR_HAL_ESPRESSIF_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/espressif)
list(APPEND kconfig_env_dirs ZEPHYR_HAL_ETHOS_U_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/ethos_u)
list(APPEND kconfig_env_dirs ZEPHYR_HAL_GIGADEVICE_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/gigadevice)
list(APPEND kconfig_env_dirs ZEPHYR_HAL_INFINEON_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/infineon)
list(APPEND kconfig_env_dirs ZEPHYR_HAL_INTEL_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/intel)
list(APPEND kconfig_env_dirs ZEPHYR_MICROCHIP_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/microchip)
list(APPEND kconfig_env_dirs ZEPHYR_HAL_NORDIC_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/nordic)
list(APPEND kconfig_env_dirs ZEPHYR_NUVOTON_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/nuvoton)
list(APPEND kconfig_env_dirs ZEPHYR_HAL_NXP_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/nxp)
list(APPEND kconfig_env_dirs ZEPHYR_OPENISA_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/openisa)
list(APPEND kconfig_env_dirs ZEPHYR_QUICKLOGIC_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/quicklogic)
list(APPEND kconfig_env_dirs ZEPHYR_HAL_RENESAS_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/renesas)
list(APPEND kconfig_env_dirs ZEPHYR_HAL_RPI_PICO_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/rpi_pico)
list(APPEND kconfig_env_dirs ZEPHYR_HAL_SIFLI_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/sifli)
list(APPEND kconfig_env_dirs ZEPHYR_HAL_SILABS_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/silabs)
list(APPEND kconfig_env_dirs ZEPHYR_HAL_ST_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/st)
list(APPEND kconfig_env_dirs ZEPHYR_HAL_STM32_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/stm32)
list(APPEND kconfig_env_dirs ZEPHYR_HAL_TDK_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/tdk)
list(APPEND kconfig_env_dirs ZEPHYR_HAL_TELINK_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/telink)
list(APPEND kconfig_env_dirs ZEPHYR_TI_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/ti)
list(APPEND kconfig_env_dirs ZEPHYR_HAL_WCH_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/wch)
list(APPEND kconfig_env_dirs ZEPHYR_HAL_WURTHELEKTRONIK_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/wurthelektronik)
list(APPEND kconfig_env_dirs ZEPHYR_XTENSA_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/xtensa)
list(APPEND kconfig_env_dirs ZEPHYR_HOSTAP_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/hostap)
list(APPEND kconfig_env_dirs ZEPHYR_LIBLC3_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/liblc3)
list(APPEND kconfig_env_dirs ZEPHYR_LIBMCTP_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/libmctp)
list(APPEND kconfig_env_dirs ZEPHYR_LIBMETAL_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/libmetal)
list(APPEND kconfig_env_dirs ZEPHYR_LIBSBC_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/libsbc)
list(APPEND kconfig_env_dirs ZEPHYR_LITTLEFS_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/fs/littlefs)
list(APPEND kconfig_env_dirs ZEPHYR_LORA_BASICS_MODEM_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/lora-basics-modem)
list(APPEND kconfig_env_dirs ZEPHYR_LORAMAC_NODE_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/loramac-node)
list(APPEND kconfig_env_dirs ZEPHYR_LVGL_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/gui/lvgl)
list(APPEND kconfig_env_dirs ZEPHYR_MBEDTLS_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/crypto/mbedtls)
list(APPEND kconfig_env_dirs ZEPHYR_MCUBOOT_MODULE_DIR=C:/Users/iteedi/zephyrproject/bootloader/mcuboot)
list(APPEND kconfig_env_dirs ZEPHYR_MIPI_SYS_T_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/debug/mipi-sys-t)
list(APPEND kconfig_env_dirs ZEPHYR_NANOPB_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/nanopb)
list(APPEND kconfig_env_dirs ZEPHYR_NRF_WIFI_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/nrf_wifi)
list(APPEND kconfig_env_dirs ZEPHYR_OPEN_AMP_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/open-amp)
list(APPEND kconfig_env_dirs ZEPHYR_OPENTHREAD_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/openthread)
list(APPEND kconfig_env_dirs ZEPHYR_PERCEPIO_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/debug/percepio)
list(APPEND kconfig_env_dirs ZEPHYR_PICOLIBC_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/picolibc)
list(APPEND kconfig_env_dirs ZEPHYR_SEGGER_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/debug/segger)
list(APPEND kconfig_env_dirs ZEPHYR_TRUSTED_FIRMWARE_A_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/tee/tf-a/trusted-firmware-a)
list(APPEND kconfig_env_dirs ZEPHYR_TRUSTED_FIRMWARE_M_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/tee/tf-m/trusted-firmware-m)
list(APPEND kconfig_env_dirs ZEPHYR_UOSCORE_UEDHOC_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/uoscore-uedhoc)
list(APPEND kconfig_env_dirs ZEPHYR_ZCBOR_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/zcbor)
list(APPEND kconfig_env_dirs ZEPHYR_NRF_HW_MODELS_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/bsim_hw_models/nrf_hw_models)

View File

@@ -0,0 +1,58 @@
ZEPHYR_ACPICA_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/acpica
ZEPHYR_CMSIS_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/cmsis
ZEPHYR_CMSIS_DSP_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/cmsis-dsp
ZEPHYR_CMSIS_NN_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/cmsis-nn
ZEPHYR_CMSIS_6_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/cmsis_6
ZEPHYR_FATFS_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/fs/fatfs
ZEPHYR_ADI_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/adi
ZEPHYR_HAL_AFBR_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/afbr
ZEPHYR_HAL_AMBIQ_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/ambiq
ZEPHYR_ATMEL_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/atmel
ZEPHYR_HAL_BOUFFALOLAB_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/bouffalolab
ZEPHYR_HAL_ESPRESSIF_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/espressif
ZEPHYR_HAL_ETHOS_U_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/ethos_u
ZEPHYR_HAL_GIGADEVICE_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/gigadevice
ZEPHYR_HAL_INFINEON_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/infineon
ZEPHYR_HAL_INTEL_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/intel
ZEPHYR_MICROCHIP_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/microchip
ZEPHYR_HAL_NORDIC_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/nordic
ZEPHYR_NUVOTON_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/nuvoton
ZEPHYR_HAL_NXP_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/nxp
ZEPHYR_OPENISA_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/openisa
ZEPHYR_QUICKLOGIC_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/quicklogic
ZEPHYR_HAL_RENESAS_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/renesas
ZEPHYR_HAL_RPI_PICO_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/rpi_pico
ZEPHYR_HAL_SIFLI_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/sifli
ZEPHYR_HAL_SILABS_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/silabs
ZEPHYR_HAL_ST_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/st
ZEPHYR_HAL_STM32_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/stm32
ZEPHYR_HAL_TDK_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/tdk
ZEPHYR_HAL_TELINK_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/telink
ZEPHYR_TI_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/ti
ZEPHYR_HAL_WCH_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/wch
ZEPHYR_HAL_WURTHELEKTRONIK_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/wurthelektronik
ZEPHYR_XTENSA_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/xtensa
ZEPHYR_HOSTAP_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/hostap
ZEPHYR_LIBLC3_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/liblc3
ZEPHYR_LIBMCTP_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/libmctp
ZEPHYR_LIBMETAL_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/hal/libmetal
ZEPHYR_LIBSBC_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/libsbc
ZEPHYR_LITTLEFS_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/fs/littlefs
ZEPHYR_LORA_BASICS_MODEM_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/lora-basics-modem
ZEPHYR_LORAMAC_NODE_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/loramac-node
ZEPHYR_LVGL_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/gui/lvgl
ZEPHYR_MBEDTLS_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/crypto/mbedtls
ZEPHYR_MCUBOOT_MODULE_DIR=C:/Users/iteedi/zephyrproject/bootloader/mcuboot
ZEPHYR_MIPI_SYS_T_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/debug/mipi-sys-t
ZEPHYR_NANOPB_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/nanopb
ZEPHYR_NRF_WIFI_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/nrf_wifi
ZEPHYR_OPEN_AMP_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/open-amp
ZEPHYR_OPENTHREAD_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/openthread
ZEPHYR_PERCEPIO_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/debug/percepio
ZEPHYR_PICOLIBC_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/picolibc
ZEPHYR_SEGGER_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/debug/segger
ZEPHYR_TRUSTED_FIRMWARE_A_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/tee/tf-a/trusted-firmware-a
ZEPHYR_TRUSTED_FIRMWARE_M_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/tee/tf-m/trusted-firmware-m
ZEPHYR_UOSCORE_UEDHOC_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/uoscore-uedhoc
ZEPHYR_ZCBOR_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/lib/zcbor
ZEPHYR_NRF_HW_MODELS_MODULE_DIR=C:/Users/iteedi/zephyrproject/modules/bsim_hw_models/nrf_hw_models

View File

@@ -0,0 +1,112 @@
# Load Zephyr SoC Kconfig descriptions.
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/xlnx/zynqmp/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/xlnx/zynq7000/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/xlnx/versalnet/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/xlnx/versal2/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/xen/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/wch/ch32v/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ti/simplelink/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ti/mspm0/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ti/lm3s6965/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ti/k3/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/telink/tlsr/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/starfive/jh71xx/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/st/stm32/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/qemu_arc/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/nsim/arc_v/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/nsim/arc_classic/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/hsdk4xd/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/hsdk/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/emsk/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/emsdp/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/arc_iot/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/silabs/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/sifli/sf32/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/sifive/sifive_freedom/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/sensry/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/rockchip/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/renode/riscv_virtual/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/renode/cortex_r8_virtual/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/renesas/smartbond/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/renesas/rz/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/renesas/rx/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/renesas/rcar/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/renesas/ra/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/realtek/ec/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/quicklogic/eos_s3/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/qemu/virt_riscv/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/qemu/malta/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/openisa/rv32m1/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/openhwgroup/cva6/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/oct/osd32mp15x/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/s32/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/rw/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/mcx/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/lpc/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/layerscape/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/kinetis/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/imxrt/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/imx/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nuvoton/numicro/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nuvoton/numaker/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nuvoton/npcx/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nuvoton/npcm/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nordic/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/neorv32/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/native/inf_clock/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/sam/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/sam/sama7/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/sam/sam_d5x_e5x/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/pic32c/pic32cz_ca/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/pic32c/pic32cx_sg/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_jh/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/miv/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/mec/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/mediatek/mt8xxx/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/lowrisc/opentitan/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/litex/litex_vexriscv/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ite/ec/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/raptor_lake/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/panther_lake/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/lakemont/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/intel_socfpga_std/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/intel_socfpga/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/intel_niosv/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/intel_ish/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/intel_adsp/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/elkhart_lake/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/atom/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/apollo_lake/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/alder_lake/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/infineon/edge/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/infineon/cat3/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/infineon/cat1c/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/infineon/cat1b/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/infineon/cat1a/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/gd/gd32/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/gaisler/leon3/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/gaisler/gr716a/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/espressif/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ene/kb1200/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ene/kb106x/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/egis/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/efinix/sapphire/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/cdns/xtensa_sample_controller/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/cdns/sample_controller32/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/cdns/dc233c/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/brcm/bcmvk/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/brcm/bcm2712/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/brcm/bcm2711/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/bflb/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/atmel/sam0/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/atmel/sam/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/aspeed/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/arm/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/arm/beetle/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/antmicro/myra/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/andestech/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/amd/acp_6_0/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ambiq/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/aesc/Kconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/adi/max32/Kconfig"

View File

@@ -0,0 +1,112 @@
# Load Zephyr SoC defconfig descriptions.
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/xlnx/zynqmp/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/xlnx/zynq7000/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/xlnx/versalnet/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/xlnx/versal2/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/xen/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/wch/ch32v/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ti/simplelink/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ti/mspm0/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ti/lm3s6965/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ti/k3/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/telink/tlsr/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/starfive/jh71xx/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/st/stm32/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/qemu_arc/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/nsim/arc_v/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/nsim/arc_classic/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/hsdk4xd/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/hsdk/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/emsk/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/emsdp/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/arc_iot/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/silabs/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/sifli/sf32/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/sifive/sifive_freedom/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/sensry/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/rockchip/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/renode/riscv_virtual/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/renode/cortex_r8_virtual/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/renesas/smartbond/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/renesas/rz/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/renesas/rx/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/renesas/rcar/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/renesas/ra/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/realtek/ec/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/quicklogic/eos_s3/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/qemu/virt_riscv/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/qemu/malta/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/openisa/rv32m1/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/openhwgroup/cva6/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/oct/osd32mp15x/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/s32/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/rw/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/mcx/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/lpc/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/layerscape/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/kinetis/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/imxrt/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/imx/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nuvoton/numicro/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nuvoton/numaker/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nuvoton/npcx/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nuvoton/npcm/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nordic/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/neorv32/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/native/inf_clock/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/sam/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/sam/sama7/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/sam/sam_d5x_e5x/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/pic32c/pic32cz_ca/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/pic32c/pic32cx_sg/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_jh/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/miv/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/mec/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/mediatek/mt8xxx/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/lowrisc/opentitan/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/litex/litex_vexriscv/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ite/ec/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/raptor_lake/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/panther_lake/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/lakemont/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/intel_socfpga_std/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/intel_socfpga/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/intel_niosv/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/intel_ish/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/intel_adsp/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/elkhart_lake/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/atom/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/apollo_lake/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/alder_lake/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/infineon/edge/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/infineon/cat3/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/infineon/cat1c/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/infineon/cat1b/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/infineon/cat1a/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/gd/gd32/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/gaisler/leon3/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/gaisler/gr716a/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/espressif/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ene/kb1200/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ene/kb106x/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/egis/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/efinix/sapphire/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/cdns/xtensa_sample_controller/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/cdns/sample_controller32/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/cdns/dc233c/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/brcm/bcmvk/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/brcm/bcm2712/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/brcm/bcm2711/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/bflb/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/atmel/sam0/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/atmel/sam/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/aspeed/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/arm/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/arm/beetle/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/antmicro/myra/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/andestech/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/amd/acp_6_0/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ambiq/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/aesc/Kconfig.defconfig"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/adi/max32/Kconfig.defconfig"

View File

@@ -0,0 +1,112 @@
# Load SoC Kconfig descriptions.
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/xlnx/zynqmp/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/xlnx/zynq7000/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/xlnx/versalnet/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/xlnx/versal2/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/xen/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/wch/ch32v/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ti/simplelink/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ti/mspm0/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ti/lm3s6965/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ti/k3/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/telink/tlsr/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/starfive/jh71xx/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/st/stm32/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/qemu_arc/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/nsim/arc_v/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/nsim/arc_classic/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/hsdk4xd/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/hsdk/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/emsk/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/emsdp/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/arc_iot/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/silabs/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/sifli/sf32/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/sifive/sifive_freedom/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/sensry/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/rockchip/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/renode/riscv_virtual/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/renode/cortex_r8_virtual/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/renesas/smartbond/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/renesas/rz/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/renesas/rx/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/renesas/rcar/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/renesas/ra/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/realtek/ec/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/quicklogic/eos_s3/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/qemu/virt_riscv/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/qemu/malta/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/openisa/rv32m1/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/openhwgroup/cva6/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/oct/osd32mp15x/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/s32/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/rw/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/mcx/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/lpc/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/layerscape/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/kinetis/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/imxrt/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/imx/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nuvoton/numicro/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nuvoton/numaker/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nuvoton/npcx/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nuvoton/npcm/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nordic/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/neorv32/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/native/inf_clock/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/sam/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/sam/sama7/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/sam/sam_d5x_e5x/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/pic32c/pic32cz_ca/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/pic32c/pic32cx_sg/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_jh/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/miv/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/mec/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/mediatek/mt8xxx/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/lowrisc/opentitan/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/litex/litex_vexriscv/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ite/ec/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/raptor_lake/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/panther_lake/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/lakemont/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/intel_socfpga_std/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/intel_socfpga/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/intel_niosv/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/intel_ish/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/intel_adsp/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/elkhart_lake/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/atom/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/apollo_lake/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/alder_lake/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/infineon/edge/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/infineon/cat3/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/infineon/cat1c/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/infineon/cat1b/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/infineon/cat1a/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/gd/gd32/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/gaisler/leon3/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/gaisler/gr716a/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/espressif/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ene/kb1200/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ene/kb106x/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/egis/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/efinix/sapphire/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/cdns/xtensa_sample_controller/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/cdns/sample_controller32/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/cdns/dc233c/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/brcm/bcmvk/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/brcm/bcm2712/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/brcm/bcm2711/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/bflb/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/atmel/sam0/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/atmel/sam/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/aspeed/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/arm/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/arm/beetle/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/antmicro/myra/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/andestech/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/amd/acp_6_0/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ambiq/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/aesc/Kconfig.soc"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/adi/max32/Kconfig.soc"

View File

@@ -0,0 +1,112 @@
# Load Sysbuild SoC Kconfig descriptions.
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/xlnx/zynqmp/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/xlnx/zynq7000/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/xlnx/versalnet/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/xlnx/versal2/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/xen/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/wch/ch32v/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ti/simplelink/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ti/mspm0/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ti/lm3s6965/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ti/k3/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/telink/tlsr/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/starfive/jh71xx/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/st/stm32/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/qemu_arc/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/nsim/arc_v/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/nsim/arc_classic/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/hsdk4xd/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/hsdk/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/emsk/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/emsdp/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/snps/arc_iot/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/silabs/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/sifli/sf32/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/sifive/sifive_freedom/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/sensry/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/rockchip/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/renode/riscv_virtual/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/renode/cortex_r8_virtual/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/renesas/smartbond/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/renesas/rz/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/renesas/rx/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/renesas/rcar/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/renesas/ra/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/realtek/ec/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/raspberrypi/rpi_pico/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/quicklogic/eos_s3/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/qemu/virt_riscv/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/qemu/malta/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/openisa/rv32m1/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/openhwgroup/cva6/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/oct/osd32mp15x/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/s32/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/rw/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/mcx/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/lpc/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/layerscape/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/kinetis/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/imxrt/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nxp/imx/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nuvoton/numicro/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nuvoton/numaker/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nuvoton/npcx/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nuvoton/npcm/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/nordic/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/neorv32/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/native/inf_clock/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/sam/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/sam/sama7/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/sam/sam_d5x_e5x/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/pic32c/pic32cz_ca/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/pic32c/pic32cx_sg/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/pic32c/pic32cm_jh/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/miv/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/microchip/mec/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/mediatek/mt8xxx/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/lowrisc/opentitan/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/litex/litex_vexriscv/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ite/ec/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/raptor_lake/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/panther_lake/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/lakemont/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/intel_socfpga_std/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/intel_socfpga/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/intel_niosv/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/intel_ish/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/intel_adsp/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/elkhart_lake/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/atom/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/apollo_lake/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/intel/alder_lake/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/infineon/edge/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/infineon/cat3/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/infineon/cat1c/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/infineon/cat1b/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/infineon/cat1a/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/gd/gd32/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/gaisler/leon3/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/gaisler/gr716a/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/espressif/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ene/kb1200/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ene/kb106x/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/egis/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/efinix/sapphire/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/cdns/xtensa_sample_controller/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/cdns/sample_controller32/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/cdns/dc233c/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/brcm/bcmvk/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/brcm/bcm2712/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/brcm/bcm2711/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/bflb/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/atmel/sam0/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/atmel/sam/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/aspeed/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/arm/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/arm/beetle/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/antmicro/myra/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/andestech/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/amd/acp_6_0/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/ambiq/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/aesc/Kconfig.sysbuild"
osource "C:/Users/iteedi/zephyrproject/zephyr/soc/adi/max32/Kconfig.sysbuild"