This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
stm32f4_discovery.json
109 lines (109 loc) · 3.34 KB
/
stm32f4_discovery.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"menu-platform": {
"config-name": "STM32",
"menu-stm32": {
"config-device": "STM32F407VG",
"config-console": "USART3",
"menu-clock": {
"config-source": "HSE",
"config-speed": "8000000"
},
"menu-timer": {
"config-source": "systick",
"config-freq": "50",
"config-owner": "user"
},
"menu-uart": {
"table-uart": [
"USART3",
"USART2"
],
"menu-USART3": {
"config-baud": 115200
},
"menu-USART2": {
"config-baud": 9600
}
},
"menu-pins": {
"table-pins": [
"PD8",
"PD9",
"PD12",
"PD13",
"PD14",
"PD15",
"PA2",
"PA3"
],
"menu-PD8": {
"config-mode": "af",
"config-pull": "no",
"config-type": "push-pull",
"config-speed": 25,
"config-afsel": "AF7: USART3_TX"
},
"menu-PD9": {
"config-mode": "af",
"config-pull": "no",
"config-type": "push-pull",
"config-speed": 25,
"config-afsel": "AF7: USART3_RX"
},
"menu-PD12": {
"config-mode": "output",
"config-pull": "no",
"config-type": "push-pull",
"config-speed": 25
},
"menu-PD13": {
"config-mode": "output",
"config-pull": "no",
"config-type": "push-pull",
"config-speed": 25
},
"menu-PD14": {
"config-mode": "output",
"config-pull": "no",
"config-type": "push-pull",
"config-speed": 25
},
"menu-PD15": {
"config-mode": "output",
"config-pull": "no",
"config-type": "push-pull",
"config-speed": 25
},
"menu-PA2": {
"config-mode": "af",
"config-pull": "no",
"config-type": "push-pull",
"config-speed": 25,
"config-afsel": "AF7: USART2_TX"
},
"menu-PA3": {
"config-mode": "af",
"config-pull": "no",
"config-type": "push-pull",
"config-speed": 25,
"config-afsel": "AF7: USART2_RX"
}
}
}
},
"menu-dev": {
"menu-hm10": {
"table-hm10-dev": [
"hm10_driver"
],
"menu-hm10_driver": {
"config-uart": "USART2"
}
}
},
"menu-lib": {
"menu-filesystem": {
"config-enable": false
}
}
}