-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathazure_sphere_remotex.json
More file actions
119 lines (119 loc) · 3.74 KB
/
Copy pathazure_sphere_remotex.json
File metadata and controls
119 lines (119 loc) · 3.74 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
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
110
111
112
113
114
115
116
117
118
119
{
"$schema": "https://raw.githubusercontent.com/Azure-Sphere-Tools/hardware-definition-schema/master/hardware-definition-schema.json",
"Metadata": {
"Type": "Azure Sphere Hardware Definition",
"Version": 1
},
"Description": {
"Name": "Azure Sphere RemoteX Peripheral Mapping for the Avnet MT3620 Starter Kit (SK) Rev1",
"MainCoreHeaderFileTopContent": [
"/* Copyright (c) Microsoft Corporation. All rights reserved.",
" Licensed under the MIT License. */",
"",
"// This file defines the mapping from the MT3620 reference development board (RDB) to the",
"// 'sample hardware' abstraction used by the samples at https://github.com/Azure/azure-sphere-samples.",
"// Some peripherals are on-board on the RDB, while other peripherals must be attached externally if needed.",
"// https://docs.microsoft.com/en-us/azure-sphere/app-development/manage-hardware-dependencies",
"// to enable apps to work across multiple hardware variants."
]
},
"Imports": [
{
"Path": "avnet_mt3620_sk.json"
}
],
"Peripherals": [
{
"Name": "STATUS_LED",
"Type": "Gpio",
"Mapping": "AVNET_MT3620_SK_APP_STATUS_LED_YELLOW",
"Comment": "STATUS_LED_YELLOW"
},
{
"Name": "WLAN_STATUS_LED_YELLOW",
"Type": "Gpio",
"Mapping": "AVNET_MT3620_SK_WLAN_STATUS_LED_YELLOW",
"Comment": "WLAN_STATUS_LED_YELLOW"
},
{
"Name": "USER_LED_RED",
"Type": "Gpio",
"Mapping": "AVNET_MT3620_SK_USER_LED_RED",
"Comment": "USER_LED_RED"
},
{
"Name": "USER_LED_GREEN",
"Type": "Gpio",
"Mapping": "AVNET_MT3620_SK_USER_LED_GREEN",
"Comment": "USER_LED_GREEN"
},
{
"Name": "USER_LED_BLUE",
"Type": "Gpio",
"Mapping": "AVNET_MT3620_SK_USER_LED_BLUE",
"Comment": "USER_LED_BLUE"
},
{
"Name": "BUTTON_A",
"Type": "Gpio",
"Mapping": "AVNET_MT3620_SK_USER_BUTTON_A",
"Comment": "Button B"
},
{
"Name": "BUTTON_B",
"Type": "Gpio",
"Mapping": "AVNET_MT3620_SK_USER_BUTTON_B",
"Comment": "Button B"
},
{
"Name": "PIN_0",
"Type": "Gpio",
"Mapping": "AVNET_MT3620_SK_GPIO0"
},
{
"Name": "PIN_1",
"Type": "Gpio",
"Mapping": "AVNET_MT3620_SK_GPIO1"
},
{
"Name": "PIN_2",
"Type": "Gpio",
"Mapping": "AVNET_MT3620_SK_GPIO2"
},
{
"Name": "PIN_16",
"Type": "Gpio",
"Mapping": "AVNET_MT3620_SK_GPIO16",
"Comment": "PIN_16"
},
{
"Name": "PIN_17",
"Type": "Gpio",
"Mapping": "AVNET_MT3620_SK_GPIO17",
"Comment": "PIN_16"
},
{
"Name": "I2C_MASTER",
"Type": "I2cMaster",
"Mapping": "AVNET_MT3620_SK_ISU2_I2C",
"Comment": "I2C_ISU2"
},
{
"Name": "SPI_MASTER",
"Type": "SpiMaster",
"Mapping": "AVNET_MT3620_SK_ISU1_SPI",
"Comment": "SPI_ISU1"
},
{
"Name": "UART",
"Type": "Uart",
"Mapping": "AVNET_MT3620_SK_ISU0_UART",
"Comment": "UART_ISU0"
},
{
"Name": "ADC",
"Type": "Adc",
"Mapping": "AVNET_MT3620_SK_ADC_CONTROLLER0"
}
]
}