forked from xcore/sc_periph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxpd.xml
60 lines (60 loc) · 4.14 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
<?xml version="1.0" ?>
<xpd>
<components>
<component description = "A simple demo of using the xCORE-USB ADC" type = "demoCode" scope = "Example" path = "app_adc_demo_u" local = "false" id = "app_adc_demo_u" name = "xCORE-USB ADC Demo">
<componentDependency>module_logging</componentDependency>
<componentDependency>module_usb_tile_support</componentDependency>
<componentDependency>module_xassert</componentDependency>
<keyword>adc</keyword>
</component>
<component description = "Demo showing PWM DAC looping back into ADC using XS1-A16 slice kit core board and mixed signal slice" type = "demoCode" scope = "Example" path = "app_adc_pwm_demo_a" local = "false" id = "app_adc_pwm_demo_a" name = "PWM DAC to ADC analog loopback example">
<componentDependency>module_analog_tile_support</componentDependency>
<componentDependency>module_logging</componentDependency>
<componentDependency>module_xassert</componentDependency>
<componentDependency>module_pwm_tutorial_example</componentDependency>
<keyword>adc pwm loopback analog dac</keyword>
</component>
<component name = "xCORE-Analog Support Library" type = "component" buildresults_path = "module_analog_tile_support/.module_analog_tile_support.buildinfo" scope = "General Use" path = "module_analog_tile_support" metainfo_path = "module_analog_tile_support/module_analog_tile_support.metainfo" local = "false" id = "module_analog_tile_support" description = "Library providing support for xCORE-Analog (A-Series) XS1 devices.">
<board></board>
<componentDependency>module_logging</componentDependency>
<componentDependency>module_xassert</componentDependency>
<keyword>adc wdt rtc sleep mode power peripherals</keyword>
</component>
<component name = "xCORE-USB Support Library" type = "component" buildresults_path = "module_usb_tile_support/.module_usb_tile_support.buildinfo" scope = "General Use" path = "module_usb_tile_support" metainfo_path = "module_usb_tile_support/module_usb_tile_support.metainfo" local = "false" id = "module_usb_tile_support" description = "Library providing support for xCORE-USB (U-Series) devices.">
<componentDependency>module_logging</componentDependency>
<componentDependency>module_xassert</componentDependency>
<keyword>adc peripherals</keyword>
</component>
</components>
<dependency repo = "sc_util">
<githash>d0531d7c68ab67334582c324828e36d617baf8b3</githash>
<uri>git://github.com/xcore/sc_util</uri>
<version>1.0.3rc0</version>
</dependency>
<dependency repo = "sc_slicekit_support">
<githash>7920fc4235a96585274d73d25d275ea63b4cd285</githash>
<uri>https://github.com/xcore/sc_slicekit_support.git</uri>
<version>1.0.3rc0</version>
</dependency>
<dependency repo = "sc_pwm">
<githash>ec7ded3699a5286fcdbfdf25e23f8341f0295ace</githash>
<uri>https://github.com/xcore/sc_pwm.git</uri>
<version>1.0.1beta0</version>
</dependency>
<description>Collection of functions to support peripheral tiles.</description>
<docdir>app_adc_demo_u/doc_quickstart</docdir>
<docdir>app_adc_pwm_demo_a/doc_quickstart</docdir>
<docdir>module_analog_tile_support/doc</docdir>
<docdir>module_usb_tile_support/doc</docdir>
<location>origin</location>
<name>sc_periph</name>
<maintainer>pthedinger</maintainer>
<partnumber>XM-002789-DH</partnumber>
<release parenthash = "35410976288936472fec0b8641a461732d8fa1b1" version = "1.0.0alpha0" githash = "2ea85c8ea7e33a0b6410521cfe24abc25671c9ae"></release>
<release parenthash = "5c58f698049e2a84e3df4bbbe88bfecf8a4eb241" version = "1.0.0rc0" githash = "069980a1374cb56f655c79b57749caa62072cf08"></release>
<release parenthash = "122d2d108788fe150af26d2dd3afed32c216dbb4" version = "1.1.0alpha0" githash = "be5b9490ca8ea2b4b0f5683649adf6e7f6716ca7"></release>
<subpartnumber>XM-002790-SM</subpartnumber>
<vendor>XMOS</vendor>
<version_defines></version_defines>
<xpd_version>1.0</xpd_version>
</xpd>