This repository has been archived by the owner on Nov 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstm32f4_discovery.json
82 lines (82 loc) · 2.73 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
{
"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"
],
"menu-USART3": {
"config-baud": 115200
}
},
"menu-pins": {
"table-pins": [
"PD12",
"PD13",
"PD14",
"PD15",
"PD8",
"PD9"
],
"menu-PD12": {
"config-mode": "output",
"config-pull": "no",
"config-type": "push-pull",
"config-speed": 25,
"config-comment": "Green LED",
"config-gpio-alias": "led_green"
},
"menu-PD13": {
"config-mode": "output",
"config-pull": "no",
"config-type": "push-pull",
"config-speed": 25,
"config-comment": "Orange LED",
"config-gpio-alias": "led_orange"
},
"menu-PD14": {
"config-mode": "output",
"config-pull": "no",
"config-type": "push-pull",
"config-speed": 25,
"config-comment": "Red LED",
"config-gpio-alias": "led_red"
},
"menu-PD15": {
"config-mode": "output",
"config-pull": "no",
"config-type": "push-pull",
"config-speed": 25,
"config-comment": "Blue LED",
"config-gpio-alias": "led_blue"
},
"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"
}
}
}
}
}