makes GPIO_PIN_RST optional for the sx1276
[ExpressLRS.git] / src / boards / l432kb.json
blob74ef1e71f302116adb96baa4b94ffe1b157de210
2   "build": {
3     "cpu": "cortex-m4",
4     "extra_flags": "-DSTM32L432xx",
5     "f_cpu": "80000000L",
6     "mcu": "stm32l432kbu6",
7     "product_line": "STM32L432xx",
8     "ldscript": "ldscript.ld",
9     "variants_dir": "variants",
10     "variant": "L432K"
11   },
12   "debug": {
13     "default_tools": [
14       "stlink"
15     ],
16     "jlink_device": "STM32L432KB",
17     "onboard_tools": [
18       "stlink"
19     ],
20     "openocd_target": "stm32l4x",
21     "svd_path": "STM32L4x2.svd"
22   },
23   "frameworks": [
24     "arduino",
25     "cmsis",
26     "stm32cube"
27   ],
28   "name": "CCG ExLRS 2.4G Nano RX",
29   "upload": {
30     "maximum_ram_size": 65536,
31     "maximum_size": 131072,
32     "protocol": "stlink",
33     "protocols": [
34       "jlink",
35       "stlink",
36       "blackmagic",
37       "mbed"
38     ]
39   },
40   "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32l432kb.html",
41   "vendor": "ST"