Juraj Michálek
Juraj Michálek
Scenario: - build a project with activated ESP-IDF from master (5.0) - the build fails with error: ``` The following warnings were emitted during compilation: warning: esp-idf version (5.0.0) not...
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...
Closes #118 Closes #67
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...
CI job has hardcoded ESP-IDF version number on several places. Desired state: Use just tag to determine whole name of the artifact.
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}" ```
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.
Installer is calling idf_tools.py to detect whether the tool supports specification of target. In Windows 11 the Window with the command does not close automatically (it should not be visible...
``` eclipse.buildId=4.20.0.I20210611-1600 java.version=16.0.1 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US Framework arguments: -product org.eclipse.epp.package.cpp.product Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.cpp.product com.espressif.idf.core Info Tue Aug 03...