We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d9bba8 + 1c429b9 commit 15ce6b6Copy full SHA for 15ce6b6
builder/main.py
@@ -28,7 +28,7 @@
28
RANLIB="pic32-ranlib",
29
SIZETOOL="pic32-size",
30
31
- ARFLAGS=["rcs"],
+ ARFLAGS=["rc"],
32
33
ASFLAGS=[
34
"-g1",
platform.json
@@ -12,7 +12,7 @@
12
"type": "git",
13
"url": "https://github.com/platformio/platform-microchippic32.git"
14
},
15
- "version": "1.4.0",
+ "version": "1.4.1",
16
"packageRepositories": [
17
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
18
"http://dl.platformio.org/packages/manifest.json"
0 commit comments