Skip to content
This repository has been archived by the owner on Feb 21, 2020. It is now read-only.

Commit

Permalink
update some others avr boards
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiotomasello committed Jul 10, 2015
1 parent 201cfd6 commit 5a1c6d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hardware/arduino/avr/opt/boards/0110.ethernet.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Arduino Ethernet",
"arch":"avr",
"enabled" : false,
"enabled" : true,
"upload": {
"protocol": "arduino",
"tool" : "avrdude",
Expand Down
2 changes: 1 addition & 1 deletion hardware/arduino/avr/opt/boards/0120.fio.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Arduino Fio",
"arch":"avr",
"enabled" : false,
"enabled" : true,
"upload": {
"tool" : "avrdude",
"protocol": "arduino",
Expand Down
2 changes: 1 addition & 1 deletion hardware/arduino/avr/opt/boards/0260.nano328.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Arduino Nano w/ ATmega328",
"arch":"avr",
"enabled" : false,
"enabled" : true,
"upload": {
"tool":"avrdude",
"protocol": "arduino",
Expand Down
2 changes: 1 addition & 1 deletion shared/revision
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"source" : "https://github.com/arduino-org/brackets-arduino/tree/0.0.2-alpha",
"changelog" : [
{"name" : "studio", "desc": "enabled extension manager."},
{"name" : "studio", "desc": "enabled avr boards: mega, mega adk, ethernet, fio, nano w/ 328."},
{"name" : "studio", "desc": "open blink example at first run."},
{"name" : "studio", "desc": "improve ui loading."},
{"name" : "studio", "desc": "serial monitor responsive ui."},
Expand All @@ -19,7 +20,6 @@
"message" : "",
"error" : ""
},

{
"version" : 1,
"hversion" : "0.0.1",
Expand Down

0 comments on commit 5a1c6d4

Please sign in to comment.