Skip to content

Commit

Permalink
Merge branch 'release/v2.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed May 25, 2017
2 parents eff92c7 + 9281690 commit 1e4cc94
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions boards/IBMEthernetKit.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"-f", "scripts/target/kx.cfg"
]
},
"preload": true,
"onboard": true
}
}
Expand Down
1 change: 1 addition & 0 deletions boards/frdm_k20d50m.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"-f", "scripts/target/kx.cfg"
]
},
"preload": true,
"onboard": true
}
}
Expand Down
1 change: 1 addition & 0 deletions boards/frdm_k22f.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"-f", "scripts/target/kx.cfg"
]
},
"preload": true,
"onboard": true
}
}
Expand Down
1 change: 1 addition & 0 deletions boards/frdm_k64f.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"-f", "scripts/target/kx.cfg"
]
},
"preload": true,
"onboard": true
}
}
Expand Down
1 change: 1 addition & 0 deletions boards/frdm_kl05z.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"-f", "scripts/target/klx.cfg"
]
},
"preload": true,
"onboard": true
}
}
Expand Down
1 change: 1 addition & 0 deletions boards/frdm_kl25z.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"-f", "scripts/target/kl25.cfg"
]
},
"preload": true,
"onboard": true
}
}
Expand Down
1 change: 1 addition & 0 deletions boards/frdm_kl26z.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"-f", "scripts/target/klx.cfg"
]
},
"preload": true,
"onboard": true
}
}
Expand Down
1 change: 1 addition & 0 deletions boards/frdm_kl27z.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"-f", "scripts/target/klx.cfg"
]
},
"preload": true,
"onboard": true
}
}
Expand Down
1 change: 1 addition & 0 deletions boards/frdm_kl43z.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"-f", "scripts/target/klx.cfg"
]
},
"preload": true,
"onboard": true
}
}
Expand Down
1 change: 1 addition & 0 deletions boards/frdm_kl46z.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"-f", "scripts/target/kl46.cfg"
]
},
"preload": true,
"onboard": true
}
}
Expand Down
3 changes: 2 additions & 1 deletion boards/hexiwear.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"-c", "set CHIPNAME k64",
"-f", "scripts/target/kx.cfg"
]
}
},
"preload": true
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-freescalekinetis.git"
},
"version": "2.0.0",
"version": "2.1.0",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"https://sourceforge.net/projects/platformio-storage/files/packages/manifest.json/download",
Expand All @@ -32,7 +32,7 @@
"framework-mbed": {
"type": "framework",
"optional": true,
"version": "~3.137.0"
"version": "~3.142.0"
},
"tool-openocd": {
"type": "debugger",
Expand Down

0 comments on commit 1e4cc94

Please sign in to comment.