idf-installer icon indicating copy to clipboard operation
idf-installer copied to clipboard

ESP IDF Windows Installer

Results 64 idf-installer issues
Sort by recently updated
recently updated
newest added

Update init command scripts and initialisers to enable support for spaces in PATH added to ESP-IDF by @igrr Update/add GitHub workflows in idf-installer to validate maximum amount of cases. Verify...

How to simulate: - set variable to the path with space ``` $env:CCACHE_DIR="C:\Users\User\Desktop\ccache with-space" idf.py build ``` Failure by the end of the build: ``` xtensa-esp32-elf-gcc.exe: error: C:\Users\User\Desktop\ccache: No such...

After installing Espressif-IDE v2.6.0 it is impossible to work with the product: 1. the process of downloading to Flash is not shown 2. if the volume loaded into Flash is...

CI job has hardcoded ESP-IDF version number on several places. Desired state: Use just tag to determine whole name of the artifact.

I was hoping to use ESP-IDF version 5.x in VisualGDB, mainly for the robust JTAG single step & breakpoint capabilities in Visual Studio. This error is occurring: ``` CMake Error...

WSL2 requires additional configuration for flashing: ``` cat /etc/udev/rules.d/20-usb.rules SUBSYSTEM=="tty", ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", MODE="0666", SYMLINK+="ttyESP%s{devpath}" ```

## Environment - Development Kit: N/A (custom) - Kit version (for WroverKit/PicoKit/DevKitC): N/A (custom) - Module or chip used: ESP32-C3-MINI-1 - IDF version: v4.4 - Build System: idf.py - Compiler...

Status: Opened

New version of signtool requires explicit specification of signing algorithm. Add /fd SHA256 Update sign tool detection algorithm to match https://github.com/espressif/esptool/blob/master/build_tools/Sign-File.ps1 - Support for Windows 2022.