forked from platformio/platform-ststm32
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdisco_f746ng.json
36 lines (36 loc) · 843 Bytes
/
disco_f746ng.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"build": {
"cpu": "cortex-m7",
"extra_flags": "-DSTM32F746xx",
"f_cpu": "216000000L",
"mcu": "stm32f746ngh6"
},
"connectivity": [
"can",
"ethernet"
],
"frameworks": [
"mbed",
"stm32cube"
],
"name": "ST 32F746GDISCOVERY",
"upload": {
"maximum_ram_size": 327680,
"maximum_size": 1048576,
"protocol": "stlink"
},
"debug": {
"tools": {
"stlink-v2-1": {
"server": {
"package": "tool-openocd",
"executable": "bin/openocd",
"arguments": ["-f", "scripts/board/stm32f7discovery.cfg"]
},
"onboard": true
}
}
},
"url": "http://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-eval-tools/stm32-mcu-eval-tools/stm32-mcu-discovery-kits/32f746gdiscovery.html",
"vendor": "ST"
}