- Resolved an issue that caused generated projects for PlatformIO IDE for VSCode to break when the
-iprefix
compiler flag was used - Resolved an issue encountered while utilizing the pio pkg exec command on the Windows platform to execute Python scripts from a package
- Implemented a crucial improvement to the pio run command, guaranteeing that the
monitor
target is not executed if any of the preceding targets, such asupload
, encounter failures - Cppcheck v2.11 with new checks, CLI commands and various analysis improvements
- Resolved a critical issue that arose on macOS ARM platforms due to the Python "requests" module, leading to a "ModuleNotFoundError: No module named 'chardet'" (issue #4702)