github platformio/platformio-core v5.2.0
5.2.0

latest releases: v6.1.16, v6.1.15, v6.1.14...
3 years ago
  • PlatformIO Debugging

  • Package Management

    • Improved a package publishing process:

      • Show package details
      • Check for conflicting names in the PlatformIO Trusted Registry
      • Check for duplicates and used version
      • Validate package manifest
    • Added a new option --non-interactive to pio package publish command

  • Build System

    • Process "precompiled" and "ldflags" properties of the "library.properties" manifest (issue #3994)
    • Upgraded build engine to the SCons 4.2 (release notes)
    • Fixed an issue with broken binary file extension when a custom PROGNAME contains dot symbols (issue #3906)
    • Fixed an issue when PlatformIO archives a library that does not contain C/C++ source files (issue #4019)
  • Static Code Analysis

    • Updated analysis tools:

      • Clang-Tidy v12.0.1 with new modules and extended checks list
      • Cppcheck v2.5.0 with improved code analysis and MISRA improvements
      • PVS-Studio v7.14 with support for intermodular analysis, improved MISRA support and new diagnostics
  • Miscellaneous

    • Ensure that a serial port is ready before running unit tests on a remote target (issue #3742)
    • Fixed an error "Unknown development platform" when running unit tests on a clean machine (issue #3901)
    • Fixed an issue when "main.cpp" was generated for a new project for 8-bit development platforms (issue #3872)

Don't miss a new platformio-core release

NewReleases is sending notifications on new releases.