Add Marlin firmware. Has initial configuration for CoreXY and 1 servo.
Update CAD file with improved clearances for Pilot G2 cartridge clearances after first print.
This commit is contained in:
		@@ -0,0 +1,56 @@
 | 
			
		||||
{
 | 
			
		||||
  "build": {
 | 
			
		||||
    "core": "stm32",
 | 
			
		||||
    "cpu": "cortex-m7",
 | 
			
		||||
    "extra_flags": "-DSTM32H743xx",
 | 
			
		||||
    "f_cpu": "400000000L",
 | 
			
		||||
    "mcu": "stm32h743iit6",
 | 
			
		||||
    "variant": "MARLIN_BTT_SKR_SE_BX"
 | 
			
		||||
  },
 | 
			
		||||
  "debug": {
 | 
			
		||||
    "jlink_device": "STM32H743II",
 | 
			
		||||
    "openocd_target": "stm32h7x",
 | 
			
		||||
    "svd_path": "STM32H7x3.svd",
 | 
			
		||||
    "tools": {
 | 
			
		||||
      "stlink": {
 | 
			
		||||
        "server": {
 | 
			
		||||
          "arguments": [
 | 
			
		||||
            "-f",
 | 
			
		||||
            "scripts/interface/stlink.cfg",
 | 
			
		||||
            "-c",
 | 
			
		||||
            "transport select hla_swd",
 | 
			
		||||
            "-f",
 | 
			
		||||
            "scripts/target/stm32h7x.cfg",
 | 
			
		||||
            "-c",
 | 
			
		||||
            "reset_config none"
 | 
			
		||||
          ],
 | 
			
		||||
          "executable": "bin/openocd",
 | 
			
		||||
          "package": "tool-openocd"
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  "frameworks": [
 | 
			
		||||
    "arduino",
 | 
			
		||||
    "stm32cube"
 | 
			
		||||
  ],
 | 
			
		||||
  "name": "STM32H743II (1024k RAM. 2048k Flash)",
 | 
			
		||||
  "upload": {
 | 
			
		||||
    "disable_flushing": false,
 | 
			
		||||
    "maximum_ram_size": 1048576,
 | 
			
		||||
    "maximum_size": 2097152,
 | 
			
		||||
    "protocol": "stlink",
 | 
			
		||||
    "protocols": [
 | 
			
		||||
      "stlink",
 | 
			
		||||
      "dfu",
 | 
			
		||||
      "jlink",
 | 
			
		||||
      "cmsis-dap"
 | 
			
		||||
    ],
 | 
			
		||||
    "offset_address": "0x8020000",
 | 
			
		||||
    "require_upload_port": true,
 | 
			
		||||
    "use_1200bps_touch": false,
 | 
			
		||||
    "wait_for_upload_port": false
 | 
			
		||||
  },
 | 
			
		||||
  "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32h743ii.html",
 | 
			
		||||
  "vendor": "Generic"
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,46 @@
 | 
			
		||||
{
 | 
			
		||||
  "build": {
 | 
			
		||||
    "core": "stm32",
 | 
			
		||||
    "cpu": "cortex-m4",
 | 
			
		||||
    "extra_flags": "-DSTM32F4 -DSTM32F407xx -DSTM32F40_41xxx",
 | 
			
		||||
    "f_cpu": "168000000L",
 | 
			
		||||
    "hwids": [
 | 
			
		||||
      [
 | 
			
		||||
        "0x1EAF",
 | 
			
		||||
        "0x0003"
 | 
			
		||||
      ],
 | 
			
		||||
      [
 | 
			
		||||
        "0x0483",
 | 
			
		||||
        "0x3748"
 | 
			
		||||
      ]
 | 
			
		||||
    ],
 | 
			
		||||
    "mcu": "stm32f407vgt6",
 | 
			
		||||
    "variant": "MARLIN_BIGTREE_BTT002"
 | 
			
		||||
  },
 | 
			
		||||
  "debug": {
 | 
			
		||||
    "jlink_device": "STM32F407VG",
 | 
			
		||||
    "openocd_target": "stm32f4x",
 | 
			
		||||
    "svd_path": "STM32F40x.svd"
 | 
			
		||||
  },
 | 
			
		||||
  "frameworks": [
 | 
			
		||||
    "arduino"
 | 
			
		||||
  ],
 | 
			
		||||
  "name": "STM32F407VG (192k RAM. 1024k Flash)",
 | 
			
		||||
  "upload": {
 | 
			
		||||
    "disable_flushing": false,
 | 
			
		||||
    "maximum_ram_size": 131072,
 | 
			
		||||
    "maximum_size": 1048576,
 | 
			
		||||
    "protocol": "stlink",
 | 
			
		||||
    "protocols": [
 | 
			
		||||
      "stlink",
 | 
			
		||||
      "dfu",
 | 
			
		||||
      "jlink"
 | 
			
		||||
    ],
 | 
			
		||||
    "offset_address": "0x8008000",
 | 
			
		||||
    "require_upload_port": true,
 | 
			
		||||
    "use_1200bps_touch": false,
 | 
			
		||||
    "wait_for_upload_port": false
 | 
			
		||||
  },
 | 
			
		||||
  "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f407vg.html",
 | 
			
		||||
  "vendor": "Generic"
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,46 @@
 | 
			
		||||
{
 | 
			
		||||
  "build": {
 | 
			
		||||
    "core": "stm32",
 | 
			
		||||
    "cpu": "cortex-m4",
 | 
			
		||||
    "extra_flags": "-DSTM32F4 -DSTM32F407xx -DSTM32F40_41xxx",
 | 
			
		||||
    "f_cpu": "168000000L",
 | 
			
		||||
    "hwids": [
 | 
			
		||||
      [
 | 
			
		||||
        "0x1EAF",
 | 
			
		||||
        "0x0003"
 | 
			
		||||
      ],
 | 
			
		||||
      [
 | 
			
		||||
        "0x0483",
 | 
			
		||||
        "0x3748"
 | 
			
		||||
      ]
 | 
			
		||||
    ],
 | 
			
		||||
    "mcu": "stm32f407zgt6",
 | 
			
		||||
    "variant": "MARLIN_BIGTREE_GTR_V1"
 | 
			
		||||
  },
 | 
			
		||||
  "debug": {
 | 
			
		||||
    "jlink_device": "STM32F407ZG",
 | 
			
		||||
    "openocd_target": "stm32f4x",
 | 
			
		||||
    "svd_path": "STM32F40x.svd"
 | 
			
		||||
  },
 | 
			
		||||
  "frameworks": [
 | 
			
		||||
    "arduino"
 | 
			
		||||
  ],
 | 
			
		||||
  "name": "STM32F407ZG (192k RAM. 1024k Flash)",
 | 
			
		||||
  "upload": {
 | 
			
		||||
    "disable_flushing": false,
 | 
			
		||||
    "maximum_ram_size": 196608,
 | 
			
		||||
    "maximum_size": 1048576,
 | 
			
		||||
    "protocol": "stlink",
 | 
			
		||||
    "protocols": [
 | 
			
		||||
      "stlink",
 | 
			
		||||
      "dfu",
 | 
			
		||||
      "jlink"
 | 
			
		||||
    ],
 | 
			
		||||
    "offset_address": "0x8008000",
 | 
			
		||||
    "require_upload_port": true,
 | 
			
		||||
    "use_1200bps_touch": false,
 | 
			
		||||
    "wait_for_upload_port": false
 | 
			
		||||
  },
 | 
			
		||||
  "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f407zg.html",
 | 
			
		||||
  "vendor": "Generic"
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,35 @@
 | 
			
		||||
{
 | 
			
		||||
  "build": {
 | 
			
		||||
    "cpu": "cortex-m4",
 | 
			
		||||
    "extra_flags": "-DSTM32F446xx",
 | 
			
		||||
    "f_cpu": "180000000L",
 | 
			
		||||
    "mcu": "stm32f446zet6",
 | 
			
		||||
    "variant": "MARLIN_BIGTREE_OCTOPUS_V1"
 | 
			
		||||
  },
 | 
			
		||||
  "connectivity": [
 | 
			
		||||
    "can"
 | 
			
		||||
  ],
 | 
			
		||||
  "debug": {
 | 
			
		||||
    "jlink_device": "STM32F446ZE",
 | 
			
		||||
    "openocd_target": "stm32f4x",
 | 
			
		||||
    "svd_path": "STM32F446x.svd"
 | 
			
		||||
  },
 | 
			
		||||
  "frameworks": [
 | 
			
		||||
    "arduino",
 | 
			
		||||
    "stm32cube"
 | 
			
		||||
  ],
 | 
			
		||||
  "name": "STM32F446ZE (128k RAM. 512k Flash)",
 | 
			
		||||
  "upload": {
 | 
			
		||||
    "maximum_ram_size": 131072,
 | 
			
		||||
    "maximum_size": 524288,
 | 
			
		||||
    "protocol": "stlink",
 | 
			
		||||
    "protocols": [
 | 
			
		||||
      "jlink",
 | 
			
		||||
      "stlink",
 | 
			
		||||
      "blackmagic",
 | 
			
		||||
      "serial"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f446.html",
 | 
			
		||||
  "vendor": "Generic"
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,46 @@
 | 
			
		||||
{
 | 
			
		||||
  "build": {
 | 
			
		||||
    "core": "stm32",
 | 
			
		||||
    "cpu": "cortex-m4",
 | 
			
		||||
    "extra_flags": "-DSTM32F4 -DSTM32F407xx -DSTM32F40_41xxx",
 | 
			
		||||
    "f_cpu": "168000000L",
 | 
			
		||||
    "hwids": [
 | 
			
		||||
      [
 | 
			
		||||
        "0x1EAF",
 | 
			
		||||
        "0x0003"
 | 
			
		||||
      ],
 | 
			
		||||
      [
 | 
			
		||||
        "0x0483",
 | 
			
		||||
        "0x3748"
 | 
			
		||||
      ]
 | 
			
		||||
    ],
 | 
			
		||||
    "mcu": "stm32f407zgt6",
 | 
			
		||||
    "variant": "MARLIN_BIGTREE_SKR_PRO_11"
 | 
			
		||||
  },
 | 
			
		||||
  "debug": {
 | 
			
		||||
    "jlink_device": "STM32F407ZG",
 | 
			
		||||
    "openocd_target": "stm32f4x",
 | 
			
		||||
    "svd_path": "STM32F40x.svd"
 | 
			
		||||
  },
 | 
			
		||||
  "frameworks": [
 | 
			
		||||
    "arduino"
 | 
			
		||||
  ],
 | 
			
		||||
  "name": "STM32F407ZG (192k RAM. 1024k Flash)",
 | 
			
		||||
  "upload": {
 | 
			
		||||
    "disable_flushing": false,
 | 
			
		||||
    "maximum_ram_size": 196608,
 | 
			
		||||
    "maximum_size": 1048576,
 | 
			
		||||
    "protocol": "stlink",
 | 
			
		||||
    "protocols": [
 | 
			
		||||
      "stlink",
 | 
			
		||||
      "dfu",
 | 
			
		||||
      "jlink"
 | 
			
		||||
    ],
 | 
			
		||||
    "offset_address": "0x8008000",
 | 
			
		||||
    "require_upload_port": true,
 | 
			
		||||
    "use_1200bps_touch": false,
 | 
			
		||||
    "wait_for_upload_port": false
 | 
			
		||||
  },
 | 
			
		||||
  "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f407zg.html",
 | 
			
		||||
  "vendor": "Generic"
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,47 @@
 | 
			
		||||
{
 | 
			
		||||
  "build": {
 | 
			
		||||
    "core": "maple",
 | 
			
		||||
    "cpu": "cortex-m3",
 | 
			
		||||
    "extra_flags": "-DSTM32F103xE -DSTM32F1",
 | 
			
		||||
    "f_cpu": "72000000L",
 | 
			
		||||
    "hwids": [
 | 
			
		||||
      [
 | 
			
		||||
        "0x1EAF",
 | 
			
		||||
        "0x0003"
 | 
			
		||||
      ],
 | 
			
		||||
      [
 | 
			
		||||
        "0x1EAF",
 | 
			
		||||
        "0x0004"
 | 
			
		||||
      ]
 | 
			
		||||
    ],
 | 
			
		||||
    "mcu": "stm32f103zet6",
 | 
			
		||||
    "variant": "marlin_CHITU_F103"
 | 
			
		||||
  },
 | 
			
		||||
  "debug": {
 | 
			
		||||
    "jlink_device": "STM32F103ZE",
 | 
			
		||||
    "openocd_target": "stm32f1x",
 | 
			
		||||
    "svd_path": "STM32F103xx.svd"
 | 
			
		||||
  },
 | 
			
		||||
  "frameworks": [
 | 
			
		||||
    "arduino"
 | 
			
		||||
  ],
 | 
			
		||||
  "name": "CHITU STM32F103Z (64k RAM. 512k Flash)",
 | 
			
		||||
  "upload": {
 | 
			
		||||
    "disable_flushing": false,
 | 
			
		||||
    "maximum_ram_size": 60536,
 | 
			
		||||
    "maximum_size": 480288,
 | 
			
		||||
    "protocol": "stlink",
 | 
			
		||||
    "protocols": [
 | 
			
		||||
      "jlink",
 | 
			
		||||
      "stlink",
 | 
			
		||||
      "blackmagic",
 | 
			
		||||
      "serial",
 | 
			
		||||
      "dfu"
 | 
			
		||||
    ],
 | 
			
		||||
    "require_upload_port": true,
 | 
			
		||||
    "use_1200bps_touch": false,
 | 
			
		||||
    "wait_for_upload_port": false
 | 
			
		||||
  },
 | 
			
		||||
  "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f103ze.html",
 | 
			
		||||
  "vendor": "Generic"
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,66 @@
 | 
			
		||||
{
 | 
			
		||||
  "build": {
 | 
			
		||||
    "core": "stm32",
 | 
			
		||||
    "cpu": "cortex-m4",
 | 
			
		||||
    "extra_flags": "-DSTM32F401xx",
 | 
			
		||||
    "f_cpu": "84000000L",
 | 
			
		||||
    "hwids": [
 | 
			
		||||
      [
 | 
			
		||||
        "0x1EAF",
 | 
			
		||||
        "0x0003"
 | 
			
		||||
      ],
 | 
			
		||||
      [
 | 
			
		||||
        "0x0483",
 | 
			
		||||
        "0x3748"
 | 
			
		||||
      ]
 | 
			
		||||
    ],
 | 
			
		||||
    "ldscript": "stm32f401rc.ld",
 | 
			
		||||
    "mcu": "stm32f401rct6",
 | 
			
		||||
    "variant": "MARLIN_FYSETC_CHEETAH_V20"
 | 
			
		||||
  },
 | 
			
		||||
  "debug": {
 | 
			
		||||
    "jlink_device": "STM32F401RC",
 | 
			
		||||
    "openocd_target": "stm32f4x",
 | 
			
		||||
    "svd_path": "STM32F40x.svd",
 | 
			
		||||
    "tools": {
 | 
			
		||||
      "stlink": {
 | 
			
		||||
        "server": {
 | 
			
		||||
          "arguments": [
 | 
			
		||||
            "-f",
 | 
			
		||||
            "scripts/interface/stlink.cfg",
 | 
			
		||||
            "-c",
 | 
			
		||||
            "transport select hla_swd",
 | 
			
		||||
            "-f",
 | 
			
		||||
            "scripts/target/stm32f4x.cfg",
 | 
			
		||||
            "-c",
 | 
			
		||||
            "reset_config none"
 | 
			
		||||
          ],
 | 
			
		||||
          "executable": "bin/openocd",
 | 
			
		||||
          "package": "tool-openocd"
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  "frameworks": [
 | 
			
		||||
    "arduino",
 | 
			
		||||
    "stm32cube"
 | 
			
		||||
  ],
 | 
			
		||||
  "name": "STM32F401RC (64k RAM. 256k Flash)",
 | 
			
		||||
  "upload": {
 | 
			
		||||
    "disable_flushing": false,
 | 
			
		||||
    "maximum_ram_size": 65536,
 | 
			
		||||
    "maximum_size": 262144,
 | 
			
		||||
    "protocol": "stlink",
 | 
			
		||||
    "protocols": [
 | 
			
		||||
      "stlink",
 | 
			
		||||
      "dfu",
 | 
			
		||||
      "jlink"
 | 
			
		||||
    ],
 | 
			
		||||
	"offset_address": "0x800C000",
 | 
			
		||||
    "require_upload_port": true,
 | 
			
		||||
    "use_1200bps_touch": false,
 | 
			
		||||
    "wait_for_upload_port": false
 | 
			
		||||
  },
 | 
			
		||||
  "url": "https://www.fysetc.com",
 | 
			
		||||
  "vendor": "Generic"
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,53 @@
 | 
			
		||||
{
 | 
			
		||||
  "build": {
 | 
			
		||||
    "core": "maple",
 | 
			
		||||
    "cpu": "cortex-m3",
 | 
			
		||||
    "extra_flags": "-DSTM32F103xE -DSTM32F1",
 | 
			
		||||
    "f_cpu": "72000000L",
 | 
			
		||||
    "hwids": [
 | 
			
		||||
      [
 | 
			
		||||
        "0x1EAF",
 | 
			
		||||
        "0x0003"
 | 
			
		||||
      ],
 | 
			
		||||
      [
 | 
			
		||||
        "0x1EAF",
 | 
			
		||||
        "0x0004"
 | 
			
		||||
      ]
 | 
			
		||||
    ],
 | 
			
		||||
    "libopencm3": {
 | 
			
		||||
      "ldscript": "stm32f103xc.ld"
 | 
			
		||||
    },
 | 
			
		||||
    "mcu": "stm32f103rct6",
 | 
			
		||||
    "variant": "marlin_MEEB_3DP"
 | 
			
		||||
  },
 | 
			
		||||
  "debug": {
 | 
			
		||||
    "jlink_device": "STM32F103RC",
 | 
			
		||||
    "openocd_target": "stm32f1x",
 | 
			
		||||
    "svd_path": "STM32F103xx.svd"
 | 
			
		||||
  },
 | 
			
		||||
  "frameworks": [
 | 
			
		||||
    "arduino",
 | 
			
		||||
    "cmsis",
 | 
			
		||||
    "libopencm3",
 | 
			
		||||
    "stm32cube"
 | 
			
		||||
  ],
 | 
			
		||||
  "name": "3D Printer control board for MEEB with 512k flash/rs422 bus/tmc2208 drivers",
 | 
			
		||||
  "upload": {
 | 
			
		||||
    "disable_flushing": false,
 | 
			
		||||
    "maximum_ram_size": 49152,
 | 
			
		||||
    "maximum_size": 524288,
 | 
			
		||||
    "protocol": "dfu",
 | 
			
		||||
    "protocols": [
 | 
			
		||||
      "jlink",
 | 
			
		||||
      "stlink",
 | 
			
		||||
      "blackmagic",
 | 
			
		||||
      "serial",
 | 
			
		||||
      "dfu"
 | 
			
		||||
    ],
 | 
			
		||||
    "require_upload_port": true,
 | 
			
		||||
    "use_1200bps_touch": false,
 | 
			
		||||
    "wait_for_upload_port": false
 | 
			
		||||
  },
 | 
			
		||||
  "url": "https://github.com/ccrobot-online/MEEB_3DP",
 | 
			
		||||
  "vendor": "CCROBOT-ONLINE"
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,64 @@
 | 
			
		||||
{
 | 
			
		||||
  "build": {
 | 
			
		||||
    "core": "stm32",
 | 
			
		||||
    "cpu": "cortex-m4",
 | 
			
		||||
    "extra_flags": "-DSTM32F401xx",
 | 
			
		||||
    "f_cpu": "84000000L",
 | 
			
		||||
    "hwids": [
 | 
			
		||||
      [
 | 
			
		||||
        "0x1EAF",
 | 
			
		||||
        "0x0003"
 | 
			
		||||
      ],
 | 
			
		||||
      [
 | 
			
		||||
        "0x0483",
 | 
			
		||||
        "0x3748"
 | 
			
		||||
      ]
 | 
			
		||||
    ],
 | 
			
		||||
    "mcu": "stm32f401vet6",
 | 
			
		||||
    "variant": "MARLIN_STEVAL_F401VE"
 | 
			
		||||
  },
 | 
			
		||||
  "debug": {
 | 
			
		||||
    "jlink_device": "STM32F401VE",
 | 
			
		||||
    "openocd_target": "stm32f4x",
 | 
			
		||||
    "svd_path": "STM32F40x.svd",
 | 
			
		||||
    "tools": {
 | 
			
		||||
      "stlink": {
 | 
			
		||||
        "server": {
 | 
			
		||||
          "arguments": [
 | 
			
		||||
            "-f",
 | 
			
		||||
            "scripts/interface/stlink.cfg",
 | 
			
		||||
            "-c",
 | 
			
		||||
            "transport select hla_swd",
 | 
			
		||||
            "-f",
 | 
			
		||||
            "scripts/target/stm32f4x.cfg",
 | 
			
		||||
            "-c",
 | 
			
		||||
            "reset_config none"
 | 
			
		||||
          ],
 | 
			
		||||
          "executable": "bin/openocd",
 | 
			
		||||
          "package": "tool-openocd"
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  "frameworks": [
 | 
			
		||||
    "arduino",
 | 
			
		||||
    "stm32cube"
 | 
			
		||||
  ],
 | 
			
		||||
  "name": "STM32F401VE (96k RAM. 512k Flash)",
 | 
			
		||||
  "upload": {
 | 
			
		||||
    "disable_flushing": false,
 | 
			
		||||
    "maximum_ram_size": 98304,
 | 
			
		||||
    "maximum_size": 514288,
 | 
			
		||||
    "protocol": "stlink",
 | 
			
		||||
    "protocols": [
 | 
			
		||||
      "stlink",
 | 
			
		||||
      "dfu",
 | 
			
		||||
      "jlink"
 | 
			
		||||
    ],
 | 
			
		||||
    "require_upload_port": true,
 | 
			
		||||
    "use_1200bps_touch": false,
 | 
			
		||||
    "wait_for_upload_port": false
 | 
			
		||||
  },
 | 
			
		||||
  "url": "https://www.st.com/en/evaluation-tools/steval-3dp001v1.html",
 | 
			
		||||
  "vendor": "Generic"
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,56 @@
 | 
			
		||||
{
 | 
			
		||||
  "build": {
 | 
			
		||||
    "core": "stm32",
 | 
			
		||||
    "cpu": "cortex-m4",
 | 
			
		||||
    "extra_flags": "-DSTM32F407xx -DSTM32F4",
 | 
			
		||||
    "f_cpu": "168000000L",
 | 
			
		||||
    "hwids": [
 | 
			
		||||
      [
 | 
			
		||||
        "0x1EAF",
 | 
			
		||||
        "0x0003"
 | 
			
		||||
      ],
 | 
			
		||||
      [
 | 
			
		||||
        "0x0483",
 | 
			
		||||
        "0x3748"
 | 
			
		||||
      ]
 | 
			
		||||
    ],
 | 
			
		||||
    "mcu": "stm32f407vgt6",
 | 
			
		||||
    "product_line": "STM32F407xx",
 | 
			
		||||
    "variant": "Generic_F4x7Vx"
 | 
			
		||||
  },
 | 
			
		||||
  "debug": {
 | 
			
		||||
    "default_tools": [
 | 
			
		||||
      "stlink"
 | 
			
		||||
    ],
 | 
			
		||||
    "jlink_device": "STM32F407VG",
 | 
			
		||||
    "openocd_extra_args": [
 | 
			
		||||
      "-c",
 | 
			
		||||
      "reset_config none"
 | 
			
		||||
    ],
 | 
			
		||||
    "openocd_target": "stm32f4x",
 | 
			
		||||
    "svd_path": "STM32F40x.svd"
 | 
			
		||||
  },
 | 
			
		||||
  "frameworks": [
 | 
			
		||||
    "arduino",
 | 
			
		||||
    "cmsis",
 | 
			
		||||
    "stm32cube",
 | 
			
		||||
    "libopencm3"
 | 
			
		||||
  ],
 | 
			
		||||
  "name": "STM32F407VG (128k RAM, 64k CCM RAM, 1024k Flash",
 | 
			
		||||
  "upload": {
 | 
			
		||||
    "disable_flushing": false,
 | 
			
		||||
    "maximum_ram_size": 131072,
 | 
			
		||||
    "maximum_size": 1048576,
 | 
			
		||||
    "protocol": "stlink",
 | 
			
		||||
    "protocols": [
 | 
			
		||||
      "stlink",
 | 
			
		||||
      "dfu",
 | 
			
		||||
      "jlink"
 | 
			
		||||
    ],
 | 
			
		||||
    "require_upload_port": true,
 | 
			
		||||
    "use_1200bps_touch": false,
 | 
			
		||||
    "wait_for_upload_port": false
 | 
			
		||||
  },
 | 
			
		||||
  "url": "https://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32-high-performance-mcus/stm32f4-series/stm32f407-417/stm32f407vg.html",
 | 
			
		||||
  "vendor": "Generic"
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,63 @@
 | 
			
		||||
{
 | 
			
		||||
  "build": {
 | 
			
		||||
    "core": "stm32",
 | 
			
		||||
    "cpu": "cortex-m4",
 | 
			
		||||
    "extra_flags": "-DSTM32F407xx",
 | 
			
		||||
    "f_cpu": "168000000L",
 | 
			
		||||
    "hwids": [
 | 
			
		||||
      [
 | 
			
		||||
        "0x1EAF",
 | 
			
		||||
        "0x0003"
 | 
			
		||||
      ],
 | 
			
		||||
      [
 | 
			
		||||
        "0x0483",
 | 
			
		||||
        "0x3748"
 | 
			
		||||
      ]
 | 
			
		||||
    ],
 | 
			
		||||
    "mcu": "stm32f407zgt6"
 | 
			
		||||
  },
 | 
			
		||||
  "debug": {
 | 
			
		||||
    "jlink_device": "STM32F407ZG",
 | 
			
		||||
    "openocd_target": "stm32f4x",
 | 
			
		||||
    "svd_path": "STM32F40x.svd",
 | 
			
		||||
    "tools": {
 | 
			
		||||
      "stlink": {
 | 
			
		||||
        "server": {
 | 
			
		||||
          "arguments": [
 | 
			
		||||
            "-f",
 | 
			
		||||
            "scripts/interface/stlink.cfg",
 | 
			
		||||
            "-c",
 | 
			
		||||
            "transport select hla_swd",
 | 
			
		||||
            "-f",
 | 
			
		||||
            "scripts/target/stm32f4x.cfg",
 | 
			
		||||
            "-c",
 | 
			
		||||
            "reset_config none"
 | 
			
		||||
          ],
 | 
			
		||||
          "executable": "bin/openocd",
 | 
			
		||||
          "package": "tool-openocd"
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  "frameworks": [
 | 
			
		||||
    "arduino",
 | 
			
		||||
    "stm32cube"
 | 
			
		||||
  ],
 | 
			
		||||
  "name": "STM32F407ZGT6(192k RAM. 1024k Flash)",
 | 
			
		||||
  "upload": {
 | 
			
		||||
    "disable_flushing": false,
 | 
			
		||||
    "maximum_ram_size": 196608,
 | 
			
		||||
    "maximum_size": 1048576,
 | 
			
		||||
    "protocol": "stlink",
 | 
			
		||||
    "protocols": [
 | 
			
		||||
      "stlink",
 | 
			
		||||
      "dfu",
 | 
			
		||||
      "jlink"
 | 
			
		||||
    ],
 | 
			
		||||
    "require_upload_port": true,
 | 
			
		||||
    "use_1200bps_touch": false,
 | 
			
		||||
    "wait_for_upload_port": false
 | 
			
		||||
  },
 | 
			
		||||
  "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f407ZG.html",
 | 
			
		||||
  "vendor": "Generic"
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,59 @@
 | 
			
		||||
{
 | 
			
		||||
  "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"
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,21 @@
 | 
			
		||||
{
 | 
			
		||||
  "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"
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,64 @@
 | 
			
		||||
{
 | 
			
		||||
  "build": {
 | 
			
		||||
    "core": "stm32",
 | 
			
		||||
    "cpu": "cortex-m4",
 | 
			
		||||
    "extra_flags": "-DSTM32F407xx",
 | 
			
		||||
    "f_cpu": "168000000L",
 | 
			
		||||
    "hwids": [
 | 
			
		||||
      [
 | 
			
		||||
        "0x1EAF",
 | 
			
		||||
        "0x0003"
 | 
			
		||||
      ],
 | 
			
		||||
      [
 | 
			
		||||
        "0x0483",
 | 
			
		||||
        "0x3748"
 | 
			
		||||
      ]
 | 
			
		||||
    ],
 | 
			
		||||
    "mcu": "stm32f407vet6",
 | 
			
		||||
    "variant": "MARLIN_F407VE"
 | 
			
		||||
  },
 | 
			
		||||
  "debug": {
 | 
			
		||||
    "jlink_device": "STM32F407VE",
 | 
			
		||||
    "openocd_target": "stm32f4x",
 | 
			
		||||
    "svd_path": "STM32F40x.svd",
 | 
			
		||||
    "tools": {
 | 
			
		||||
      "stlink": {
 | 
			
		||||
        "server": {
 | 
			
		||||
          "arguments": [
 | 
			
		||||
            "-f",
 | 
			
		||||
            "scripts/interface/stlink.cfg",
 | 
			
		||||
            "-c",
 | 
			
		||||
            "transport select hla_swd",
 | 
			
		||||
            "-f",
 | 
			
		||||
            "scripts/target/stm32f4x.cfg",
 | 
			
		||||
            "-c",
 | 
			
		||||
            "reset_config none"
 | 
			
		||||
          ],
 | 
			
		||||
          "executable": "bin/openocd",
 | 
			
		||||
          "package": "tool-openocd"
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  "frameworks": [
 | 
			
		||||
    "arduino",
 | 
			
		||||
    "stm32cube"
 | 
			
		||||
  ],
 | 
			
		||||
  "name": "STM32F407VE (192k RAM. 512k Flash)",
 | 
			
		||||
  "upload": {
 | 
			
		||||
    "disable_flushing": false,
 | 
			
		||||
    "maximum_ram_size": 131072,
 | 
			
		||||
    "maximum_size": 514288,
 | 
			
		||||
    "protocol": "stlink",
 | 
			
		||||
    "protocols": [
 | 
			
		||||
      "stlink",
 | 
			
		||||
      "dfu",
 | 
			
		||||
      "jlink"
 | 
			
		||||
    ],
 | 
			
		||||
    "require_upload_port": true,
 | 
			
		||||
    "use_1200bps_touch": false,
 | 
			
		||||
    "wait_for_upload_port": false
 | 
			
		||||
  },
 | 
			
		||||
  "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f407ve.html",
 | 
			
		||||
  "vendor": "Generic"
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,35 @@
 | 
			
		||||
{
 | 
			
		||||
  "build": {
 | 
			
		||||
    "cpu": "cortex-m4",
 | 
			
		||||
    "extra_flags": "-DSTM32F446xx",
 | 
			
		||||
    "f_cpu": "180000000L",
 | 
			
		||||
    "mcu": "stm32f446ret6",
 | 
			
		||||
    "variant": "MARLIN_FYSETC_S6"
 | 
			
		||||
  },
 | 
			
		||||
  "connectivity": [
 | 
			
		||||
    "can"
 | 
			
		||||
  ],
 | 
			
		||||
  "debug": {
 | 
			
		||||
    "jlink_device": "STM32F446RE",
 | 
			
		||||
    "openocd_target": "stm32f4x",
 | 
			
		||||
    "svd_path": "STM32F446x.svd"
 | 
			
		||||
  },
 | 
			
		||||
  "frameworks": [
 | 
			
		||||
    "arduino",
 | 
			
		||||
    "stm32cube"
 | 
			
		||||
  ],
 | 
			
		||||
  "name": "3D Printer control board",
 | 
			
		||||
  "upload": {
 | 
			
		||||
    "maximum_ram_size": 131072,
 | 
			
		||||
    "maximum_size": 524288,
 | 
			
		||||
    "protocol": "stlink",
 | 
			
		||||
    "protocols": [
 | 
			
		||||
      "jlink",
 | 
			
		||||
      "stlink",
 | 
			
		||||
      "blackmagic",
 | 
			
		||||
      "serial"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f446.html",
 | 
			
		||||
  "vendor": "FYSETC"
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,35 @@
 | 
			
		||||
{
 | 
			
		||||
  "build": {
 | 
			
		||||
    "core": "maple",
 | 
			
		||||
    "cpu": "cortex-m3",
 | 
			
		||||
    "extra_flags": "-DARDUINO_GENERIC_STM32F103C -DMCU_STM32F103CB",
 | 
			
		||||
    "f_cpu": "72000000L",
 | 
			
		||||
    "hwids": [
 | 
			
		||||
        ["0x1EAF", "0x0003"],
 | 
			
		||||
        ["0x1EAF", "0x0004"]
 | 
			
		||||
    ],
 | 
			
		||||
    "ldscript": "jtagOffset.ld",
 | 
			
		||||
    "mcu": "stm32f103cb",
 | 
			
		||||
    "variant": "malyanM200",
 | 
			
		||||
    "vec_tab_addr": "0x8002000"
 | 
			
		||||
  },
 | 
			
		||||
  "debug": {
 | 
			
		||||
    "jlink_device": "STM32F103CB",
 | 
			
		||||
    "openocd_target": "stm32f1x",
 | 
			
		||||
    "svd_path": "STM32F103xx.svd"
 | 
			
		||||
  },
 | 
			
		||||
  "platform": "ststm32",
 | 
			
		||||
  "frameworks": ["arduino"],
 | 
			
		||||
  "name": "Malyan STM32F103CB (20k RAM. 128k Flash)",
 | 
			
		||||
  "upload": {
 | 
			
		||||
    "disable_flushing": false,
 | 
			
		||||
    "maximum_ram_size": 20480,
 | 
			
		||||
    "maximum_size": 131072,
 | 
			
		||||
    "protocol": "serial",
 | 
			
		||||
    "require_upload_port": true,
 | 
			
		||||
    "use_1200bps_touch": false,
 | 
			
		||||
    "wait_for_upload_port": false
 | 
			
		||||
  },
 | 
			
		||||
  "url": "https://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32f1-series/stm32f103/stm32f103cb.html",
 | 
			
		||||
  "vendor": "Generic"
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,41 @@
 | 
			
		||||
{
 | 
			
		||||
  "build": {
 | 
			
		||||
    "cpu": "cortex-m0",
 | 
			
		||||
    "extra_flags": "-DSTM32F070xB",
 | 
			
		||||
    "f_cpu": "48000000L",
 | 
			
		||||
    "mcu": "stm32f070rbt6",
 | 
			
		||||
    "variant": "MALYANMx00_F070CB",
 | 
			
		||||
    "vec_tab_addr": "0x8002000"
 | 
			
		||||
  },
 | 
			
		||||
  "debug": {
 | 
			
		||||
    "jlink_device": "STM32F070RB",
 | 
			
		||||
    "default_tools": [
 | 
			
		||||
      "stlink"
 | 
			
		||||
    ],
 | 
			
		||||
    "onboard_tools": [
 | 
			
		||||
      "stlink"
 | 
			
		||||
    ],
 | 
			
		||||
    "openocd_board": "st_nucleo_f0",
 | 
			
		||||
    "openocd_target": "stm32f0x"
 | 
			
		||||
  },
 | 
			
		||||
  "platform": "ststm32",
 | 
			
		||||
  "frameworks": [
 | 
			
		||||
    "mbed",
 | 
			
		||||
    "stm32cube",
 | 
			
		||||
    "arduino"
 | 
			
		||||
  ],
 | 
			
		||||
  "name": "Malyan M200 V2/Delta",
 | 
			
		||||
  "upload": {
 | 
			
		||||
    "maximum_ram_size": 16384,
 | 
			
		||||
    "maximum_size": 131072,
 | 
			
		||||
    "protocol": "mbed",
 | 
			
		||||
    "protocols": [
 | 
			
		||||
      "jlink",
 | 
			
		||||
      "stlink",
 | 
			
		||||
      "blackmagic",
 | 
			
		||||
      "mbed"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  "url": "https://developer.mbed.org/platforms/ST-Nucleo-F070RB/",
 | 
			
		||||
  "vendor": "Malyan"
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user