projects
/
pub
/
lufa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
61d396b
)
Add missing module dependency to the USBtoSerial project. Minor documentation correct...
author
Dean Camera
<dean@fourwalledcubicle.com>
Tue, 12 Mar 2013 15:17:53 +0000
(15:17 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Tue, 12 Mar 2013 15:17:53 +0000
(15:17 +0000)
Projects/RelayBoard/RelayBoard.txt
patch
|
blob
|
blame
|
history
Projects/SerialToLCD/SerialToLCD.txt
patch
|
blob
|
blame
|
history
Projects/USBtoSerial/USBtoSerial.txt
patch
|
blob
|
blame
|
history
Projects/USBtoSerial/asf.xml
patch
|
blob
|
blame
|
history
diff --git
a/Projects/RelayBoard/RelayBoard.txt
b/Projects/RelayBoard/RelayBoard.txt
index
e1f27c3
..
4b190df
100644
(file)
--- a/
Projects/RelayBoard/RelayBoard.txt
+++ b/
Projects/RelayBoard/RelayBoard.txt
@@
-92,4
+92,15
@@
* </tr>
* </table>
*
* </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
cb30b6b
..
a2f3396
100644
(file)
--- a/
Projects/SerialToLCD/SerialToLCD.txt
+++ b/
Projects/SerialToLCD/SerialToLCD.txt
@@
-94,4
+94,16
@@
* <td>/E</td>
* </tr>
* </table>
* <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
1ee7afa
..
0620f93
100644
(file)
--- a/
Projects/USBtoSerial/USBtoSerial.txt
+++ b/
Projects/USBtoSerial/USBtoSerial.txt
@@
-69,14
+69,9
@@
*
* <table>
* <tr>
*
* <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>
*/
* </tr>
* </table>
*/
diff --git
a/Projects/USBtoSerial/asf.xml
b/Projects/USBtoSerial/asf.xml
index
d4d90a6
..
db0fd14
100644
(file)
--- a/
Projects/USBtoSerial/asf.xml
+++ b/
Projects/USBtoSerial/asf.xml
@@
-39,6
+39,7
@@
\r
<require idref="lufa.common"/>
\r
<require idref="lufa.platform"/>
\r
\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
<require idref="lufa.drivers.usb"/>
\r
<require idref="lufa.drivers.misc.ringbuffer"/>
\r
</module>
\r