diff --git a/HISTORY.rst b/HISTORY.rst index 2663748b..bf969585 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,12 @@ Release Notes PlatformIO 2.0 -------------- +2.11.2 (2016-??-??) +~~~~~~~~~~~~~~~~~~~ + +* Fixed broken LD Script for Element14 chipKIT Pi board + (`issue #725 `_) + 2.11.1 (2016-07-12) ~~~~~~~~~~~~~~~~~~~ diff --git a/platformio/boards/microchippic32.json b/platformio/boards/microchippic32.json index 7090d97c..0b569c03 100644 --- a/platformio/boards/microchippic32.json +++ b/platformio/boards/microchippic32.json @@ -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" },