forked from jappel/VersaMCU
Compare commits
1 commit
master
...
fix/versap
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0461f6565b |
1 changed files with 4 additions and 4 deletions
|
|
@ -7,12 +7,12 @@
|
||||||
"core": "arduino",
|
"core": "arduino",
|
||||||
"variant": "versapad",
|
"variant": "versapad",
|
||||||
"cpu": "cortex-m0plus",
|
"cpu": "cortex-m0plus",
|
||||||
"extra_flags": "-DARDUINO_SAMD_ZERO -DARM_MATH_CM0PLUS -D__SAMD21G18A__",
|
"extra_flags": "-DARDUINO_SAMD_ZERO -DARM_MATH_CM0PLUS -D__SAMD21G17D__",
|
||||||
"f_cpu": "48000000L",
|
"f_cpu": "48000000L",
|
||||||
"hwids": [
|
"hwids": [
|
||||||
["0x239A", "0x0011"]
|
["0x239A", "0x0011"]
|
||||||
],
|
],
|
||||||
"mcu": "samd21g18a",
|
"mcu": "samd21g17d",
|
||||||
"usb_product": "VersaPad v2",
|
"usb_product": "VersaPad v2",
|
||||||
"usb_manufacturer": "Custom"
|
"usb_manufacturer": "Custom"
|
||||||
},
|
},
|
||||||
|
|
@ -20,8 +20,8 @@
|
||||||
"frameworks": ["arduino"],
|
"frameworks": ["arduino"],
|
||||||
"name": "VersaPad v2 (USB bootloader)",
|
"name": "VersaPad v2 (USB bootloader)",
|
||||||
"upload": {
|
"upload": {
|
||||||
"maximum_ram_size": 32768,
|
"maximum_ram_size": 16384,
|
||||||
"maximum_size": 253952,
|
"maximum_size": 122880,
|
||||||
"disable_flushing": true,
|
"disable_flushing": true,
|
||||||
"native_usb": true,
|
"native_usb": true,
|
||||||
"offset": "0x2000",
|
"offset": "0x2000",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue