- make-uefi-iso.sh: UEFI ISO image builder - test_boot.S, test_boot.ld: test boot assembly and linker script - eim_config.toml: EIM (External Interface Module) configuration - edk2-ovmf RPM for UEFI firmware - GAP_ANALYSIS_PIKEOS_PARITY.md: PikeOS parity gap analysis
28 lines
1.1 KiB
TOML
28 lines
1.1 KiB
TOML
path = "/home/fabiorafaelcoutada/.espressif"
|
|
idf_path = "/home/fabiorafaelcoutada/.espressif/v6.0.2/esp-idf"
|
|
esp_idf_json_path = "/home/fabiorafaelcoutada/.espressif/tools"
|
|
tool_download_folder_name = "/home/fabiorafaelcoutada/.espressif/dist"
|
|
tool_install_folder_name = "/home/fabiorafaelcoutada/.espressif/tools"
|
|
target = ["all"]
|
|
idf_versions = ["v6.0.2"]
|
|
tools_json_file = "tools/tools.json"
|
|
config_file_save_path = "eim_config.toml"
|
|
non_interactive = true
|
|
wizard_all_questions = false
|
|
mirror = "https://github.com"
|
|
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 = "/home/fabiorafaelcoutada/.espressif/tools"
|
|
python_version_override = "python313"
|
|
create_bat_activation_script = false
|
|
|
|
[idf_features_per_version]
|
|
"v6.0.2" = ["core"]
|
|
|
|
[idf_tools_per_version]
|
|
"v6.0.2" = ["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"]
|