Initial commit
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"build": {
|
||||
"arduino": {
|
||||
"ldscript": "flash_with_bootloader.ld",
|
||||
"variant": "versapad"
|
||||
},
|
||||
"core": "arduino",
|
||||
"variant": "versapad",
|
||||
"cpu": "cortex-m0plus",
|
||||
"extra_flags": "-DARDUINO_SAMD_ZERO -DARM_MATH_CM0PLUS -D__SAMD21G18A__",
|
||||
"f_cpu": "48000000L",
|
||||
"hwids": [
|
||||
["0x239A", "0x0011"]
|
||||
],
|
||||
"mcu": "samd21g18a",
|
||||
"usb_product": "VersaPad v2",
|
||||
"usb_manufacturer": "Custom"
|
||||
},
|
||||
"connectivity": ["usb"],
|
||||
"frameworks": ["arduino"],
|
||||
"name": "VersaPad v2 (USB bootloader)",
|
||||
"upload": {
|
||||
"maximum_ram_size": 32768,
|
||||
"maximum_size": 253952,
|
||||
"disable_flushing": true,
|
||||
"native_usb": true,
|
||||
"offset": "0x2000",
|
||||
"protocol": "sam-ba",
|
||||
"require_upload_port": true,
|
||||
"use_1200bps_touch": true,
|
||||
"wait_for_upload_port": true
|
||||
},
|
||||
"url": "",
|
||||
"vendor": "Custom"
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"build": {
|
||||
"arduino": {
|
||||
"ldscript": "flash_without_bootloader.ld",
|
||||
"variant": "versapad"
|
||||
},
|
||||
"core": "arduino",
|
||||
"variant": "versapad",
|
||||
"cpu": "cortex-m0plus",
|
||||
"extra_flags": "-DARDUINO_SAMD_ZERO -DARM_MATH_CM0PLUS -D__SAMD21G18A__",
|
||||
"f_cpu": "48000000L",
|
||||
"hwids": [
|
||||
["0x239A", "0x0042"]
|
||||
],
|
||||
"mcu": "samd21g17d",
|
||||
"usb_product": "VersaPad v2"
|
||||
},
|
||||
"connectivity": ["usb"],
|
||||
"frameworks": ["arduino"],
|
||||
"name": "VersaPad v2 (Atmel-ICE, no bootloader)",
|
||||
"upload": {
|
||||
"maximum_ram_size": 16384,
|
||||
"maximum_size": 131072,
|
||||
"protocol": "atmel-ice",
|
||||
"require_upload_port": false,
|
||||
"use_1200bps_touch": false
|
||||
},
|
||||
"url": "",
|
||||
"vendor": "Custom"
|
||||
}
|
||||
Reference in New Issue
Block a user