-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheim_config.toml
More file actions
28 lines (26 loc) · 1.13 KB
/
Copy patheim_config.toml
File metadata and controls
28 lines (26 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
path = "/Users/danielsinclair/.espressif"
idf_path = "/Users/danielsinclair/.espressif/v6.0.1/esp-idf"
esp_idf_json_path = "/Users/danielsinclair/.espressif/tools"
tool_download_folder_name = "/Users/danielsinclair/.espressif/dist"
tool_install_folder_name = "/Users/danielsinclair/.espressif/tools"
target = ["all"]
idf_versions = ["v6.0.1"]
tools_json_file = "tools/tools.json"
config_file_save_path = "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 = true
skip_prerequisites_check = false
cleanup = false
python_env_folder_name = "python"
activation_script_path_override = "/Users/danielsinclair/.espressif/tools"
python_version_override = "python313"
create_bat_activation_script = false
[idf_features_per_version]
"v6.0.1" = ["core"]
[idf_tools_per_version]
"v6.0.1" = ["xtensa-esp-elf-gdb", "riscv32-esp-elf-gdb", "xtensa-esp-elf", "esp-clang", "esp-clang-libs", "riscv32-esp-elf", "esp32ulp-elf", "cmake", "openocd-esp32", "ninja", "esp-rom-elfs"]