Skip to content

Commit d32bbfa

Browse files
authored
Enable Arduino for genericSTM32F407IGT6 (#844)
1 parent 4b5ff01 commit d32bbfa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

boards/genericSTM32F407IGT6.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
]
1616
],
1717
"mcu": "stm32f407igt6",
18-
"product_line": "STM32F407xx"
18+
"product_line": "STM32F407xx",
19+
"variant": "STM32F4xx/F407I(E-G)(H-T)_F417I(E-G)(H-T)"
1920
},
2021
"debug": {
2122
"default_tools": [
@@ -30,14 +31,15 @@
3031
"svd_path": "STM32F40x.svd"
3132
},
3233
"frameworks": [
34+
"arduino",
3335
"cmsis",
3436
"stm32cube",
3537
"libopencm3"
3638
],
3739
"name": "STM32F407IG (192k RAM. 1024k Flash)",
3840
"upload": {
3941
"disable_flushing": false,
40-
"maximum_ram_size": 196608,
42+
"maximum_ram_size": 131072,
4143
"maximum_size": 1048576,
4244
"protocol": "stlink",
4345
"protocols": [

0 commit comments

Comments
 (0)