-
Notifications
You must be signed in to change notification settings - Fork 1
/
xpd.xml
25 lines (25 loc) · 1.71 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
<?xml version="1.0" ?>
<xpd>
<components>
<component description = "A simple example that reads a serial number and MAC address from otp." type = "demoCode" scope = "Example" path = "app_print_board_info" local = "false" id = "app_print_board_info" name = "OTP Reading Library Example">
<componentDependency>module_otp_board_info</componentDependency>
<keyword>otp</keyword>
</component>
<component name = "OTP Reading Library" type = "component" buildresults_path = "module_otp_board_info/.module_otp_board_info.buildinfo" scope = "Early Development" path = "module_otp_board_info" metainfo_path = "module_otp_board_info/module_otp_board_info.metainfo" local = "false" id = "module_otp_board_info" description = "Module to read MAC addresses / serial numbers from OTP memory.">
<keyword>otp</keyword>
</component>
</components>
<description>Functions to access the OTP memory of an XCore.</description>
<docdir>module_otp_board_info/doc</docdir>
<location>[email protected]:xcore/sc_otp</location>
<name>sc_otp</name>
<maintainer>rlsosborne</maintainer>
<partnumber>XM-001825-DH</partnumber>
<release parenthash = "5d416b0d4423e3f426f95efd1a3071403c65747e" version = "1.0.0alpha0" githash = "c58cd84295fdbdd72a970417bb4cc54342a9d71c"></release>
<release parenthash = "64cf4fcd4f1d2dbfa925d1e1e4eb6cce48584d30" version = "1.0.0beta0" githash = "f859001b0882223ed8f836499a396f26f6acedbd"></release>
<release parenthash = "c58cd84295fdbdd72a970417bb4cc54342a9d71c" version = "1.0.0rc0"></release>
<subpartnumber>XM-001826-SM</subpartnumber>
<vendor>XMOS</vendor>
<xcore_repo>sc_otp</xcore_repo>
<xpd_version>1.0</xpd_version>
</xpd>