aboutsummaryrefslogtreecommitdiffstats
path: root/Projects
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-03-12 15:17:53 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-03-12 15:17:53 +0000
commitcc8b12f1cb657e1a08483e7796cb062339a66290 (patch)
treeb5e88002fe154ba02f671036b86b5e951750d52d /Projects
parent61d396b555edc421ba0fba1100412684e91ec0b4 (diff)
downloadlufa-cc8b12f1cb657e1a08483e7796cb062339a66290.tar.gz
lufa-cc8b12f1cb657e1a08483e7796cb062339a66290.tar.bz2
lufa-cc8b12f1cb657e1a08483e7796cb062339a66290.zip
Add missing module dependency to the USBtoSerial project. Minor documentation corrections.
Diffstat (limited to 'Projects')
-rw-r--r--Projects/RelayBoard/RelayBoard.txt11
-rw-r--r--Projects/SerialToLCD/SerialToLCD.txt12
-rw-r--r--Projects/USBtoSerial/USBtoSerial.txt11
-rw-r--r--Projects/USBtoSerial/asf.xml1
4 files changed, 27 insertions, 8 deletions
diff --git a/Projects/RelayBoard/RelayBoard.txt b/Projects/RelayBoard/RelayBoard.txt
index e1f27c3e9..4b190dfe3 100644
--- a/Projects/RelayBoard/RelayBoard.txt
+++ b/Projects/RelayBoard/RelayBoard.txt
@@ -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>
*/
diff --git a/Projects/SerialToLCD/SerialToLCD.txt b/Projects/SerialToLCD/SerialToLCD.txt
index cb30b6bc2..a2f339648 100644
--- a/Projects/SerialToLCD/SerialToLCD.txt
+++ b/Projects/SerialToLCD/SerialToLCD.txt
@@ -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>
*/
diff --git a/Projects/USBtoSerial/USBtoSerial.txt b/Projects/USBtoSerial/USBtoSerial.txt
index 1ee7afa23..0620f9393 100644
--- a/Projects/USBtoSerial/USBtoSerial.txt
+++ b/Projects/USBtoSerial/USBtoSerial.txt
@@ -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>
*/
diff --git a/Projects/USBtoSerial/asf.xml b/Projects/USBtoSerial/asf.xml
index d4d90a663..db0fd14e7 100644
--- a/Projects/USBtoSerial/asf.xml
+++ b/Projects/USBtoSerial/asf.xml
@@ -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>