Skip to content

Commit b8c4ff4

Browse files
authored
Add support for NUCLEO-G491RE board (#852)
1 parent 131c1fe commit b8c4ff4

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

boards/nucleo_g491re.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"build": {
3+
"core": "stm32",
4+
"cpu": "cortex-m4",
5+
"extra_flags": "-DSTM32G4 -DSTM32G4xx -DSTM32G491xx",
6+
"f_cpu": "170000000L",
7+
"mcu": "stm32g491ret6",
8+
"product_line": "STM32G491xx",
9+
"variant": "STM32G491RE"
10+
},
11+
"connectivity": [
12+
"can"
13+
],
14+
"debug": {
15+
"default_tools": [
16+
"stlink"
17+
],
18+
"jlink_device": "STM32G491RE",
19+
"onboard_tools": [
20+
"stlink"
21+
],
22+
"openocd_target": "stm32g4x",
23+
"svd_path": "STM32G491xx.svd"
24+
},
25+
"frameworks": [
26+
"stm32cube"
27+
],
28+
"name": "Nucleo G491RE",
29+
"upload": {
30+
"maximum_ram_size": 114688,
31+
"maximum_size": 524288,
32+
"protocol": "stlink",
33+
"protocols": [
34+
"stlink",
35+
"jlink",
36+
"cmsis-dap",
37+
"blackmagic",
38+
"mbed"
39+
]
40+
},
41+
"url": "https://www.st.com/en/evaluation-tools/nucleo-g491re.html",
42+
"vendor": "ST"
43+
}

0 commit comments

Comments
 (0)