Jeremy Billheimer
Jeremy Billheimer
Update: I switched to semihosting only, and that does work on the telnet port 4444 and the console. So, something is specifically wrong with SWV. I can live with semihosting,...
- compote version: 1.4.1 - There is a dependencies.lock, see attached (with .txt added for Github). The versions are pinned so there shouldn't be any need to go out to...
Yes, it is in managed_components. No changes to target or IDF version, when I filed this report. However, I am now experimenting with v5.2. I will update if this issue...
So, to work around all of this, would it not make more sense to just directly copy the MDNS source into my project, and get rid of the component manager...
Ok, so you can't just manually include the MDNS source in your project, even after also adding the Kconfig to get the #defines for the configuration. It will still break...
How to fix the build: Add: component_compile_options(-Wno-error=format= -Wno-format) to CMakeLists.txt. Add the component Kconfig to the project root to get the #defines and menuconfig. I can confirm that moving the...
Same here. Kicad 6. This should not be on the official plugin list if it doesn't work.
In my case, it was with a 4 layer stackup. The vias are for GND, and I have GND fills on layers 1, 3, and 4. Layer 2 is a...
To get the build to work, you can rename the 5.1 to 5.3 in .espressif. However, then esptool.py will fail, because the 5.3 esptool is looking for the 5.1 Python....
Hi, I run install.sh in a clean terminal. I do not have any env vars set. My build scripts set up clean environments each time. The IDF simply installs the...