We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a4a94 commit 7b8fb77Copy full SHA for 7b8fb77
HISTORY.rst
@@ -4,6 +4,12 @@ Release Notes
4
PlatformIO 2.0
5
--------------
6
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
13
2.11.1 (2016-07-12)
14
~~~~~~~~~~~~~~~~~~~
15
platformio/boards/microchippic32.json
@@ -119,7 +119,7 @@
119
"core": "pic32",
120
"extra_flags": "-D_BOARD_CHIPKIT_PI_",
121
"f_cpu": "40000000L",
122
- "ldscript": "cchipKIT-application-32MX250F128.ld",
+ "ldscript": "chipKIT-application-32MX250F128.ld",
123
"mcu": "32MX250F128B",
124
"variant": "ChipKIT_Pi"
125
},
0 commit comments