mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
This commit is contained in:
@ -4,6 +4,12 @@ Release Notes
|
||||
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)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
@ -119,7 +119,7 @@
|
||||
"core": "pic32",
|
||||
"extra_flags": "-D_BOARD_CHIPKIT_PI_",
|
||||
"f_cpu": "40000000L",
|
||||
"ldscript": "cchipKIT-application-32MX250F128.ld",
|
||||
"ldscript": "chipKIT-application-32MX250F128.ld",
|
||||
"mcu": "32MX250F128B",
|
||||
"variant": "ChipKIT_Pi"
|
||||
},
|
||||
|
Reference in New Issue
Block a user