This repository was 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
Expand file tree
/
Copy pathtiva_tm4c_launchpad.json
More file actions
49 lines (49 loc) · 1.5 KB
/
tiva_tm4c_launchpad.json
File metadata and controls
49 lines (49 loc) · 1.5 KB
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
{
"menu-platform": {
"config-name": "TM4C",
"menu-tm4c": {
"config-device": "TM4C123GH6PM",
"config-console": "UART0",
"menu-timer": {
"config-source": "systick",
"config-owner": "user",
"config-freq": "100"
},
"menu-uart": {
"table-uart": [
"UART0"
],
"menu-UART0": {
"config-baud": 115200
}
},
"menu-pinconfig": {
"table-pins": [
"PA0",
"PA1",
"PF4"
],
"menu-PA0": {
"config-direction": "af",
"config-type": "standard",
"config-strength": "6mA",
"config-afsel": "U0Rx",
"config-comment": "UART0 RX Pin"
},
"menu-PA1": {
"config-direction": "af",
"config-type": "standard",
"config-strength": "6mA",
"config-afsel": "U0Tx",
"config-comment": "UART0 TX Pin"
},
"menu-PF4": {
"config-direction": "input",
"config-type": "push",
"config-strength": "6mA",
"config-gpio-alias": "button"
}
}
}
}
}