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
/
tiva_tm4c_launchpad.json
62 lines (62 loc) · 2.07 KB
/
tiva_tm4c_launchpad.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
{
"menu-platform": {
"config-name": "TM4C",
"menu-tm4c": {
"config-device": "TM4C123GH6PM",
"config-console": "UART0",
"menu-timer": {
"config-source": "systick",
"config-freq": "100",
"config-owner": "user"
},
"menu-uart": {
"table-uart": [
"UART0"
],
"menu-UART0": {
"config-baud": 115200
}
},
"menu-pinconfig": {
"table-pins": [
"PA0",
"PA1",
"PF1",
"PF2",
"PF3"
],
"menu-PA0": {
"config-direction": "af",
"config-type": "standard",
"config-strength": "6mA",
"config-afsel": "U0Rx"
},
"menu-PA1": {
"config-direction": "af",
"config-type": "standard",
"config-strength": "6mA",
"config-afsel": "U0Tx"
},
"menu-PF1": {
"config-direction": "output",
"config-type": "standard",
"config-strength": "6mA",
"config-gpio-alias": "led_red,led_orange",
"config-comment": "There is no Orange LED in TivaC. Thus Red LED is \"mutiplexed\" with Orange one."
},
"menu-PF2": {
"config-direction": "output",
"config-type": "standard",
"config-strength": "6mA",
"config-gpio-alias": "led_blue"
},
"menu-PF3": {
"config-direction": "output",
"config-type": "standard",
"config-strength": "6mA",
"config-gpio-alias": "led_green"
}
}
}
}
}