-
Notifications
You must be signed in to change notification settings - Fork 109
/
adafruit_hallowing.json
54 lines (54 loc) · 1.2 KB
/
adafruit_hallowing.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": {
"arduino": {
"ldscript": "flash_with_bootloader.ld"
},
"core": "adafruit",
"cpu": "cortex-m0plus",
"extra_flags": "-D__SAMD21G18A__ -DCRYSTALLESS -DARM_MATH_CM0PLUS -DARDUINO_SAMD_ZERO -DADAFRUIT_SAMD_HALLOWING",
"f_cpu": "48000000L",
"hwids": [
[
"0x239A",
"0xDEAD"
],
[
"0x239A",
"0xD1ED"
]
],
"mcu": "samd21g18a",
"system": "samd",
"usb_product": "Hallowing M0",
"variant": "hallowing_m0_express"
},
"debug": {
"jlink_device": "ATSAMD21G18",
"openocd_chipname": "at91samd21g18",
"openocd_target": "at91samdXX",
"svd_path": "ATSAMD21G18A.svd"
},
"frameworks": [
"arduino"
],
"name": "Adafruit Hallowing M0",
"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": "https://www.adafruit.com/product/3900",
"vendor": "Adafruit"
}