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

Commit 5a1c6d4

Browse files
update some others avr boards
1 parent 201cfd6 commit 5a1c6d4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

hardware/arduino/avr/opt/boards/0110.ethernet.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Arduino Ethernet",
33
"arch":"avr",
4-
"enabled" : false,
4+
"enabled" : true,
55
"upload": {
66
"protocol": "arduino",
77
"tool" : "avrdude",

hardware/arduino/avr/opt/boards/0120.fio.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Arduino Fio",
33
"arch":"avr",
4-
"enabled" : false,
4+
"enabled" : true,
55
"upload": {
66
"tool" : "avrdude",
77
"protocol": "arduino",

hardware/arduino/avr/opt/boards/0260.nano328.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Arduino Nano w/ ATmega328",
33
"arch":"avr",
4-
"enabled" : false,
4+
"enabled" : true,
55
"upload": {
66
"tool":"avrdude",
77
"protocol": "arduino",

shared/revision

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"source" : "https://github.com/arduino-org/brackets-arduino/tree/0.0.2-alpha",
1010
"changelog" : [
1111
{"name" : "studio", "desc": "enabled extension manager."},
12+
{"name" : "studio", "desc": "enabled avr boards: mega, mega adk, ethernet, fio, nano w/ 328."},
1213
{"name" : "studio", "desc": "open blink example at first run."},
1314
{"name" : "studio", "desc": "improve ui loading."},
1415
{"name" : "studio", "desc": "serial monitor responsive ui."},
@@ -19,7 +20,6 @@
1920
"message" : "",
2021
"error" : ""
2122
},
22-
2323
{
2424
"version" : 1,
2525
"hversion" : "0.0.1",

0 commit comments

Comments
 (0)