You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
460 B
21 lines
460 B
{
|
|
"build": {
|
|
"core": "teensy",
|
|
"extra_flags": "-DTEENSY2PP -fsingle-precision-constant",
|
|
"f_cpu": "16000000L",
|
|
"mcu": "at90usb1286"
|
|
},
|
|
"frameworks": [
|
|
"arduino"
|
|
],
|
|
"platform": "teensy",
|
|
"name": "Atmel AT90USB1286 based",
|
|
"upload": {
|
|
"maximum_ram_size": 8192,
|
|
"maximum_size": 122880,
|
|
"require_upload_port": true,
|
|
"protocol": ""
|
|
},
|
|
"url": "https://github.com/MarlinFirmware/Marlin",
|
|
"vendor": "various"
|
|
}
|
|
|