-
Notifications
You must be signed in to change notification settings - Fork 1
/
arancinoMignon.json
executable file
·57 lines (57 loc) · 1.26 KB
/
arancinoMignon.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
{
"build": {
"arduino": {
"ldscript": "flash_with_bootloader.ld"
},
"core": "arduino",
"cpu": "cortex-m0plus",
"board": "SAMD_ARANCINO",
"extra_flags": "-DARDUINO_SAMD_ZERO -DARDUINO_ARCH_SAMD -D__SAMD21G18A__",
"f_cpu": "48000000L",
"hwids": [
[
"0x04D8",
"0xECD9"
]
],
"mcu": "samd21g18a",
"usb_product": "Arancino Mignon",
"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"],
"name": "Arancino Mignon",
"platform": "atmelsam",
"upload": {
"disable_flushing": true,
"maximum_ram_size": 32768,
"maximum_size": 262144,
"native_usb": true,
"offset_address": "0x2000",
"protocol": "sam-ba",
"protocols": [
"sam-ba",
"blackmagic",
"jlink",
"atmel-ice"
],
"require_upload_port": true,
"use_1200bps_touch": true,
"wait_for_upload_port": true
},
"url": "http://smartme.io/it/projects/arancino-cc-2/",
"vendor": "smartme.io"
}