Skip to content

Commit b0da76d

Browse files
committed
move boards to new_boards in order to add to plugin
1 parent 61e036b commit b0da76d

File tree

2 files changed

+73
-69
lines changed

2 files changed

+73
-69
lines changed

generator/boards.json

+1-69
Original file line numberDiff line numberDiff line change
@@ -3,76 +3,8 @@
33
"moduleName": "WINC1500",
44
"versions": ["19.4.4", "19.5.2", "19.5.4", "19.6.1"]
55
},
6-
"arduino:samd:mkrwifi1010": {
7-
"moduleName": "NINA",
8-
"versions": [
9-
"1.0.0",
10-
"1.1.0",
11-
"1.2.1",
12-
"1.2.2",
13-
"1.2.3",
14-
"1.2.4",
15-
"1.3.0",
16-
"1.4.0",
17-
"1.4.1",
18-
"1.4.2",
19-
"1.4.3",
20-
"1.4.4",
21-
"1.4.5",
22-
"1.4.6",
23-
"1.4.7",
24-
"1.4.8",
25-
"1.5.0"
26-
]
27-
},
28-
"arduino:samd:nano_33_iot": {
29-
"moduleName": "NINA",
30-
"versions": [
31-
"1.0.0",
32-
"1.1.0",
33-
"1.2.1",
34-
"1.2.2",
35-
"1.2.3",
36-
"1.2.4",
37-
"1.3.0",
38-
"1.4.0",
39-
"1.4.1",
40-
"1.4.2",
41-
"1.4.3",
42-
"1.4.4",
43-
"1.4.5",
44-
"1.4.6",
45-
"1.4.7",
46-
"1.4.8",
47-
"1.5.0"
48-
]
49-
},
506
"arduino:samd:mkrvidor4000": {
517
"moduleName": "NINA",
528
"versions": ["1.0.0", "1.1.0"]
53-
},
54-
"arduino:megaavr:uno2018": {
55-
"moduleName": "NINA",
56-
"versions": [
57-
"1.2.1",
58-
"1.2.2",
59-
"1.2.3",
60-
"1.2.4",
61-
"1.3.0",
62-
"1.4.0",
63-
"1.4.1",
64-
"1.4.2",
65-
"1.4.3",
66-
"1.4.4",
67-
"1.4.5",
68-
"1.4.6",
69-
"1.4.7",
70-
"1.4.8",
71-
"1.5.0"
72-
]
73-
},
74-
"arduino:mbed_nano:nanorp2040connect": {
75-
"moduleName": "NINA",
76-
"versions": ["1.4.5", "1.4.6", "1.4.7", "1.4.8", "1.5.0"]
779
}
78-
}
10+
}

generator/new_boards.json

+72
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,77 @@
33
"moduleName": "ESP32-S3",
44
"versions": ["0.1.0", "0.2.0", "0.2.1"],
55
"name": "Arduino UNO R4 WiFi"
6+
},
7+
"arduino:samd:mkrwifi1010": {
8+
"moduleName": "NINA",
9+
"versions": [
10+
"1.0.0",
11+
"1.1.0",
12+
"1.2.1",
13+
"1.2.2",
14+
"1.2.3",
15+
"1.2.4",
16+
"1.3.0",
17+
"1.4.0",
18+
"1.4.1",
19+
"1.4.2",
20+
"1.4.3",
21+
"1.4.4",
22+
"1.4.5",
23+
"1.4.6",
24+
"1.4.7",
25+
"1.4.8",
26+
"1.5.0"
27+
],
28+
"name": "Arduino MKR WiFi 1010"
29+
},
30+
"arduino:samd:nano_33_iot": {
31+
"moduleName": "NINA",
32+
"versions": [
33+
"1.0.0",
34+
"1.1.0",
35+
"1.2.1",
36+
"1.2.2",
37+
"1.2.3",
38+
"1.2.4",
39+
"1.3.0",
40+
"1.4.0",
41+
"1.4.1",
42+
"1.4.2",
43+
"1.4.3",
44+
"1.4.4",
45+
"1.4.5",
46+
"1.4.6",
47+
"1.4.7",
48+
"1.4.8",
49+
"1.5.0"
50+
],
51+
"name": "Arduino NANO 33 IoT"
52+
},
53+
"arduino:megaavr:uno2018": {
54+
"moduleName": "NINA",
55+
"versions": [
56+
"1.2.1",
57+
"1.2.2",
58+
"1.2.3",
59+
"1.2.4",
60+
"1.3.0",
61+
"1.4.0",
62+
"1.4.1",
63+
"1.4.2",
64+
"1.4.3",
65+
"1.4.4",
66+
"1.4.5",
67+
"1.4.6",
68+
"1.4.7",
69+
"1.4.8",
70+
"1.5.0"
71+
],
72+
"name": "Arduino Uno WiFi Rev2"
73+
},
74+
"arduino:mbed_nano:nanorp2040connect": {
75+
"moduleName": "NINA",
76+
"versions": ["1.4.5", "1.4.6", "1.4.7", "1.4.8", "1.5.0"],
77+
"name": "Arduino Nano RP2040 Connect"
678
}
779
}

0 commit comments

Comments
 (0)