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 1
/
stm32f4_discovery.json
56 lines (56 loc) · 1.75 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
{
"menu-platform": {
"config-name": "STM32",
"menu-stm32": {
"config-device": "STM32F407VG",
"menu-clock": {
"config-source": "HSE",
"config-speed": "8000000"
},
"config-console": "USART3",
"menu-uart": {
"table-uart": [
"USART3"
],
"menu-USART3": {
"config-baud": 115200
}
},
"menu-pins": {
"table-pins": [
"PD8",
"PD9",
"PA0"
],
"menu-PD8": {
"config-mode": "af",
"config-pull": "no",
"config-type": "push-pull",
"config-comment": "Console UART pin",
"config-afsel": "AF7: USART3_TX",
"config-speed": 25
},
"menu-PD9": {
"config-mode": "af",
"config-pull": "no",
"config-type": "push-pull",
"config-comment": "Console UART pin",
"config-afsel": "AF7: USART3_RX",
"config-speed": 25
},
"menu-PA0": {
"config-mode": "input",
"config-pull": "no",
"config-type": "push-pull",
"config-speed": 25,
"config-gpio-alias": "button"
}
},
"menu-timer": {
"config-source": "systick",
"config-freq": "100",
"config-owner": "user"
}
}
}
}