Skip to content

Commit 7b8fb77

Browse files
committed
Fix broken LD Script for Element14 chipKIT Pi board // Resolve #725 Resolve #726
1 parent 79a4a94 commit 7b8fb77

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Release Notes
44
PlatformIO 2.0
55
--------------
66

7+
2.11.2 (2016-??-??)
8+
~~~~~~~~~~~~~~~~~~~
9+
10+
* Fixed broken LD Script for Element14 chipKIT Pi board
11+
(`issue #725 <https://github.com/platformio/platformio/issues/725>`_)
12+
713
2.11.1 (2016-07-12)
814
~~~~~~~~~~~~~~~~~~~
915

platformio/boards/microchippic32.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"core": "pic32",
120120
"extra_flags": "-D_BOARD_CHIPKIT_PI_",
121121
"f_cpu": "40000000L",
122-
"ldscript": "cchipKIT-application-32MX250F128.ld",
122+
"ldscript": "chipKIT-application-32MX250F128.ld",
123123
"mcu": "32MX250F128B",
124124
"variant": "ChipKIT_Pi"
125125
},

0 commit comments

Comments
 (0)