Searched full:kconfig (Results 1 – 25 of 51) sorted by relevance
123
/hal_espressif-3.7.0/components/bt/ |
D | Kconfig | 58 source "$IDF_PATH/components/bt/host/bluedroid/Kconfig.in" 63 source "$IDF_PATH/components/bt/host/nimble/Kconfig.in" 68 source "$IDF_PATH/components/bt/controller/$IDF_TARGET/Kconfig.in" 81 source "$IDF_PATH/components/bt/esp_ble_mesh/Kconfig.in"
|
/hal_espressif-3.7.0/components/esp_wifi/ |
D | sdkconfig.rename | 4 # renaming of esp_wifi kconfig options 34 # renaming supplicant kconfig to esp_wifi kconfig
|
/hal_espressif-3.7.0/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"
|
/hal_espressif-3.7.0/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.
|
/hal_espressif-3.7.0/zephyr/port/include/ |
D | zephyr_compat.h | 8 * Compatibility header for translating Zephyr Kconfig options to ESP-IDF Kconfig options.
|
/hal_espressif-3.7.0/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" 172 orsource "./port/$IDF_TARGET/Kconfig.rtc"
|
/hal_espressif-3.7.0/components/esp_hw_support/test_apps/rtc_clk/main/ |
D | test_rtc_clk.c | 231 …printf("Test is started. Kconfig settings:\n External 32K crystal is selected,\n Oscillation cycle… in start_freq() 236 …printf("Test is started. Kconfig settings:\n Internal RC is selected,\n Oscillation cycles = %"PRI… in start_freq() 292 …printf("Test is started. Kconfig settings:\n External 32K crystal is selected,\n Oscillation cycle… 297 …printf("Test is started. Kconfig settings:\n Internal RC is selected,\n Oscillation cycles = %"PRI…
|
D | test_app_main.c | 37 // If heap tracing is enabled in kconfig, leak trace the test in setUp()
|
/hal_espressif-3.7.0/zephyr/scripts/blobs/ |
D | esp_genblobs.py | 23 kconfig: zephyr/Kconfig
|
/hal_espressif-3.7.0/components/bt/controller/esp32s3/ |
D | Kconfig.in | 1 source "$IDF_PATH/components/bt/controller/esp32c3/Kconfig.in"
|
/hal_espressif-3.7.0/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-3.7.0/components/esp_psram/ |
D | Kconfig | 5 orsource "./$IDF_TARGET/Kconfig.spiram"
|
/hal_espressif-3.7.0/zephyr/esp32/include/ |
D | sdkconfig.h | 2 * move to Kconfig and remove file
|
/hal_espressif-3.7.0/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-3.7.0/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-3.7.0/components/spi_flash/esp32/ |
D | flash_vendor_caps.h | 15 * manually in Kconfig options.
|
/hal_espressif-3.7.0/components/esp_rom/ |
D | Kconfig.projbuild | 1 orsource "./$IDF_TARGET//Kconfig.soc_caps.in"
|
/hal_espressif-3.7.0/components/esp_app_format/ |
D | Kconfig.projbuild | 26 bool "Get the project version from Kconfig"
|
/hal_espressif-3.7.0/components/esp_event/test_apps/main/ |
D | test_event_main.c | 37 // If heap tracing is enabled in kconfig, leak trace the test in setUp()
|
/hal_espressif-3.7.0/components/esp_hw_support/test_apps/esp_hw_support_unity_tests/main/ |
D | test_app_main.c | 41 // If heap tracing is enabled in kconfig, leak trace the test in setUp()
|
/hal_espressif-3.7.0/components/esp_hw_support/test_apps/security_support/esp_hw_support_unity_tests/main/ |
D | test_app_main.c | 41 // If heap tracing is enabled in kconfig, leak trace the test in setUp()
|
/hal_espressif-3.7.0/components/esp_psram/esp32s2/ |
D | Kconfig.spiram | 93 …source "$IDF_PATH/components/esp_psram/Kconfig.spiram.common" # insert non-chip-specific items …
|
/hal_espressif-3.7.0/components/esp_psram/esp32s3/ |
D | Kconfig.spiram | 111 …source "$IDF_PATH/components/esp_psram/Kconfig.spiram.common" # insert non-chip-specific items …
|
/hal_espressif-3.7.0/components/hal/ |
D | Kconfig | 12 by this Kconfig option.
|
/hal_espressif-3.7.0/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
|
123