Skip to content

Commit 77319ce

Browse files
authored
Add board support for SparkFun MicroMod F405 (#688)
1 parent a060925 commit 77319ce

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

boards/sparkfun_micromod_f405.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"variant_h": "variant_MICROMOD_F405.h"
5+
},
6+
"core": "stm32",
7+
"cpu": "cortex-m4",
8+
"extra_flags": "-DSTM32F405xx",
9+
"f_cpu": "168000000L",
10+
"framework_extra_flags": {
11+
"arduino": "-DCUSTOM_PERIPHERAL_PINS -DARDUINO_MICROMOD_F405"
12+
},
13+
"mcu": "stm32f405rgt6",
14+
"product_line": "STM32F405xx",
15+
"variant": "STM32F4xx/F405RGT_F415RGT",
16+
"zephyr": {
17+
"variant": "sparkfun_micromod_stm32f405"
18+
}
19+
},
20+
"debug": {
21+
"jlink_device": "STM32F405RG",
22+
"openocd_target": "stm32f4x",
23+
"svd_path": "STM32F40x.svd"
24+
},
25+
"frameworks": [
26+
"arduino",
27+
"cmsis",
28+
"stm32cube",
29+
"libopencm3",
30+
"zephyr"
31+
],
32+
"name": "SparkFun MicroMod STM32F405",
33+
"upload": {
34+
"maximum_ram_size": 131072,
35+
"maximum_size": 1048576,
36+
"protocol": "stlink",
37+
"protocols": [
38+
"dfu",
39+
"serial",
40+
"jlink",
41+
"stlink",
42+
"blackmagic"
43+
]
44+
},
45+
"url": "https://www.sparkfun.com/products/17713",
46+
"vendor": "SparkFun"
47+
}

0 commit comments

Comments
 (0)