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 5.0.0 #60601

Closed
wants to merge 1 commit into from
Closed

platformio 5.0.0 #60601

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?
  • Is your test running fine brew test <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>)?

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:

      • Libraries
      • Development platforms
      • Toolchains
    • Built-in fine-grained access control (role-based, teams, organizations)

    • New CLI commands:

      • pio package – manage packages in the registry
      • pio access – manage package access for users, teams, and maintainers
  • Integration with the new Account Management System

  • New Package Management System

    • Integrated PlatformIO Core with the new PlatformIO Registry
    • Support for owner-based dependency declaration (resolves name conflicts) (issue #1824)
    • Automatically save dependencies to "platformio.ini" when installing using PlatformIO CLI (issue #2964)
    • Follow SemVer complaint version constraints when checking library updates issue #1281)
    • Dropped support for "packageRepositories" section in "platform.json" manifest (please publish packages directly to the registry)
  • Build System

  • Project Management

    • Added support for "globstar/**" (recursive) pattern for the different commands and configuration options (pio ci, src_filter, check_patterns, library.json > srcFilter). Python 3.5+ is required
    • Added a new -e, --environment option to pio project init command that helps to update a PlatformIO project using the existing environment
    • Dump build system data intended for IDE extensions/plugins using a new pio project data command
    • Do not generate ".travis.yml" for a new project, let the user have a choice
  • Unit Testing

    • Updated PIO Unit Testing support for Mbed framework and added compatibility with Mbed OS 6
    • Fixed an issue when running multiple test environments (issue #3523)
    • Fixed an issue when Unit Testing engine fails with a custom project configuration file (issue #3583)
  • Static Code Analysis

    • Updated analysis tools:

      • Cppcheck v2.1 with a new "soundy" analysis option and improved code parser
      • PVS-Studio v7.09 with a new file list analysis mode and an extended list of analysis diagnostics
    • 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

@BrewTestBot BrewTestBot added the python Python use is a significant feature of the PR or issue label Sep 3, 2020
Copy link
Member

@SMillerDev SMillerDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @ivankravets ! Without contributions like yours it'd be impossible to keep homebrew going with the high standards that users have come to expect from the project. You can feel good knowing that you've made the world a tiny bit better for homebrew users around the world! 👍 🎉

@BrewTestBot
Copy link
Member

🤖 A scheduled task has triggered a merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Python use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants