forked from PAWPAW-Mirror/lib_xua
Manual BCDDEVICE define change. 6.3.0 -> 6.3.1
This commit is contained in:
9
module_queue/README.rst
Normal file
9
module_queue/README.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
<Add title here>
|
||||
================
|
||||
|
||||
:scope: <Put one of Roadmap, Example, Early Development or General Use>
|
||||
:description: <Add one line here>
|
||||
:keywords: <Add comma separated list of keywords>
|
||||
:boards: <Add comma separated list of supported boards>
|
||||
|
||||
<Add description of software block>
|
||||
@@ -248,7 +248,7 @@
|
||||
|
||||
#define BCD_DEVICE_J 6
|
||||
#define BCD_DEVICE_M 3
|
||||
#define BCD_DEVICE_N 0
|
||||
#define BCD_DEVICE_N 1
|
||||
|
||||
/* Device release number in BCD: 0xJJMN */
|
||||
#ifndef BCD_DEVICE
|
||||
|
||||
7
xpd.xml
7
xpd.xml
@@ -1,6 +1,11 @@
|
||||
<?xml version="1.0" ?>
|
||||
<xpd>
|
||||
<components></components>
|
||||
<components>
|
||||
<component description = "module_dfu" type = "demoCode" scope = "General Use" path = "module_dfu" local = "false" id = "module_dfu" name = "module_dfu">
|
||||
<board>XMOS USB Audio Reference Designes</board>
|
||||
<keyword>DFU</keyword>
|
||||
</component>
|
||||
</components>
|
||||
<dependency repo = "sc_util">
|
||||
<githash>d0531d7c68ab67334582c324828e36d617baf8b3</githash>
|
||||
<uri>git://github.com/xcore/sc_util</uri>
|
||||
|
||||
Reference in New Issue
Block a user