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`.
60 lines
1.1 KiB
JSON
60 lines
1.1 KiB
JSON
{
|
|
"build": {
|
|
"core": "arduino",
|
|
"cpu": "cortex-m3",
|
|
"extra_flags": "-D__SAM3X8E__ -DARDUINO_ARCH_SAM -DARDUINO_SAM_DUE",
|
|
"f_cpu": "84000000L",
|
|
"hwids": [
|
|
[
|
|
"0x27B1",
|
|
"0x0001"
|
|
],
|
|
[
|
|
"0x2341",
|
|
"0x003E"
|
|
],
|
|
[
|
|
"0x2341",
|
|
"0x003D"
|
|
]
|
|
],
|
|
"ldscript": "linker_scripts/gcc/flash.ld",
|
|
"mcu": "at91sam3x8e",
|
|
"usb_product": "Archim",
|
|
"variant": "MARLIN_ARCHIM"
|
|
},
|
|
"connectivity": [
|
|
"can"
|
|
],
|
|
"debug": {
|
|
"jlink_device": "ATSAM3X8E",
|
|
"openocd_chipname": "at91sam3X8E",
|
|
"openocd_target": "at91sam3XXX",
|
|
"svd_path": "ATSAM3X8E.svd"
|
|
},
|
|
"frameworks": [
|
|
"arduino",
|
|
"simba"
|
|
],
|
|
"name": "Archim",
|
|
"upload": {
|
|
"disable_flushing": true,
|
|
"maximum_ram_size": 98304,
|
|
"maximum_size": 524288,
|
|
"native_usb": true,
|
|
"protocol": "sam-ba",
|
|
"protocols": [
|
|
"sam-ba",
|
|
"jlink",
|
|
"blackmagic",
|
|
"atmel-ice",
|
|
"stlink"
|
|
],
|
|
"require_upload_port": true,
|
|
"use_1200bps_touch": true,
|
|
"wait_for_upload_port": true
|
|
},
|
|
"url": "https://ultimachine.com",
|
|
"vendor": "UltiMachine"
|
|
}
|