forked from xcore/sw_gpio_examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxpd.xml
145 lines (145 loc) · 10.6 KB
/
xpd.xml
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<?xml version="1.0" ?>
<xpd>
<components>
<component description = "An example applications that extends app_slicekit_simple_demo to demonstrate usage of the xSOFTip generic Uart RX/TX components and demonstrate extended features of how to handle concurrent events in the XC programming language." type = "demoCode" scope = "Example" path = "app_sk_gpio_com_demo" local = "false" id = "app_sk_gpio_com_demo" name = "Slicekit COM Port GPIO Demo">
<board>XA-SK-GPIO</board>
<componentDependency>module_uart_tx</componentDependency>
<componentDependency>module_uart_rx</componentDependency>
<componentDependency>module_i2c_master</componentDependency>
<keyword>I2C</keyword>
<keyword>LED</keyword>
<keyword>buttons</keyword>
<keyword>UART</keyword>
</component>
<component description = "This application showcases GPIO features which can be accessed and controlled over Ethernet via a webpage on an embedded webserver, using the GPIO and Ethernet Slices" type = "demoCode" scope = "Example" path = "app_sk_gpio_eth_combo_demo" local = "false" id = "app_sk_gpio_eth_combo_demo" name = "Slicekit GPIO and Ethernet Combo Demo">
<board>XP-SKC-L2</board>
<board>XA-SK-GPIO</board>
<board>XA-SK-E100</board>
<componentDependency>module_webserver</componentDependency>
<componentDependency>module_i2c_master</componentDependency>
<componentDependency>module_otp_board_info</componentDependency>
<componentDependency>module_locks</componentDependency>
<componentDependency>module_wifi_tiwisl</componentDependency>
<componentDependency>module_xtcp</componentDependency>
<componentDependency>module_ethernet_board_support</componentDependency>
<componentDependency>module_spi_master</componentDependency>
<componentDependency>module_mutual_thread_comm</componentDependency>
<componentDependency>module_ethernet_smi</componentDependency>
<componentDependency>module_ethernet</componentDependency>
<keyword>Ethernet</keyword>
<keyword>I2C</keyword>
<keyword>LED</keyword>
<keyword>buttons</keyword>
</component>
<component description = "An example applications that demonstrate various features of the XA-SK-GPIO Slice Card including the ADC, LEDs and buttons, the I2C master xSOFTip component, as well as various basic features of the xCORE processor." type = "demoCode" scope = "Example" path = "app_sk_gpio_simple_demo" local = "false" id = "app_sk_gpio_simple_demo" name = "Slicekit Simple GPIO Demo">
<board>XA-SK-GPIO</board>
<componentDependency>module_i2c_master</componentDependency>
<keyword>I2C</keyword>
<keyword>LED</keyword>
<keyword>buttons</keyword>
</component>
<component description = "An example application to demonstrate the Wifi Slice controlling the LEDS and monitoring thebuttons and temperature sensor on the GPIO Slice." type = "demoCode" scope = "Example" path = "app_sk_gpio_wifi_tiwisl_combo_demo" local = "false" id = "app_sk_gpio_wifi_tiwisl_combo_demo" name = "Slicekit GPIO and Wi-Fi Combo Demo">
<board>XP-SKC-L2</board>
<board>XA-SK-GPIO</board>
<board>XA-SK-WIFI-TIWISL</board>
<componentDependency>module_webserver</componentDependency>
<componentDependency>module_i2c_master</componentDependency>
<componentDependency>module_otp_board_info</componentDependency>
<componentDependency>module_locks</componentDependency>
<componentDependency>module_wifi_tiwisl</componentDependency>
<componentDependency>module_ethernet</componentDependency>
<componentDependency>module_spi_master</componentDependency>
<componentDependency>module_mutual_thread_comm</componentDependency>
<componentDependency>module_ethernet_smi</componentDependency>
<componentDependency>module_xtcp</componentDependency>
<keyword>wifi</keyword>
<keyword>I2C</keyword>
<keyword>LED</keyword>
<keyword>buttons</keyword>
</component>
</components>
<dependency repo = "sc_i2c">
<githash>dedfa4dee858af88769705fbae8929c458d7c20b</githash>
<uri>[email protected]:xcore/sc_i2c.git</uri>
</dependency>
<dependency repo = "sc_uart">
<githash>a0b8776a61e6bb0f83450d831ff9d137a66a76e7</githash>
<uri>[email protected]:xcore/sc_uart.git</uri>
</dependency>
<dependency repo = "sc_pwm">
<githash>53f275204764669c9d8ae10378453aa279a5bc47</githash>
<uri>[email protected]:xcore/sc_pwm.git</uri>
<version>1.0.0rc0</version>
</dependency>
<dependency repo = "sc_website">
<githash>58bf9be53dc2575c7e64e7493782f7335eec729c</githash>
<uri>https://github.com/xcore/sc_website.git</uri>
<version>1.0.1beta0</version>
</dependency>
<dependency repo = "sc_ethernet">
<githash>f01fa2f8121e8d69d71185a04a05fddf9373c523</githash>
<uri>https://github.com/xcore/sc_ethernet.git</uri>
</dependency>
<dependency repo = "sc_otp">
<githash>062aa923a78bc603b254b2a99b78593ab3a816ec</githash>
<uri>https://github.com/xcore/sc_otp.git</uri>
<version>1.0.0rc0</version>
</dependency>
<dependency repo = "sc_xtcp">
<githash>072fc71ce5b5c699ea55621c77db1834bddd3b4b</githash>
<uri>git://github.com/xcore/sc_xtcp.git</uri>
</dependency>
<dependency repo = "sc_util">
<githash>84c4a06e1d75e12fc0e607a4d60b434e69ed1a71</githash>
<uri>git://github.com/xcore/sc_util.git</uri>
</dependency>
<dependency repo = "sc_spi">
<githash>16898e9423ff46c1516a436a865730df85457b6b</githash>
<uri>https://github.com/xcore/sc_spi.git</uri>
<version>1.3.0rc1</version>
</dependency>
<dependency repo = "sc_wifi">
<githash>11b769850eb5c2145238dc2cd5e116ccfd8881b3</githash>
<uri>[email protected]:xcore/sc_wifi.git</uri>
<version>1.0.0rc0</version>
</dependency>
<description>Example Application for XA-SK-GPIO Slice Card showing use of I2C, external ADC with temperature sensor, LEDs and buttons</description>
<docdir>doc</docdir>
<docdir>app_sk_gpio_simple_demo/doc_quickstart</docdir>
<docdir>app_sk_gpio_com_demo/doc_quickstart</docdir>
<docdir>app_sk_gpio_eth_combo_demo/doc_quickstart</docdir>
<docdir>app_sk_gpio_wifi_tiwisl_combo_demo/doc_quickstart</docdir>
<location>git://github.com/xcore/sw_gpio_examples.git</location>
<name>sw_gpio_examples</name>
<maintainer>sethuchandan</maintainer>
<partnumber>XM-001886-DH</partnumber>
<release parenthash = "7b13717b5e114ec924fa71c4c53979d3ffd61f7d" version = "1.0.0alpha0" githash = "4276328c5705581abcb3d846734b1f3804edc828"></release>
<release parenthash = "bfe52070b81ae72b8d6853c49c5835cc38a70911" version = "1.0.0alpha1" githash = "97d900e9f7bb587051701ff2456a5ae0e17b24b9"></release>
<release parenthash = "c906af19e5747b455c65cfc55fa670ff34e96400" version = "1.0.0alpha2" githash = "d576081661f62b58f22f0d88017f7ca088d0f2cb"></release>
<release parenthash = "44903077eb97837372c879f90a16869e90211a10" version = "1.0.0alpha3" githash = "dbfc27ccba3a762fb833d8ab15b5f323a1b3507b"></release>
<release parenthash = "951543097f4c171e52417313f6fc0d7b67c69a35" version = "1.0.0alpha4" githash = "ff44308f3b9b99c505810334504f097c29de5bc0"></release>
<release parenthash = "635f66ef28b33dd21eed2517ea6c31c9d8546d00" version = "1.0.0alpha5" githash = "343521974922abb3273d8a0d7cacdc24d157dd48"></release>
<release parenthash = "f1d9a1967f321d5fd63b10865817408e6ababacb" version = "1.0.1alpha0" githash = "840c877591466ad8e26f9d85bc48e13aa8cae65b"></release>
<release parenthash = "9f2bae017e26637b4078fe6f7562e6bf14915c2e" version = "1.0.1alpha1" githash = "3496bd83ca78dd0b83fc8652e57e4c17deb0ed75"></release>
<release parenthash = "32343386e8877cb584285dafb48bb9aca7db704a" version = "1.0.1alpha2" githash = "9fe6ae8760fe9a8a248031cd4fa5f01fb0ca5a3a"></release>
<release parenthash = "709a662d65db433920b3fcc703db6bb66abebc1f" version = "1.0.1alpha3" githash = "08238fc0207de447fbb619e5648d53b1dd5b45dc"></release>
<release parenthash = "ac980506b700f19afffbd553a4b88cb5467201f4" version = "1.0.1alpha4" githash = "d77347428b1db9cd95d1903e03f8e4e0afb97054"></release>
<release parenthash = "d77347428b1db9cd95d1903e03f8e4e0afb97054" version = "1.0.1alpha5" githash = "eb7131fa34dd9359eaeaea1ed25b385b2eb96eba"></release>
<release parenthash = "eb7131fa34dd9359eaeaea1ed25b385b2eb96eba" version = "1.0.1rc0" githash = "01bea5b5f8f1d0eceb0c448d25a718d0b7b00db9"></release>
<release parenthash = "7ddbafe0cab44b137684dc087be56f8cbb29340a" version = "1.0.2alpha0" githash = "83b6d4b4139af27f4ea28282e73d456f549a0d9a"></release>
<release parenthash = "dcbdb01637adb10aef2a3a8afb1a61706fd53ca7" version = "1.0.2rc0" githash = "b5889de3a516d8554b3e337f73d0e95b21d9a97b"></release>
<release parenthash = "3b7e4eb45a6f5b1f0212b47c1cee9937fac3134e" version = "1.0.3alpha0" githash = "504812a4f92bfb31b29b27fab3e35b3c963335ad"></release>
<release parenthash = "65c5e39da349ec675a6c546d88c9c40c220cc32d" version = "1.0.3alpha1" githash = "fbd0565ec8fbf960e3890b13e12b866af31d913a"></release>
<release parenthash = "bf32981a25a7d336e4743bd9560427f5ff6c01ce" version = "1.0.4beta0" githash = "d427863792d9619da277b0aa53fc185111a5ff7a"></release>
<release parenthash = "d427863792d9619da277b0aa53fc185111a5ff7a" version = "1.0.4beta1" githash = "0cabd2c7e12d93e1d4b0a6155da7b6a9f95798f7"></release>
<release parenthash = "2fbaf7cb17aa8c5ddd1f0069c600ed48a1313cc2" version = "1.0.4beta2" githash = "41d354368a96f0aaadaa5e950cae9b5883efd1e1"></release>
<release parenthash = "38e04a72954d2581f45e45809a1e91ecf5c1f4a8" version = "1.0.4beta3" githash = "d65e4c0aeba40475197a75818e6e3a08c527b74c"></release>
<release parenthash = "356ff77f63c215c757970b5d5d9892882fd5fe15" version = "1.0.4beta4" githash = "ee4b5814a5cba0995f68f201d1ddab825ac6d7d5"></release>
<release parenthash = "13b5d3987fa00e58366009abe9f2c0021fb44085" version = "1.0.4beta5" githash = "2aaf923a5a98ae3ac1bac2f1baf88623b7a1f4ed"></release>
<release parenthash = "2aaf923a5a98ae3ac1bac2f1baf88623b7a1f4ed" version = "1.0.4rc0"></release>
<subpartnumber>XM-001887-SM</subpartnumber>
<vendor>XMOS</vendor>
<xcore_repo>sw_gpio_examples.git</xcore_repo>
<xpd_version>1.0</xpd_version>
<xsoftip_exclude>app_sk_gpio_tutorial</xsoftip_exclude>
</xpd>