Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

platformio 3.6.1 #33483

Closed
wants to merge 1 commit into from
Closed

platformio 3.6.1 #33483

wants to merge 1 commit into from

Conversation

ivankravets
Copy link
Contributor

  • Have you followed the guidelines for contributing?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing brew install <formula>)?

  • Generate an include and test directories with a README file when initializing a new project
  • Support in-line comments for multi-line value (lib_deps, build_flags, etc) in “platformio.ini” (Project Configuration File)
  • Added $PROJECT_HASH template variable for build_dir. One of the use cases is setting a global storage for project artifacts using PLATFORMIO_BUILD_DIR system environment variable. For example, /tmp/pio-build/$PROJECT_HASH (Unix) or %TEMP%/pio-build/$PROJECT_HASH (Windows)
  • Improved a loading speed of PIO Home "Recent News"
  • Improved PIO Unified Debugger for "mbed" framework and fixed issue with missed local variables
  • Introduced "Release" and "Debug" Build Configurations
  • Build project in "Debug Mode" including debugging information with a new debug target using platformio run command or targets option in platformio.ini. The last option allows avoiding project rebuilding between "Run/Debug" modes. (issue #1833)
  • Process build_unflags for the cloned environment when building a static library
  • Report on outdated 99-platformio-udev.rules (issue #1823)
  • Show a valid error when the Internet is off-line while initializing a new project (issue #1784)
  • Do not re-create ".gitignore" and ".travis.yml" files if they were removed from a project
  • Fixed an issue when dynamic build flags were not handled correctly (issue #1799)
  • Fixed an issue when pio run -t monitor always uses the first monitor_port even with multiple environments (issue #1841)
  • Fixed an issue with broken includes when generating .clang_complete and space is used in a path (issue #1873)
  • Fixed an issue with incorrect handling of a custom package name when using platformio lib install or platformio platform install commands

@fxcoudert
Copy link
Member

Thanks @ivankravets

@fxcoudert fxcoudert closed this in 806a7a9 Oct 29, 2018
@lock lock bot added the outdated PR was locked due to age label Nov 28, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Nov 28, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated PR was locked due to age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants