mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Fix missing dependency (mbed framework) for Atmel SAM development platform // Resolve #487
This commit is contained in:
@ -10,6 +10,8 @@ PlatformIO 2.0
|
|||||||
* Better integration of PlatformIO Builder with PlatformIO IDE Linter
|
* Better integration of PlatformIO Builder with PlatformIO IDE Linter
|
||||||
* Fixed issue with removing temporary file while converting ``*.ino`` to
|
* Fixed issue with removing temporary file while converting ``*.ino`` to
|
||||||
``*.cpp``
|
``*.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)
|
2.8.2 (2016-01-29)
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
@ -40,6 +40,10 @@ class AtmelsamPlatform(BasePlatform):
|
|||||||
"alias": "framework"
|
"alias": "framework"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"framework-mbed": {
|
||||||
|
"alias": "framework"
|
||||||
|
},
|
||||||
|
|
||||||
"tool-bossac": {
|
"tool-bossac": {
|
||||||
"alias": "uploader"
|
"alias": "uploader"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user