Skip to content

Commit a83e992

Browse files
authored
Add support for ST NUCLEO L412RB-P (#512)
1 parent e871689 commit a83e992

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

boards/nucleo_l412rb_p.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"build": {
3+
"cpu": "cortex-m4",
4+
"extra_flags": "-DSTM32L412xx",
5+
"f_cpu": "80000000L",
6+
"mcu": "stm32l412rbt6p",
7+
"product_line": "STM32L412xx"
8+
},
9+
"debug": {
10+
"default_tools": [
11+
"stlink"
12+
],
13+
"jlink_device": "STM32L412RB",
14+
"onboard_tools": [
15+
"stlink"
16+
],
17+
"openocd_board": "st_nucleo_l4",
18+
"openocd_target": "stm32l4x",
19+
"svd_path": "STM32L4x2.svd"
20+
},
21+
"frameworks": [
22+
"cmsis",
23+
"stm32cube"
24+
],
25+
"name": "ST Nucleo L412RB-P",
26+
"upload": {
27+
"maximum_ram_size": 40960,
28+
"maximum_size": 131072,
29+
"protocol": "stlink",
30+
"protocols": [
31+
"jlink",
32+
"cmsis-dap",
33+
"stlink",
34+
"blackmagic",
35+
"mbed"
36+
]
37+
},
38+
"url": "https://www.st.com/en/evaluation-tools/nucleo-l412rb-p.html",
39+
"vendor": "ST"
40+
}

0 commit comments

Comments
 (0)