P

PlatformIO

P
PlatformIO IDE v6.1.19

6.1.19

Added support for Python 3.14 Upgraded the Doctest testing framework to version 2.4.12, the GoogleTest to version 1.17.0, and the Unity to version 2.6.1, incorporating the latest features and improvements for enhanced testing capabilities Enhanced compatibility with the CCLS language server, improving integration with editors like Emacs, Sublime Text, and Vim (issue #5186) Improved error messages…

P
PlatformIO IDE v6.1.18

6.1.18

Resolved a regression issue that prevented PIO Home from opening external links (issue #5084)

P
PlatformIO IDE v6.1.17

6.1.17

Introduced the PLATFORMIO_RUN_JOBS environment variable, allowing manual override of the number of parallel build jobs (issue #5077) Added support for tar.xz tarball dependencies (pull #4974) Ensured that dependencies of private libraries are no longer unnecessarily re-installed, optimizing dependency management and reducing redundant operations (issue #4987) Resolved an issue where the compiledb…

P
PlatformIO IDE v6.1.16

6.1.16

Added support for Python 3.13 Introduced the PLATFORMIO_SYSTEM_TYPE environment variable, enabling manual override of the detected system type for greater flexibility and control in custom build environments Enhanced internet connection checks by falling back to HTTPS protocol when HTTP (port 80) fails (issue #4980) Upgraded the build engine to the latest version of SCons (4.8.1) to improve build…

P
PlatformIO IDE v6.1.15

6.1.15

Resolved an issue where the LDF couldn't locate a library dependency declared via version control system repository (issue #4885) Resolved an issue related to the inaccurate detection of the Clang compiler (pull #4897)

P
PlatformIO IDE v6.1.14

6.1.14

Introduced the --json-output option to the pio test command, enabling users to generate test results in the JSON format Upgraded the build engine to the latest version of SCons (4.7.0) to improve build performance, reliability, and compatibility with other tools and systems (release notes) Broadened version support for the pyelftools dependency, enabling compatibility with lower versions and facil…

P
PlatformIO IDE v6.1.13

6.1.13

Expanded support for SCons variables declared in the legacy format ${SCONS_VARNAME} (issue #4828)

P
PlatformIO IDE v6.1.12

6.1.12

Added support for Python 3.12 Introduced the capability to launch the debug server in a separate process (issue #4722) Introduced a warning during the verification of MCU maximum RAM usage, signaling when the allocated RAM surpasses 100% (issue #4791) Drastically enhanced the speed of project building when operating in verbose mode (issue #4783) Upgraded the build engine to the latest version of S…

P
PlatformIO IDE v6.1.11

6.1.11

Resolved a possible issue that may cause generated projects for PlatformIO IDE for VSCode to fail to launch a debug session because of a missing "objdump" binary when GDB is not part of the toolchain package Resolved a regression issue that resulted in the malfunction of the Memory Inspection feature within PIO Home

P
PlatformIO IDE v6.1.10

6.1.10

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…