Remove dependancies from the LowLevel demos to the ClassDriver demos, since the use of ClassDriver headers now outputs an error when NO_STREAM_CALLBACKS is used.
This commit is contained in:
parent
34dc7f241f
commit
4dde844e9f
9 changed files with 31 additions and 13 deletions
|
|
@ -34,7 +34,7 @@
|
|||
*/
|
||||
|
||||
/** \ingroup Group_BoardDrivers
|
||||
* @defgroup Group_Temperature Temperature Driver - LUFA/Drivers/Board/Temperature.h
|
||||
* @defgroup Group_Temperature Temperature Sensor Driver - LUFA/Drivers/Board/Temperature.h
|
||||
*
|
||||
* \section Sec_Dependencies Module Source Dependencies
|
||||
* The following files must be built with any user project that uses this module:
|
||||
|
|
|
|||
|
|
@ -104,13 +104,13 @@
|
|||
* </tr>
|
||||
* <tr>
|
||||
* <td>Printer</td>
|
||||
* <td bgcolor="#EE0000">No</td>
|
||||
* <td bgcolor="#00EE00">Yes</td>
|
||||
* <td bgcolor="#00EE00">Yes</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>RNDIS</td>
|
||||
* <td bgcolor="#EE0000">No</td>
|
||||
* <td bgcolor="#00EE00">Yes</td>
|
||||
* <td bgcolor="#EE0000">No</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>Still Image</td>
|
||||
|
|
|
|||
|
|
@ -21,14 +21,19 @@
|
|||
* - Add detailed overviews of how each demo works
|
||||
* - Master LUFA include file rather than per-module includes
|
||||
* - Change makefiles to allow for absolute LUFA location to be used
|
||||
* - Add RNDIS Host Class driver
|
||||
* - Add unit testing to APIs
|
||||
* - Add board overviews
|
||||
* - Add resume interrupt support
|
||||
* - Specification compliance testing for all device demos
|
||||
* - Add RNDIS Host Class driver
|
||||
* - Make new demos
|
||||
* -# Keyboard/Mouse Dual Class Host
|
||||
* -# Multiple-Report HID device
|
||||
* - Port LUFA to other architectures
|
||||
* - Port LUFA codebase
|
||||
* -# AVR32 UC3B series microcontrollers
|
||||
* -# Atmel ARM7 series microcontrollers
|
||||
* -# Other (commercial) C compilers
|
||||
* - Extend AVRISP project
|
||||
* -# Add alternate USB-to-Serial mode
|
||||
* -# Add alternate USB-to-TWI mode
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
* into difficulties or need some advice. In addition, you can also email the library author to recieve personalised
|
||||
* support when you need it (subject to author's schedule).
|
||||
*
|
||||
* <small>* Atmel Mouse Device Demo 4292 bytes, LUFA Mouse Low Level Device Demo 3336 bytes, under identical build
|
||||
* <small>* Atmel Stack Mouse Device Demo 4292 bytes, LUFA Mouse Low Level Device Demo 3336 bytes, under identical build
|
||||
* environments</small>
|
||||
*/
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue