forked from ExpressLRS/ExpressLRS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathr9mx.json
More file actions
44 lines (44 loc) · 932 Bytes
/
r9mx.json
File metadata and controls
44 lines (44 loc) · 932 Bytes
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
35
36
37
38
39
40
41
42
43
44
{
"build": {
"core": "stm32",
"cpu": "cortex-m4",
"extra_flags": "-DSTM32L4xx -DSTM32L43x -DSTM32L433xx",
"f_cpu": "80000000L",
"ldscript": "variants/r9mx/ldscript.ld",
"mcu": "stm32l433cby6",
"product_line": "STM32L433xx",
"variants_dir": "variants",
"variant": "r9mx"
},
"debug": {
"default_tools": [
"stlink"
],
"jlink_device": "STM32L433CB",
"onboard_tools": [
"stlink"
],
"openocd_board": "st_nucleo_l4",
"svd_path": "STM32L4x3.svd"
},
"frameworks": [
"arduino",
"cmsis",
"mbed",
"stm32cube"
],
"name": "FrSky R9MX receiver",
"upload": {
"maximum_ram_size": 65536,
"maximum_size": 98304,
"protocol": "custom",
"protocols": [
"jlink",
"stlink",
"blackmagic",
"mbed"
]
},
"url": "https://www.st.com/en/microcontrollers-microprocessors/stm32l433cb.html",
"vendor": "ST"
}