Open Issues Need Help
View All on GitHubEspressif 32: development platform for PlatformIO
Espressif 32: development platform for PlatformIO
AI Summary: The task is to debug a PlatformIO build failure on macOS for the Espressif32 platform version 6.12.0, specifically addressing an issue with the ESP-IDF framework and CMake configuration. The error involves a missing Git repository and an invalid interface version in the CMake build process. A temporary workaround exists, but a permanent solution is needed to resolve the build failure without disabling the component manager.
Espressif 32: development platform for PlatformIO
AI Summary: Resolve a compilation error encountered when compiling Unity unit tests with the `-Wpedantic` flag after upgrading the Espressif32 platform to version 6.12.0. The error stems from the use of the GCC extension `#include_next`, suggesting a potential incompatibility between the Unity testing framework and the updated platform's header file inclusion mechanism. The solution involves either disabling `-Wpedantic` specifically for unit tests or finding an alternative solution to address the header file inclusion conflict.
Espressif 32: development platform for PlatformIO