-
Notifications
You must be signed in to change notification settings - Fork 111
/
sodaq_one.json
57 lines (57 loc) · 1.14 KB
/
sodaq_one.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": "sodaq",
"cpu": "cortex-m0plus",
"extra_flags": "-DVERY_LOW_POWER -D__SAMD21G18A__ -DARDUINO_SODAQ_ONE",
"f_cpu": "48000000L",
"hwids": [
[
"0x2341",
"0x804d"
],
[
"0x2341",
"0x004d"
]
],
"mcu": "samd21g18a",
"system": "samd",
"usb_product": "SODAQ ONE",
"variant": "sodaq_one"
},
"connectivity": [
"LoRa",
"GPS"
],
"debug": {
"jlink_device": "ATSAMD21G18",
"openocd_chipname": "at91samd21g18",
"openocd_target": "at91samdXX",
"svd_path": "ATSAMD21G18A.svd"
},
"frameworks": [
"arduino"
],
"name": "SODAQ ONE",
"upload": {
"disable_flushing": true,
"maximum_ram_size": 32768,
"maximum_size": 262144,
"native_usb": true,
"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://support.sodaq.com/sodaq-one/",
"vendor": "SODAQ"
}