8a24ff94d1
-normalize `env` and `board` to lowercase naming convention. -make board `name` follow descriptive convention. -implement `-fsingle-precision-constant` compile optimization per https://github.com/MarlinFirmware/Marlin/pull/11178#issuecomment-401673901 -fix typo in 5DPRINT entry.
21 lines
436 B
JSON
21 lines
436 B
JSON
{
|
|
"build": {
|
|
"core": "teensy",
|
|
"extra_flags": "-DTEENSY2PP -fsingle-precision-constant",
|
|
"f_cpu": "16000000L",
|
|
"mcu": "at90usb1286"
|
|
},
|
|
"frameworks": [
|
|
"arduino"
|
|
],
|
|
"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"
|
|
}
|