-
Notifications
You must be signed in to change notification settings - Fork 2
/
board.json
65 lines (65 loc) · 1.36 KB
/
board.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
55
56
57
58
59
60
61
62
63
64
65
{
"build": {
"core": "samd",
"cpu": "cortex-m0plus",
"board": "SAMD_ARANCINO",
"extra_flags": "-DARDUINO_SAMD_ZERO -DARDUINO_ARCH_SAMD -D__SAMD21G18A__",
"f_cpu": "48000000L",
"hwids": [
[
"0x2341",
"0x804d"
],
[
"0x2341",
"0x004d"
]
],
"ldscript": "flash_with_bootloader.ld",
"mcu": "samd21g18a",
"usb_product": "Arancino",
"variant": "arduino_zero"
},
"bootloader": {
"tool": "openocd",
"file": "zero/samd21_sam_ba.bin"
},
"connectivity": [
"ethernet",
"wifi"
],
"debug": {
"jlink_device": "ATSAMD21G18",
"openocd_chipname": "at91samd21g18",
"openocd_target": "at91samdXX",
"svd_path": "ATSAMD21G18A.svd"
},
"frameworks": [
"arduino"
],
"frameworks": ["arduino"],
"name": "Arancino",
"platform": "atmelsam",
"upload": {
"disable_flushing": true,
"maximum_ram_size": 32768,
"maximum_size": 262144,
"tool": "bossac",
"protocol": "sam-ba",
"protocols": [
"sam-ba",
"stk500v2",
"blackmagic",
"jlink",
"atmel-ice"
],
"require_upload_port": true,
"speed": 57600,
"use_1200bps_touch": true,
"via_ssh": true,
"wait_for_upload_port": true,
"native_usb": true
},
"url": "http://smartme.io/it/projects/arancino-cc-2/",
"vendor": "smartme.io"
}