Add missing module dependency to the USBtoSerial project. Minor documentation corrections.

This commit is contained in:
Dean Camera 2013-03-12 15:17:53 +00:00
parent 61d396b555
commit cc8b12f1cb
4 changed files with 27 additions and 8 deletions
Projects

View File

@ -92,4 +92,15 @@
* </tr>
* </table>
*
* \section Sec_Options Project Options
*
* The following defines can be found in this project, which can control the project behaviour when defined, or changed in value.
*
* <table>
* <tr>
* <td>
* None
* </td>
* </tr>
* </table>
*/

View File

@ -94,4 +94,16 @@
* <td>/E</td>
* </tr>
* </table>
*
* \section Sec_Options Project Options
*
* The following defines can be found in this project, which can control the project behaviour when defined, or changed in value.
*
* <table>
* <tr>
* <td>
* None
* </td>
* </tr>
* </table>
*/

View File

@ -69,14 +69,9 @@
*
* <table>
* <tr>
* <td><b>Define Name:</b></td>
* <td><b>Location:</b></td>
* <td><b>Description:</b></td>
* </tr>
* <tr>
* <td>BUFF_STATICSIZE</td>
* <td>RingBuff.h</td>
* <td>Defines the maximum number of bytes which can be buffered in each Ring Buffer.</td>
* <td>
* None
* </td>
* </tr>
* </table>
*/

View File

@ -39,6 +39,7 @@
<require idref="lufa.common"/>
<require idref="lufa.platform"/>
<require idref="lufa.drivers.peripheral.usart"/>
<require idref="lufa.drivers.usb"/>
<require idref="lufa.drivers.misc.ringbuffer"/>
</module>