Searched refs:get_sdkconfig_value (Results 1 – 2 of 2) sorted by relevance
12 from idf_py_actions.tools import ensure_build_directory, get_sdkconfig_value, run_target, run_tool111 … 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…
52 return get_sdkconfig_value(path, 'CONFIG_IDF_TARGET')264 def get_sdkconfig_value(sdkconfig_file, key): function