Searched full:kconfig (Results 1 – 25 of 47) sorted by relevance
12
/hal_espressif-latest/components/bt/ |
D | Kconfig | 60 source "$IDF_PATH/components/bt/host/bluedroid/Kconfig.in" 65 source "$IDF_PATH/components/bt/host/nimble/Kconfig.in" 70 source "$IDF_PATH/components/bt/controller/$IDF_TARGET/Kconfig.in" 112 source "$IDF_PATH/components/bt/common/Kconfig.in" 125 source "$IDF_PATH/components/bt/esp_ble_mesh/Kconfig.in"
|
/hal_espressif-latest/components/esp_wifi/ |
D | sdkconfig.rename | 4 # renaming of esp_wifi kconfig options 34 # renaming supplicant kconfig to esp_wifi kconfig
|
/hal_espressif-latest/components/soc/linux/include/soc/ |
D | soc_caps.h | 13 * These defines are parsed and imported as kconfig variables via the script 17 * and generate the kconfig variables as part of the pre-commit hooks. 27 // No meaning to define GPIO number for Linux target, only to avoid build warning on Kconfig ESP_CO…
|
/hal_espressif-latest/components/esp_system/ |
D | Kconfig | 4 rsource "./port/soc/$IDF_TARGET/Kconfig.cpu" 6 orsource "./port/soc/$IDF_TARGET/Kconfig.cache" 8 orsource "./port/soc/$IDF_TARGET/Kconfig.memory" 10 orsource "./port/soc/$IDF_TARGET/Kconfig.tracemem" 67 # This is a High Layer Kconfig option, invisible, can be selected by other Kconfig option 73 # This is a High Layer Kconfig option, invisible, can be selected by other Kconfig option 550 rsource "./port/soc/$IDF_TARGET/Kconfig.system"
|
D | CMakeLists.txt | 21 # Bootloader relies on some Kconfig options defined in esp_system.
|
/hal_espressif-latest/zephyr/port/include/ |
D | zephyr_compat.h | 8 * Compatibility header for translating Zephyr Kconfig options to ESP-IDF Kconfig options.
|
/hal_espressif-latest/components/esp_hw_support/ |
D | Kconfig | 5 orsource "./port/$IDF_TARGET/Kconfig.hw_support" 17 orsource "./port/$IDF_TARGET/Kconfig.spiram" 45 orsource "./port/$IDF_TARGET/Kconfig.mac" 214 orsource "./port/$IDF_TARGET/Kconfig.rtc"
|
/hal_espressif-latest/zephyr/scripts/blobs/ |
D | esp_genblobs.py | 23 kconfig: zephyr/Kconfig
|
/hal_espressif-latest/components/bt/controller/esp32s3/ |
D | Kconfig.in | 1 source "$IDF_PATH/components/bt/controller/esp32c3/Kconfig.in"
|
/hal_espressif-latest/components/esp_system/port/soc/linux/ |
D | Kconfig.system | 1 # Original Kconfig has settings related to brownout, rom and cache. All non-existent on Linux.
|
/hal_espressif-latest/components/esp_psram/ |
D | Kconfig | 5 orsource "./$IDF_TARGET/Kconfig.spiram"
|
/hal_espressif-latest/components/esp_system/ld/esp32s2/ |
D | memory.ld.in | 107 - (higher addr) bootloader rtc data (s_bootloader_retain_mem, when a Kconfig option is on). 128 /* The lines below define location alias for .rtc.data section based on Kconfig option.
|
/hal_espressif-latest/components/esp_system/ld/esp32/ |
D | memory.ld.in | 99 …is intended for keeping bootloader rtc data (s_bootloader_retain_mem, when a Kconfig option is on). 147 /* The lines below define location alias for .rtc.data section based on Kconfig option.
|
/hal_espressif-latest/components/spi_flash/esp32/ |
D | flash_vendor_caps.h | 15 * manually in Kconfig options.
|
/hal_espressif-latest/components/esp_rom/ |
D | Kconfig.projbuild | 1 orsource "./$IDF_TARGET//Kconfig.soc_caps.in"
|
D | README.md | 65 ├── Kconfig.projbuild
|
/hal_espressif-latest/components/esp_app_format/ |
D | Kconfig.projbuild | 26 bool "Get the project version from Kconfig"
|
/hal_espressif-latest/components/esp_hw_support/port/esp32/ |
D | esp_cpu_intr.c | 12 … has 3 interrupts dedicated to timers, we can use either timer0 or timer1 depending on the Kconfig, 128 …SYSTEM_CHECK_INT_LEVEL_4 is enabled, Bluetooth HLI is not enabled for sure (guaranteed by Kconfig),
|
/hal_espressif-latest/components/esp_psram/esp32s2/ |
D | Kconfig.spiram | 93 …source "$IDF_PATH/components/esp_psram/Kconfig.spiram.common" # insert non-chip-specific items …
|
/hal_espressif-latest/components/esp_psram/esp32s3/ |
D | Kconfig.spiram | 111 …source "$IDF_PATH/components/esp_psram/Kconfig.spiram.common" # insert non-chip-specific items …
|
/hal_espressif-latest/components/hal/ |
D | Kconfig | 12 by this Kconfig option.
|
/hal_espressif-latest/components/hal/platform_port/include/hal/ |
D | log.h | 10 …G0 application, `log` component is not available, thus its headers (`esp_log.h`) and Kconfig macros
|
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | crypto_ops.c | 57 …* These functions either call MbedTLS API's if CONFIG_CRYPTO_MBEDTLS flag is set through Kconfig, …
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | soc_caps.h | 29 * These defines are parsed and imported as kconfig variables via the script 33 * and generate the kconfig variables as part of the pre-commit hooks. 361 …* version from `Kconfig`, which is not possible while generating `Kconfig.soc_caps.in` from this h…
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/ |
D | esp_cpu_intr.c | 12 … has 3 interrupts dedicated to timers, we can use either timer0 or timer1 depending on the Kconfig,
|
12