-
-
Notifications
You must be signed in to change notification settings - Fork 792
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feature/platformio-30
* develop: Update docs for Teensy USB Features // Issue #722 Implement Teensy 2.0 USB functionality (HID, SERIAL_HID, DISK, MIDI, etc.) // Resolve #722 Add support for Pinoccio Scout board // Resolve #52 Fix broken LD Script for Element14 chipKIT Pi board // Resolve #725 Resolve #726 Fix USB flags processing for teensy platform // Issue #722 Add Pinoccio board // Issue #52 Minor improvements for CLion docs Improved docs for integration with CLion IDE Version bump to 2.11.1 (issues #472, #629, #710, #711, #712, #713, #718) Typo fix Add "udev" rules for OpenOCD CMSIS-DAP adapters // Resolve #718 Update history Ignore "[platformio]" section from custom project configuration CI Bump to 2.11.1b1 Add Arduino M0 Pro and Tian to the examples // Issue #472 Fix issue when `pioenvs` folder doesn't exist Add more info about `.pioenvs` directory Improve CMSIS selection for SAMD21 boards Improve support for SAMD21 based boards Add contributing guidelines
- Loading branch information
Showing
14 changed files
with
239 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Contributing | ||
------------ | ||
|
||
To get started, <a href="https://www.clahub.com/agreements/platformio/platformio">sign the Contributor License Agreement</a>. | ||
|
||
1. Fork the repository on GitHub. | ||
2. Make a branch off of ``develop`` | ||
3. Run ``pip install tox`` | ||
4. Go to the root of project where is located ``tox.ini`` and run ``tox -e develop`` | ||
5. Activate current development environment: | ||
|
||
* Windows: ``.tox\develop\Scripts\activate`` | ||
* Bash/ZSH: ``source .tox/develop/bin/activate`` | ||
* Fish: ``source .tox/bin/activate.fish`` | ||
|
||
6. Make changes to code, documentation, etc. | ||
7. Lint source code ``tox -e lint`` | ||
8. Run the tests ``tox -e py27`` | ||
9. Build documentation ``tox -e docs`` (creates a directory _build under docs where you can find the html) | ||
10. Commit changes to your forked repository | ||
11. Submit a Pull Request on GitHub. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -185,27 +185,12 @@ For further details, please refer to `What is PlatformIO? <http://docs.platformi | |
Contributing | ||
------------ | ||
|
||
1. Fork the repository on GitHub. | ||
2. Make a branch off of ``develop`` | ||
3. Run ``pip install tox`` | ||
4. Go to the root of project where is located ``tox.ini`` and run ``tox -e develop`` | ||
5. Activate current development environment: | ||
|
||
* Windows: ``.tox\develop\Scripts\activate`` | ||
* Bash/ZSH: ``source .tox/develop/bin/activate`` | ||
* Fish: ``source .tox/bin/activate.fish`` | ||
|
||
6. Make changes to code, documentation, etc. | ||
7. Lint source code ``tox -e lint`` | ||
8. Run the tests ``tox -e py27`` | ||
9. Build documentation ``tox -e docs`` (creates a directory _build under docs where you can find the html) | ||
10. Commit changes to your forked repository | ||
11. Submit a Pull Request on GitHub. | ||
|
||
Licence | ||
See `contributing guidelines <https://github.com/platformio/platformio/blob/develop/CONTRIBUTING.md>`_. | ||
|
||
License | ||
------- | ||
|
||
Copyright 2014-2016 Ivan Kravets <[email protected]> | ||
|
||
The PlatformIO is licensed under the permissive Apache 2.0 licence, | ||
The PlatformIO is licensed under the permissive Apache 2.0 license, | ||
so you can use it in both commercial and personal projects with confidence. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule examples
updated
2 files
+10 −0 | atmelsam-and-arduino/arduino-external-libs/platformio.ini | |
+10 −0 | atmelsam-and-arduino/arduino-internal-libs/platformio.ini |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.