makes GPIO_PIN_RST optional for the sx1276
[ExpressLRS.git] / src / boards / FM30.json
blobd02ecb9ea4636f7256d5f0bca8121a63023a5642
2     "comment": "STM32F103C8 definition for use with 16MHz crystal (DIV2 prescaler)",
3     "build": {
4       "core": "stm32",
5       "extra_flags": "-DSTM32F103xB",
6       "cpu": "cortex-m3",
7       "f_cpu": "72000000L",
8       "ldscript": "variants/FM30/ldscript.ld",
9       "mcu": "stm32f103c8t6",
10       "variants_dir": "variants",
11       "variant": "FM30"
12     },
13     "debug": {
14       "default_tools": [
15         "stlink"
16       ],
17       "jlink_device": "STM32F103C8",
18       "openocd_extra_args": [
19         "-c",
20         "reset_config none"
21       ],
22       "openocd_target": "stm32f1x",
23       "svd_path": "STM32F103xx.svd"
24     },
25     "frameworks": [
26       "arduino",
27       "mbed",
28       "cmsis",
29       "libopencm3",
30       "stm32cube"
31     ],
32     "name": "FM30",
33     "upload": {
34       "maximum_ram_size": 20480,
35       "maximum_size": 65536,
36       "protocol": "stlink",
37       "protocols": [
38         "jlink",
39         "cmsis-dap",
40         "stlink",
41         "blackmagic",
42         "mbed",
43         "dfu"
44       ]
45     },
46     "url": "http://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32f1-series/stm32f103/stm32f103c8.html",
47     "vendor": "Generic"