Home
last modified time | relevance | path

Searched refs:get_sdkconfig_value (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/tools/idf_py_actions/
Dserial_ext.py12 from idf_py_actions.tools import ensure_build_directory, get_sdkconfig_value, run_target, run_tool
111 … coredump_decode = get_sdkconfig_value(project_desc['config_file'], 'CONFIG_ESP_COREDUMP_DECODE')
115 …target_arch_riscv = get_sdkconfig_value(project_desc['config_file'], 'CONFIG_IDF_TARGET_ARCH_RISCV…
Dtools.py52 return get_sdkconfig_value(path, 'CONFIG_IDF_TARGET')
264 def get_sdkconfig_value(sdkconfig_file, key): function