mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-06 16:32:49 +00:00
Add missing module dependency to the USBtoSerial project. Minor documentation corrections.
This commit is contained in:
parent
61d396b555
commit
cc8b12f1cb
@ -92,4 +92,15 @@
|
|||||||
* </tr>
|
* </tr>
|
||||||
* </table>
|
* </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>
|
||||||
*/
|
*/
|
||||||
|
@ -94,4 +94,16 @@
|
|||||||
* <td>/E</td>
|
* <td>/E</td>
|
||||||
* </tr>
|
* </tr>
|
||||||
* </table>
|
* </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>
|
||||||
*/
|
*/
|
||||||
|
@ -69,14 +69,9 @@
|
|||||||
*
|
*
|
||||||
* <table>
|
* <table>
|
||||||
* <tr>
|
* <tr>
|
||||||
* <td><b>Define Name:</b></td>
|
* <td>
|
||||||
* <td><b>Location:</b></td>
|
* None
|
||||||
* <td><b>Description:</b></td>
|
* </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>
|
|
||||||
* </tr>
|
* </tr>
|
||||||
* </table>
|
* </table>
|
||||||
*/
|
*/
|
||||||
|
@ -39,6 +39,7 @@
|
|||||||
|
|
||||||
<require idref="lufa.common"/>
|
<require idref="lufa.common"/>
|
||||||
<require idref="lufa.platform"/>
|
<require idref="lufa.platform"/>
|
||||||
|
<require idref="lufa.drivers.peripheral.usart"/>
|
||||||
<require idref="lufa.drivers.usb"/>
|
<require idref="lufa.drivers.usb"/>
|
||||||
<require idref="lufa.drivers.misc.ringbuffer"/>
|
<require idref="lufa.drivers.misc.ringbuffer"/>
|
||||||
</module>
|
</module>
|
||||||
|
Loading…
Reference in New Issue
Block a user