chore: add eim_config.toml for reproducible build system
This commit is contained in:
@@ -0,0 +1,27 @@
|
|||||||
|
path = "/media/diingus/storage/espressif"
|
||||||
|
esp_idf_json_path = "/home/diingus/.espressif/tools"
|
||||||
|
tool_download_folder_name = "/home/diingus/.espressif/dist"
|
||||||
|
tool_install_folder_name = "/home/diingus/.espressif/tools"
|
||||||
|
target = ["esp32"]
|
||||||
|
idf_versions = ["v6.0"]
|
||||||
|
tools_json_file = "tools/tools.json"
|
||||||
|
config_file_save_path = "/home/diingus/repos/room-audio/eim_config.toml"
|
||||||
|
non_interactive = true
|
||||||
|
wizard_all_questions = false
|
||||||
|
mirror = "https://dl.espressif.com/github_assets"
|
||||||
|
idf_mirror = "https://github.com"
|
||||||
|
pypi_mirror = "https://pypi.org/simple"
|
||||||
|
recurse_submodules = true
|
||||||
|
install_all_prerequisites = false
|
||||||
|
skip_prerequisites_check = false
|
||||||
|
cleanup = false
|
||||||
|
python_env_folder_name = "python"
|
||||||
|
activation_script_path_override = "/home/diingus/.espressif/tools"
|
||||||
|
python_version_override = "python313"
|
||||||
|
create_bat_activation_script = false
|
||||||
|
|
||||||
|
[idf_features_per_version]
|
||||||
|
"v6.0" = ["core", "ci", "docs", "mcp", "ide", "test-specific"]
|
||||||
|
|
||||||
|
[idf_tools_per_version]
|
||||||
|
"v6.0" = ["xtensa-esp-elf-gdb", "xtensa-esp-elf", "esp-clang", "esp-clang-libs", "esp32ulp-elf", "openocd-esp32", "ninja", "esp-rom-elfs"]
|
||||||
Reference in New Issue
Block a user