makes GPIO_PIN_RST optional for the sx1276
[ExpressLRS.git] / src / boards / r9mx.json
blobb3a39ed7329321f5656b02878bc6fccf580d119f
2   "build": {
3     "core": "stm32",
4     "cpu": "cortex-m4",
5     "extra_flags": "-DSTM32L4xx -DSTM32L43x -DSTM32L433xx",
6     "f_cpu": "80000000L",
7     "ldscript": "variants/r9mx/ldscript.ld",
8     "mcu": "stm32l433cby6",
9     "product_line": "STM32L433xx",
10     "variants_dir": "variants",
11     "variant": "r9mx"
12   },
13   "debug": {
14     "default_tools": [
15       "stlink"
16     ],
17     "jlink_device": "STM32L433CB",
18     "onboard_tools": [
19       "stlink"
20     ],
21     "openocd_board": "st_nucleo_l4",
22     "svd_path": "STM32L4x3.svd"
23   },
24   "frameworks": [
25     "arduino",
26     "cmsis",
27     "mbed",
28     "stm32cube"
29   ],
30   "name": "FrSky R9MX receiver",
31   "upload": {
32     "maximum_ram_size": 65536,
33     "maximum_size": 98304,
34     "protocol": "custom",
35     "protocols": [
36       "jlink",
37       "stlink",
38       "blackmagic",
39       "mbed"
40     ]
41   },
42   "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32l433cb.html",
43   "vendor": "ST"