aboutsummaryrefslogtreecommitdiff
path: root/buildroot/share/PlatformIO/boards/marlin_fysetc_s6.json
blob: 286e46ffbd2029d2b5cb979cfa947366712ae036 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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"
}