aboutsummaryrefslogtreecommitdiff
path: root/buildroot/share/PlatformIO/boards/fysetc_f6.json
blob: 2772f73a6539a1dc8d7716c1064fc05ff695c3f6 (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
{
  "build": {
    "core": "arduino",
    "extra_flags": "-DARDUINO_AVR_MEGA2560",
    "f_cpu": "16000000L",
    "hwids": [
      [
        "0x27b2",
        "0x0002"
      ]
    ],
    "mcu": "atmega2560",
    "variant": "fysetcf6"
  },
  "debug": {
    "simavr_target": "atmega2560",
    "avr-stub": {
      "speed": 115200
    }
  },
  "frameworks": [
    "arduino"
  ],
  "name": "FYSETC F6",
  "upload": {
    "maximum_ram_size": 8192,
    "maximum_size": 258048,
    "protocol": "wiring",
    "require_upload_port": true,
    "speed": 115200
  },
  "url": "https://www.fysetc.com/",
  "vendor": "FYSETC"
}