Skip to content

Commit 1fd188f

Browse files
committed
Enable Arduino for Nucleo F410RB and Nucleo L412RB-P
1 parent 6c402b9 commit 1fd188f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

boards/nucleo_f410rb.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"extra_flags": "-DSTM32F4 -DSTM32F410Rx",
55
"f_cpu": "100000000L",
66
"mcu": "stm32f410rbt6",
7-
"product_line": "STM32F410Rx"
7+
"product_line": "STM32F410Rx",
8+
"variant": "STM32F4xx/F410R(8-B)(I-T)"
89
},
910
"debug": {
1011
"default_tools": [
@@ -19,6 +20,7 @@
1920
"svd_path": "STM32F41x.svd"
2021
},
2122
"frameworks": [
23+
"arduino",
2224
"cmsis",
2325
"stm32cube",
2426
"libopencm3",

boards/nucleo_l412rb_p.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"extra_flags": "-DSTM32L4 -DSTM32L412xx",
55
"f_cpu": "80000000L",
66
"mcu": "stm32l412rbt6p",
7-
"product_line": "STM32L412xx"
7+
"product_line": "STM32L412xx",
8+
"variant": "STM32L4xx/L412RB(I-T)xP"
89
},
910
"debug": {
1011
"default_tools": [
@@ -19,6 +20,7 @@
1920
"svd_path": "STM32L412.svd"
2021
},
2122
"frameworks": [
23+
"arduino",
2224
"cmsis",
2325
"stm32cube",
2426
"zephyr"

0 commit comments

Comments
 (0)