Fix missing dependency (mbed framework) for Atmel SAM development platform // Resolve #487

This commit is contained in:
Ivan Kravets
2016-02-02 19:47:11 +02:00
parent 223a055e8b
commit 6c2df7d0e1
2 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,8 @@ PlatformIO 2.0
* Better integration of PlatformIO Builder with PlatformIO IDE Linter
* Fixed issue with removing temporary file while converting ``*.ino`` to
``*.cpp``
* Fixed missing dependency (mbed framework) for Atmel SAM development platform
(`issue #487 <https://github.com/platformio/platformio/issues/487>`_)
2.8.2 (2016-01-29)
~~~~~~~~~~~~~~~~~~

View File

@ -40,6 +40,10 @@ class AtmelsamPlatform(BasePlatform):
"alias": "framework"
},
"framework-mbed": {
"alias": "framework"
},
"tool-bossac": {
"alias": "uploader"
},