Fix broken LD Script for Element14 chipKIT Pi board // Resolve #725 Resolve #726

This commit is contained in:
Ivan Kravets
2016-07-18 20:36:24 +03:00
parent 79a4a943dc
commit 7b8fb77250
2 changed files with 7 additions and 1 deletions

View File

@ -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)
~~~~~~~~~~~~~~~~~~~

View File

@ -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"
},