-
Notifications
You must be signed in to change notification settings - Fork 0
/
samd20e18.json
39 lines (39 loc) · 922 Bytes
/
samd20e18.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
{
"build": {
"arduino": {
"ldscript": "flash_without_bootloader.ld"
},
"core": "samd20",
"cpu": "cortex-m0plus",
"extra_flags": "-DARDUINO_ARCH_SAMD -D__SAMD20E18__ -DCRYSTALLESS",
"f_cpu": "48000000L",
"mcu": "samd20e18a",
"variant": "samd20e18"
},
"debug": {
"jlink_device": "ATSAMD20E18",
"openocd_chipname": "at91samd20e18",
"openocd_target": "at91samdXX",
"svd_path": "ATSAMD20E18A.svd"
},
"frameworks": [
"arduino"
],
"name": "ATSAMD20E18",
"upload": {
"disable_flushing": true,
"maximum_ram_size": 32768,
"maximum_size": 262144,
"native_usb": true,
"offset_address": "0x2000",
"protocol": "sam-ba",
"protocols": [
"blackmagic"
],
"require_upload_port": true,
"use_1200bps_touch": true,
"wait_for_upload_port": true
},
"url": "https://www.microchip.com/",
"vendor": "microchip.com"
}