ee016e605c
* Consolidate variant scripts * Rename Marlin-local boards * Simplify variants where possible * Rename variants * CHITU_F103 and MEEB_3DP: Maple platform `platformio-build-stm32f1.py` uses the 'board' name, not 'board_build.variant' so folder names match 'board' and not `board_build.variant`.
22 lines
460 B
JSON
22 lines
460 B
JSON
{
|
|
"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"
|
|
}
|