-
-
Notifications
You must be signed in to change notification settings - Fork 106
/
Copy pathuno.json
54 lines (54 loc) · 973 Bytes
/
uno.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"build": {
"core": "arduino",
"extra_flags": "-DARDUINO_AVR_UNO",
"f_cpu": "16000000L",
"hwids": [
[
"0x2341",
"0x0043"
],
[
"0x2341",
"0x0001"
],
[
"0x2341",
"0x0243"
],
[
"0x2A03",
"0x0043"
]
],
"mcu": "atmega328p",
"variant": "standard"
},
"bootloader": {
"efuse": "0xFD",
"file": "optiboot/optiboot_atmega328.hex",
"hfuse": "0xDE",
"lock_bits": "0x0F",
"lfuse": "0xFF",
"unlock_bits": "0x3F"
},
"debug": {
"simavr_target": "atmega328p",
"avr-stub": {
"speed": 115200
}
},
"frameworks": [
"arduino"
],
"name": "Arduino Uno",
"upload": {
"maximum_ram_size": 2048,
"maximum_size": 32256,
"protocol": "arduino",
"require_upload_port": true,
"speed": 115200
},
"url": "https://www.arduino.cc/en/Main/ArduinoBoardUno",
"vendor": "Arduino"
}