Manual BCDDEVICE define change. 6.3.0 -> 6.3.1

This commit is contained in:
Ross Owen
2013-12-13 17:57:37 +00:00
parent f3aefe3965
commit 728fb4f2cf
3 changed files with 16 additions and 2 deletions

9
module_queue/README.rst Normal file
View 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>

View File

@@ -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

View File

@@ -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>