Add missing module dependency to the USBtoSerial project. Minor documentation correct...
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 12 Mar 2013 15:17:53 +0000 (15:17 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 12 Mar 2013 15:17:53 +0000 (15:17 +0000)
Projects/RelayBoard/RelayBoard.txt
Projects/SerialToLCD/SerialToLCD.txt
Projects/USBtoSerial/USBtoSerial.txt
Projects/USBtoSerial/asf.xml

index e1f27c3..4b190df 100644 (file)
  *   </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>
  */
index cb30b6b..a2f3396 100644 (file)
  *    <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>
  */
index 1ee7afa..0620f93 100644 (file)
  *
  *  <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>
  */
index d4d90a6..db0fd14 100644 (file)
@@ -39,6 +39,7 @@
 \r
                <require idref="lufa.common"/>\r
                <require idref="lufa.platform"/>\r
+               <require idref="lufa.drivers.peripheral.usart"/>\r
                <require idref="lufa.drivers.usb"/>\r
                <require idref="lufa.drivers.misc.ringbuffer"/>\r
        </module>\r