From 7b8fb77250decbb2baf15c0a07cfe18a836e898c Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 18 Jul 2016 20:36:24 +0300 Subject: [PATCH] Fix broken LD Script for Element14 chipKIT Pi board // Resolve #725 Resolve #726 --- HISTORY.rst | 6 ++++++ platformio/boards/microchippic32.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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" },