forked from xcore/sw_startkit_examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
xpd.xml
109 lines (109 loc) · 8.32 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
<?xml version="1.0" ?>
<xpd>
<components>
<component description = "A simple demo using LEDs on the startKIT" type = "demoCode" scope = "Example" path = "app_spinning_bar" local = "false" id = "app_spinning_bar" name = "The spinning bar">
<keyword>LEDs</keyword>
<keyword>startKIT</keyword>
</component>
<component description = "A noughts and crosses game for the startKIT" type = "demoCode" scope = "Example" path = "app_noughts_and_crosses" local = "false" id = "app_noughts_and_crosses" name = "Noughts and crosses (tic-tac-toe)">
<componentDependency repo = "git://github.com/xcore/sc_util" version = "1.0.3">module_logging</componentDependency>
<componentDependency repo = "git://github.com/xcore/sc_util" version = "1.0.3">module_xassert</componentDependency>
<componentDependency repo = "git://github.com/xcore/sc_capacitive_sensing">module_capacitive_sensing</componentDependency>
<componentDependency repo = "git://github.com/xcore/sw_startkit_examples" version = "1.0.0">module_startkit_gpio</componentDependency>
<keyword>game</keyword>
<keyword>startKIT</keyword>
</component>
<component description = "A module for driving the LEDS, button and capsense on
startKIT boards" type = "demoCode" scope = "Example" path = "module_startkit_gpio" local = "false" id = "module_startkit_gpio" name = "GPIO Driver for startKIT">
<componentDependency repo = "git://github.com/xcore/sc_capacitive_sensing">module_capacitive_sensing</componentDependency>
<keyword>startKIT</keyword>
<keyword>leds</keyword>
<keyword>capacitive</keyword>
<keyword>buttons</keyword>
</component>
<component description = "A LED demo for startKIT" type = "demoCode" scope = "Example" path = "app_spinning_dot" local = "false" id = "app_spinning_dot" name = "The spinning dot">
<keyword>LEDs</keyword>
<keyword>startKIT</keyword>
</component>
<component description = "A simple demo blinks each LED on the board individually" type = "demoCode" scope = "Example" path = "app_scanning_leds" local = "false" id = "app_scanning_leds" name = "LED scan example">
<keyword>LEDs</keyword>
<keyword>startKIT</keyword>
<keyword>buttons</keyword>
</component>
<component description = "A simple demo using LED and PWM on the startKIT" type = "demoCode" scope = "Example" path = "app_glowing_leds" local = "false" id = "app_glowing_leds" name = "Glowing LED pattern">
<componentDependency repo = "git://github.com/xcore/sw_startkit_examples" version = "1.0.0">module_startkit_gpio</componentDependency>
<componentDependency repo = "git://github.com/xcore/sc_capacitive_sensing">module_capacitive_sensing</componentDependency>
<keyword>LEDs</keyword>
<keyword>startKIT</keyword>
<keyword>buttons</keyword>
</component>
<component description = "Does ring modulation (AM of LFO) and applies a BiQuad filter to a stereo stream on the startKIT/audio slice boards" type = "demoCode" scope = "Example" path = "app_audio_dalek" local = "false" id = "app_audio_dalek" name = "Startkit Dalek example">
<board>XA-SK-AUDIO</board>
<componentDependency repo = "git://github.com/xcore/sc_capacitive_sensing">module_capacitive_sensing</componentDependency>
<componentDependency repo = "git://github.com/xcore/sc_capacitive_sensing">module_capacitive_sensing</componentDependency>
<componentDependency repo = "git://github.com/xcore/sw_audio_effects.git" version = "1.0.4">module_dsp_utils</componentDependency>
<componentDependency repo = "git://github.com/xcore/sw_audio_effects.git" version = "1.0.4">module_dsp_biquad</componentDependency>
<componentDependency repo = "git://github.com/xcore/sw_audio_effects.git" version = "1.0.4">module_dsp_utils</componentDependency>
<componentDependency repo = "git://github.com/xcore/sw_startkit_examples" version = "1.0.0">module_startkit_gpio</componentDependency>
<componentDependency repo = "git://github.com/xcore/sc_i2s" version = "1.4.3">module_i2s_master</componentDependency>
<componentDependency repo = "git://github.com/xcore/sc_i2c" version = "2.3.0">module_i2c_single_port</componentDependency>
<keyword>biquad</keyword>
<keyword>filter</keyword>
<keyword>equalisation</keyword>
<keyword>audio</keyword>
<keyword>dsp</keyword>
<keyword>slicekit</keyword>
</component>
<component description = "A demo of using the accelerometer slice" type = "demoCode" scope = "Example" path = "app_balance" local = "false" id = "app_balance" name = "Balance the ball (LED)">
<componentDependency repo = "git://github.com/xcore/sw_startkit_examples" version = "1.0.0">module_startkit_gpio</componentDependency>
<componentDependency repo = "git://github.com/xcore/sc_i2c" version = "2.3.0">module_i2c_master</componentDependency>
<componentDependency repo = "git://github.com/xcore/sc_capacitive_sensing">module_capacitive_sensing</componentDependency>
<componentDependency repo = "git://github.com/xcore/sc_util" version = "1.0.3">module_logging</componentDependency>
<keyword>accelerometer</keyword>
<keyword>startKIT</keyword>
</component>
</components>
<dependency repo = "sc_capacitive_sensing">
<githash>1bb8016db7232ca59020e3f38620ac9386d79b63</githash>
<uri>[email protected]:xcore/sc_capacitive_sensing</uri>
</dependency>
<dependency repo = "sc_i2c">
<githash>ae8e659e1aabd607fc792769dbe438bf81b38f92</githash>
<uri>[email protected]:xcore/sc_i2c</uri>
</dependency>
<dependency repo = "sc_util">
<githash>eb2fab197d49d35b878dd7bd0cc0196f6bbeff3f</githash>
<uri>[email protected]:xcore/sc_util</uri>
</dependency>
<dependency repo = "sc_i2s">
<githash>d2195e9665b7e731f8e9ce306836151b6cad4cf2</githash>
<uri>[email protected]:xcore/sc_i2s</uri>
</dependency>
<dependency repo = "sw_audio_effects">
<githash>ef4363d1721d2d62e95cb53ee01b08894090a9a4</githash>
<uri>[email protected]:xcore/sw_audio_effects</uri>
<version>1.0.4rc0</version>
</dependency>
<description>startKIT example programs</description>
<location>[email protected]:xcore/sw_startkit_examples</location>
<name>sw_startkit_examples</name>
<maintainer>davelxmos</maintainer>
<partnumber>XM-004097-DH</partnumber>
<release parenthash = "205664b65554b0adeec367a1f46c169064cba192" version = "1.0.0alpha0" githash = "5a83b0f2f08ce962dea65eb0ed8a86090117989c"></release>
<release parenthash = "5a83b0f2f08ce962dea65eb0ed8a86090117989c" version = "1.0.0alpha1" githash = "f2e0a7fa5bd5d53e1df4bb9fe0291c30471278d0"></release>
<release parenthash = "f2e0a7fa5bd5d53e1df4bb9fe0291c30471278d0" version = "1.0.0alpha2" githash = "329e781ce64313cfe909c4320535d5afd27e95ed"></release>
<release parenthash = "67ae0c9f62570a60275604eb69e9676adba2ebbb" version = "1.0.0alpha3" githash = "4f79a43044d16654967b9d1d87cf07cd326f3e23"></release>
<release parenthash = "41623bc38f7467a00ed3be94acc82f199cb897a6" version = "1.0.0alpha4" githash = "0c3ef19488f33b3273edd269122ae116437adbe0"></release>
<release parenthash = "a92430dc88b95263ac7002cec5118bc0fb30dc5a" version = "1.0.0alpha5" githash = "213b5988898cb7fba0b2726693141ddf2b776d69"></release>
<release parenthash = "a0d7a6ca02efc9146bdd8588daca6a62bdb52c41" version = "1.0.0alpha6" githash = "b58a556246debfe3086b3240b62a296247c4d96a"></release>
<release parenthash = "bbff183a3834f98b49858c8d3628c3fbeb6deca7" version = "1.0.0rc0" githash = "77343f0ac23e10f597d0e70bf6ef6d24edc2ef16"></release>
<release parenthash = "00a300cb6ac7dd2a359042f9cab72b193064fb07" version = "1.1.0rc0"></release>
<subpartnumber>XM-004098-SM</subpartnumber>
<vendor>XMOS</vendor>
<version_defines></version_defines>
<xcore_partnumber>XM-004097-DH</xcore_partnumber>
<xcore_repo>git://github.com/xcore/sw_startkit_examples</xcore_repo>
<xcore_subpartnumber>XM-004098-SM</xcore_subpartnumber>
<xpd_version>1.0</xpd_version>
<xsoftip_exclude>app_absolute</xsoftip_exclude>
</xpd>