forked from platformio/platformio-core
This commit is contained in:
@ -4,6 +4,12 @@ Release Notes
|
|||||||
PlatformIO 2.0
|
PlatformIO 2.0
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
2.11.2 (2016-??-??)
|
||||||
|
~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* Fixed broken LD Script for Element14 chipKIT Pi board
|
||||||
|
(`issue #725 <https://github.com/platformio/platformio/issues/725>`_)
|
||||||
|
|
||||||
2.11.1 (2016-07-12)
|
2.11.1 (2016-07-12)
|
||||||
~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -119,7 +119,7 @@
|
|||||||
"core": "pic32",
|
"core": "pic32",
|
||||||
"extra_flags": "-D_BOARD_CHIPKIT_PI_",
|
"extra_flags": "-D_BOARD_CHIPKIT_PI_",
|
||||||
"f_cpu": "40000000L",
|
"f_cpu": "40000000L",
|
||||||
"ldscript": "cchipKIT-application-32MX250F128.ld",
|
"ldscript": "chipKIT-application-32MX250F128.ld",
|
||||||
"mcu": "32MX250F128B",
|
"mcu": "32MX250F128B",
|
||||||
"variant": "ChipKIT_Pi"
|
"variant": "ChipKIT_Pi"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user