Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?A professional collaborative platform for embedded development
Release Notes
Integration with the new PlatformIO Trusted Registry
Enterprise-grade package storage with high availability (multi replicas)
Secure, fast, and reliable global content delivery network (CDN)
Universal support for all packages:
Built-in fine-grained access control (role-based, teams, organizations)
New CLI commands:
Integration with the new Account Management System
New Package Management System
Build System
Upgraded build engine to the SCons 4.0 - a next-generation software construction tool
New Custom Targets
Enable "cyclic reference" for GCC linker only for the embedded dev-platforms (issue #3570)
Automatically enable LDF dependency chain+ mode (evaluates C/C++ Preprocessor conditional syntax) for Arduino library when "library.property" has "depends" field (issue #3607)
Fixed an issue with improper processing of source files added via multiple Build Middlewares (issue #3531)
Fixed an issue with the
clean
target on Windows when project and build directories are located on different logical drives (issue #3542)Project Management
**
" (recursive) pattern for the different commands and configuration options (pio ci, src_filter, check_patterns, library.json > srcFilter). Python 3.5+ is required-e, --environment
option to pio project init command that helps to update a PlatformIO project using the existing environmentUnit Testing
Static Code Analysis
Updated analysis tools:
Added Cppcheck package for ARM-based single-board computers (issue #3559)
Fixed an issue with PIO Check when a defect with a multiline error message is not reported in verbose mode (issue #3631)
Miscellaneous