Add Dual MIDI device class driver demo application.
This commit is contained in:
parent
0091b3c819
commit
4d8ff75993
15 changed files with 3456 additions and 7 deletions
|
@ -11,6 +11,8 @@
|
|||
* - Core:
|
||||
* - Updated the BUILD build system module to add a new COMPILER_PATH optional variable
|
||||
* - Added Serial_IsSendReady() and Serial_IsSendComplete() functions to the Serial hardware peripheral driver
|
||||
* - Library Applications:
|
||||
* - Added new Dual MIDI class driver device demo
|
||||
*
|
||||
* <b>Changed:</b>
|
||||
* - Core:
|
||||
|
|
|
@ -171,12 +171,12 @@
|
|||
* <tr>
|
||||
* <td>0x03EB</td>
|
||||
* <td>0x206C</td>
|
||||
* <td>Bulk Vendor Demo</td>
|
||||
* <td>Bulk Vendor Demo Application</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>0x03EB</td>
|
||||
* <td>0x206D</td>
|
||||
* <td><i>Currently Unallocated</i></td>
|
||||
* <td>Dual MIDI Demo Application</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>0x03EB</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue