Skip to content

Update bundled tools #5863

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 8, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update bundled avr core version to 1.6.18
  • Loading branch information
facchinm authored and cmaglie committed Feb 8, 2017
commit 31f26cac70ba0de37b5827ea303773c31c067aaa
2 changes: 1 addition & 1 deletion hardware/arduino/avr/platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification

name=Arduino AVR Boards
version=1.6.17
version=1.6.18

# AVR compile variables
# ---------------------
Expand Down
2 changes: 1 addition & 1 deletion hardware/package_index_bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"name": "Arduino AVR Boards",
"architecture": "avr",
"version": "1.6.17",
"version": "1.6.18",
"category": "Arduino",
"help": {
"online": "http://www.arduino.cc/en/Reference/HomePage"
Expand Down