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>
)?PlatformIO Home 3.1:
PIO Check – automated code analysis without hassle:
Initial support for Project Manager CLI:
platformio project config --json-output
(issue #3335)platformio init
command to platformio project initGenerate compilation database "compile_commands.json" (issue #2990)
Control debug flags and optimization level with a new debug_build_flags option
Install a dev-platform with ALL declared packages using a new
--with-all-packages
option for pio platform install command (issue #3345)Added support for "pythonPackages" in platform.json manifest (PlatformIO Package Manager will install dependent Python packages from PyPi registry automatically when dev-platform is installed)
Handle project configuration (monitor, test, and upload options) for PIO Remote commands (issue #2591)
Added support for Arduino's library.properties
depends
field (issue #2781)Autodetect monitor port for boards with specified HWIDs (issue #3349)
Updated SCons tool to 3.1.2
Updated Unity tool to 2.5.0
Made package ManifestSchema compatible with marshmallow >= 3 (issue #3296)
Warn about broken library manifest when scanning dependencies (issue #3268)
Do not overwrite custom items in VSCode's "extensions.json" (issue #3374)
Fixed an issue when
env.BoardConfig()
does not work for custom boards in extra scripts of libraries (issue #3264)Fixed an issue with "start-group/end-group" linker flags on Native development platform (issue #3282)
Fixed default PIO Unified Debugger configuration for J-Link probe
Fixed an issue with LDF when header files not found if "libdeps_dir" is within a subdirectory of "lib_extra_dirs" (issue #3311)
Fixed an issue "Import of non-existent variable 'projenv''" when development platform does not call "env.BuildProgram()" (issue #3315)
Fixed an issue when invalid CLI command does not return non-zero exit code
Fixed an issue when Project Inspector crashes when flash use > 100% (issue #3368)
Fixed a "UnicodeDecodeError" when listing built-in libraries on macOS with Python 2.7 (issue #3370)
Fixed an issue with improperly handled compiler flags with space symbols in VSCode template (issue #3364)
Fixed an issue when no error is raised if referred parameter (interpolation) is missing in a project configuration file (issue #3279)