makes GPIO_PIN_RST optional for the sx1276
[ExpressLRS.git] / src / boards / GHOST_TX.json
blob801b73910c96ab8f9b58d987ef8a168fcf459c90
2   "build": {
3     "core": "stm32",
4     "cpu": "cortex-m4",
5     "extra_flags": "-DSTM32F3 -DSTM32F303xC -DBLACKPILL_F303CC",
6     "f_cpu": "72000000L",
7         "ldscript": "ldscript.ld",
8     "mcu": "stm32f303cct6",
9     "product_line": "STM32F303xC",
10         "variants_dir": "variants",
11     "variant": "GHOST_TX"
12   },
13   "connectivity": [
14     "can"
15   ],
16   "debug": {
17     "jlink_device": "STM32F303CC",
18     "openocd_target": "stm32f3x",
19     "svd_path": "STM32F30x.svd"
20   },
21   "frameworks": [
22     "arduino",
23     "cmsis",
24     "stm32cube",
25     "libopencm3"
26   ],
27   "name": "GHOST TX",
28   "upload": {
29     "maximum_ram_size": 40960,
30     "maximum_size": 245760,
31     "protocol": "stlink",
32     "protocols": [
33       "jlink",
34       "stlink",
35       "blackmagic"
36     ]
37   },
38   "url": "https://www.immersionrc.com/fpv-products/ghost/",
39   "vendor": "ImmersionRC"