aboutsummaryrefslogtreecommitdiffstats
path: root/Projects
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-01-28 13:17:36 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-01-28 13:17:36 +0000
commit5f776f4785960c71f3ac0bd8784b33812a9abc90 (patch)
treedd2e5ecd6a8a22056fcc548293b61f0ae1ab6b56 /Projects
parentd11ed10c5314c44dc01c06954d1d73d4894cbff8 (diff)
downloadlufa-5f776f4785960c71f3ac0bd8784b33812a9abc90.tar.gz
lufa-5f776f4785960c71f3ac0bd8784b33812a9abc90.tar.bz2
lufa-5f776f4785960c71f3ac0bd8784b33812a9abc90.zip
Fix up project documentation files' overview tables, so that multiple items occupy multiple lines in the same cell, rather than multiple cells.
Diffstat (limited to 'Projects')
-rw-r--r--Projects/Benito/Benito.txt4
-rw-r--r--Projects/TemperatureDataLogger/TemperatureDataLogger.txt18
-rw-r--r--Projects/Webserver/Descriptors.c4
-rw-r--r--Projects/Webserver/Lib/FATFs/diskio.lst24
-rw-r--r--Projects/Webserver/Lib/FATFs/ff.lst38
-rw-r--r--Projects/Webserver/Webserver.txt26
-rw-r--r--Projects/XPLAINBridge/XPLAINBridge.txt8
7 files changed, 64 insertions, 58 deletions
diff --git a/Projects/Benito/Benito.txt b/Projects/Benito/Benito.txt
index 248ca7763..1461d6dc0 100644
--- a/Projects/Benito/Benito.txt
+++ b/Projects/Benito/Benito.txt
@@ -34,8 +34,8 @@
* </tr>
* <tr>
* <td><b>Relevant Standards:</b></td>
- * <td>USBIF CDC Class Standard</td>
- * <td>Arduino Bootloader Specification</td>
+ * <td>USBIF CDC Class Standard \n
+ * Arduino Bootloader Specification</td>
* </tr>
* <tr>
* <td><b>Usable Speeds:</b></td>
diff --git a/Projects/TemperatureDataLogger/TemperatureDataLogger.txt b/Projects/TemperatureDataLogger/TemperatureDataLogger.txt
index f4eb30c08..280c5fe02 100644
--- a/Projects/TemperatureDataLogger/TemperatureDataLogger.txt
+++ b/Projects/TemperatureDataLogger/TemperatureDataLogger.txt
@@ -25,21 +25,21 @@
* </tr>
* <tr>
* <td><b>USB Classes:</b></td>
- * <td>Mass Storage Device</td>
- * <td>Human Interface Device</td>
+ * <td>Mass Storage Device \n
+ * Human Interface Device</td>
* </tr>
* <tr>
* <td><b>USB Subclasses:</b></td>
- * <td>Bulk-Only Transport</td>
- * <td>Keyboard Subclass</td>
+ * <td>Bulk-Only Transport \n
+ * Keyboard Subclass</td>
* </tr>
* <tr>
* <td><b>Relevant Standards:</b></td>
- * <td>USBIF Mass Storage Standard</td>
- * <td>USB Bulk-Only Transport Standard</td>
- * <td>SCSI Primary Commands Specification</td>
- * <td>SCSI Block Commands Specification</td>
- * <td>USBIF HID Specification, USBIF HID Usage Tables</td>
+ * <td>USBIF Mass Storage Standard \n
+ * USB Bulk-Only Transport Standard \n
+ * SCSI Primary Commands Specification \n
+ * SCSI Block Commands Specification \n
+ * USBIF HID Specification, USBIF HID Usage Tables</td>
* </tr>
* <tr>
* <td><b>Usable Speeds:</b></td>
diff --git a/Projects/Webserver/Descriptors.c b/Projects/Webserver/Descriptors.c
index 40ce620a6..855bbd3f8 100644
--- a/Projects/Webserver/Descriptors.c
+++ b/Projects/Webserver/Descriptors.c
@@ -163,9 +163,9 @@ USB_Descriptor_String_t PROGMEM ManufacturerString =
*/
USB_Descriptor_String_t PROGMEM ProductString =
{
- .Header = {.Size = USB_STRING_LEN(22), .Type = DTYPE_String},
+ .Header = {.Size = USB_STRING_LEN(14), .Type = DTYPE_String},
- .UnicodeString = L"LUFA Mass Storage Demo"
+ .UnicodeString = L"LUFA Webserver"
};
/** This function is called by the library when in device mode, and must be overridden (see library "USB Descriptors"
diff --git a/Projects/Webserver/Lib/FATFs/diskio.lst b/Projects/Webserver/Lib/FATFs/diskio.lst
index d3e78054b..6553e4d2c 100644
--- a/Projects/Webserver/Lib/FATFs/diskio.lst
+++ b/Projects/Webserver/Lib/FATFs/diskio.lst
@@ -131,18 +131,18 @@
214 .Letext0:
DEFINED SYMBOLS
*ABS*:00000000 diskio.c
-C:\Users\Dean\AppData\Local\Temp/cc5TUdwu.s:2 *ABS*:0000003f __SREG__
-C:\Users\Dean\AppData\Local\Temp/cc5TUdwu.s:3 *ABS*:0000003e __SP_H__
-C:\Users\Dean\AppData\Local\Temp/cc5TUdwu.s:4 *ABS*:0000003d __SP_L__
-C:\Users\Dean\AppData\Local\Temp/cc5TUdwu.s:5 *ABS*:00000034 __CCP__
-C:\Users\Dean\AppData\Local\Temp/cc5TUdwu.s:6 *ABS*:00000000 __tmp_reg__
-C:\Users\Dean\AppData\Local\Temp/cc5TUdwu.s:7 *ABS*:00000001 __zero_reg__
-C:\Users\Dean\AppData\Local\Temp/cc5TUdwu.s:19 .text.disk_initialize:00000000 disk_initialize
-C:\Users\Dean\AppData\Local\Temp/cc5TUdwu.s:35 .text.disk_status:00000000 disk_status
-C:\Users\Dean\AppData\Local\Temp/cc5TUdwu.s:51 .text.disk_ioctl:00000000 disk_ioctl
-C:\Users\Dean\AppData\Local\Temp/cc5TUdwu.s:74 .text.get_fattime:00000000 get_fattime
-C:\Users\Dean\AppData\Local\Temp/cc5TUdwu.s:91 .text.disk_write:00000000 disk_write
-C:\Users\Dean\AppData\Local\Temp/cc5TUdwu.s:122 .text.disk_read:00000000 disk_read
+C:\Users\Dean\AppData\Local\Temp/cci6lD6d.s:2 *ABS*:0000003f __SREG__
+C:\Users\Dean\AppData\Local\Temp/cci6lD6d.s:3 *ABS*:0000003e __SP_H__
+C:\Users\Dean\AppData\Local\Temp/cci6lD6d.s:4 *ABS*:0000003d __SP_L__
+C:\Users\Dean\AppData\Local\Temp/cci6lD6d.s:5 *ABS*:00000034 __CCP__
+C:\Users\Dean\AppData\Local\Temp/cci6lD6d.s:6 *ABS*:00000000 __tmp_reg__
+C:\Users\Dean\AppData\Local\Temp/cci6lD6d.s:7 *ABS*:00000001 __zero_reg__
+C:\Users\Dean\AppData\Local\Temp/cci6lD6d.s:19 .text.disk_initialize:00000000 disk_initialize
+C:\Users\Dean\AppData\Local\Temp/cci6lD6d.s:35 .text.disk_status:00000000 disk_status
+C:\Users\Dean\AppData\Local\Temp/cci6lD6d.s:51 .text.disk_ioctl:00000000 disk_ioctl
+C:\Users\Dean\AppData\Local\Temp/cci6lD6d.s:74 .text.get_fattime:00000000 get_fattime
+C:\Users\Dean\AppData\Local\Temp/cci6lD6d.s:91 .text.disk_write:00000000 disk_write
+C:\Users\Dean\AppData\Local\Temp/cci6lD6d.s:122 .text.disk_read:00000000 disk_read
UNDEFINED SYMBOLS
DataflashManager_WriteBlocks_RAM
diff --git a/Projects/Webserver/Lib/FATFs/ff.lst b/Projects/Webserver/Lib/FATFs/ff.lst
index 2a8f9fc4e..75598c4e6 100644
--- a/Projects/Webserver/Lib/FATFs/ff.lst
+++ b/Projects/Webserver/Lib/FATFs/ff.lst
@@ -3031,26 +3031,26 @@
3172 .Letext0:
DEFINED SYMBOLS
*ABS*:00000000 ff.c
-C:\Users\Dean\AppData\Local\Temp/cchqutwM.s:2 *ABS*:0000003f __SREG__
-C:\Users\Dean\AppData\Local\Temp/cchqutwM.s:3 *ABS*:0000003e __SP_H__
-C:\Users\Dean\AppData\Local\Temp/cchqutwM.s:4 *ABS*:0000003d __SP_L__
-C:\Users\Dean\AppData\Local\Temp/cchqutwM.s:5 *ABS*:00000034 __CCP__
-C:\Users\Dean\AppData\Local\Temp/cchqutwM.s:6 *ABS*:00000000 __tmp_reg__
-C:\Users\Dean\AppData\Local\Temp/cchqutwM.s:7 *ABS*:00000001 __zero_reg__
-C:\Users\Dean\AppData\Local\Temp/cchqutwM.s:19 .text.clust2sect:00000000 clust2sect
-C:\Users\Dean\AppData\Local\Temp/cchqutwM.s:101 .text.f_mount:00000000 f_mount
+C:\Users\Dean\AppData\Local\Temp/ccSiGQ4w.s:2 *ABS*:0000003f __SREG__
+C:\Users\Dean\AppData\Local\Temp/ccSiGQ4w.s:3 *ABS*:0000003e __SP_H__
+C:\Users\Dean\AppData\Local\Temp/ccSiGQ4w.s:4 *ABS*:0000003d __SP_L__
+C:\Users\Dean\AppData\Local\Temp/ccSiGQ4w.s:5 *ABS*:00000034 __CCP__
+C:\Users\Dean\AppData\Local\Temp/ccSiGQ4w.s:6 *ABS*:00000000 __tmp_reg__
+C:\Users\Dean\AppData\Local\Temp/ccSiGQ4w.s:7 *ABS*:00000001 __zero_reg__
+C:\Users\Dean\AppData\Local\Temp/ccSiGQ4w.s:19 .text.clust2sect:00000000 clust2sect
+C:\Users\Dean\AppData\Local\Temp/ccSiGQ4w.s:101 .text.f_mount:00000000 f_mount
.bss:00000000 FatFs
-C:\Users\Dean\AppData\Local\Temp/cchqutwM.s:144 .text.validate:00000000 validate
-C:\Users\Dean\AppData\Local\Temp/cchqutwM.s:184 .text.f_close:00000000 f_close
-C:\Users\Dean\AppData\Local\Temp/cchqutwM.s:218 .text.move_window:00000000 move_window
-C:\Users\Dean\AppData\Local\Temp/cchqutwM.s:292 .text.get_fat:00000000 get_fat
-C:\Users\Dean\AppData\Local\Temp/cchqutwM.s:545 .text.f_lseek:00000000 f_lseek
-C:\Users\Dean\AppData\Local\Temp/cchqutwM.s:1021 .text.dir_seek:00000000 dir_seek
-C:\Users\Dean\AppData\Local\Temp/cchqutwM.s:1270 .text.f_read:00000000 f_read
-C:\Users\Dean\AppData\Local\Temp/cchqutwM.s:1694 .text.check_fs:00000000 check_fs
-C:\Users\Dean\AppData\Local\Temp/cchqutwM.s:1779 .text.chk_mounted:00000000 chk_mounted
-C:\Users\Dean\AppData\Local\Temp/cchqutwM.s:3058 .bss:00000002 Fsid
-C:\Users\Dean\AppData\Local\Temp/cchqutwM.s:2194 .text.f_open:00000000 f_open
+C:\Users\Dean\AppData\Local\Temp/ccSiGQ4w.s:144 .text.validate:00000000 validate
+C:\Users\Dean\AppData\Local\Temp/ccSiGQ4w.s:184 .text.f_close:00000000 f_close
+C:\Users\Dean\AppData\Local\Temp/ccSiGQ4w.s:218 .text.move_window:00000000 move_window
+C:\Users\Dean\AppData\Local\Temp/ccSiGQ4w.s:292 .text.get_fat:00000000 get_fat
+C:\Users\Dean\AppData\Local\Temp/ccSiGQ4w.s:545 .text.f_lseek:00000000 f_lseek
+C:\Users\Dean\AppData\Local\Temp/ccSiGQ4w.s:1021 .text.dir_seek:00000000 dir_seek
+C:\Users\Dean\AppData\Local\Temp/ccSiGQ4w.s:1270 .text.f_read:00000000 f_read
+C:\Users\Dean\AppData\Local\Temp/ccSiGQ4w.s:1694 .text.check_fs:00000000 check_fs
+C:\Users\Dean\AppData\Local\Temp/ccSiGQ4w.s:1779 .text.chk_mounted:00000000 chk_mounted
+C:\Users\Dean\AppData\Local\Temp/ccSiGQ4w.s:3058 .bss:00000002 Fsid
+C:\Users\Dean\AppData\Local\Temp/ccSiGQ4w.s:2194 .text.f_open:00000000 f_open
UNDEFINED SYMBOLS
__mulsi3
diff --git a/Projects/Webserver/Webserver.txt b/Projects/Webserver/Webserver.txt
index e78cf5eff..f13c17f5b 100644
--- a/Projects/Webserver/Webserver.txt
+++ b/Projects/Webserver/Webserver.txt
@@ -19,19 +19,25 @@
* <table>
* <tr>
* <td><b>USB Mode:</b></td>
- * <td>Host</td>
+ * <td>Dual Mode Host/Device</td>
* </tr>
* <tr>
* <td><b>USB Class:</b></td>
- * <td>Communications Device Class (CDC)</td>
+ * <td>Communications Device Class (CDC) \n
+ * Mass Storage Device</td>
* </tr>
* <tr>
* <td><b>USB Subclass:</b></td>
- * <td>Remote NDIS (Microsoft Proprietary CDC Class Networking Standard)</td>
+ * <td>Remote NDIS (Microsoft Proprietary CDC Class Networking Standard) \n
+ * Bulk-Only Transport</td>
* </tr>
* <tr>
* <td><b>Relevant Standards:</b></td>
- * <td>Microsoft RNDIS Specification</td>
+ * <td>Microsoft RNDIS Specification \n
+ * USBIF Mass Storage Standard \n
+ * USB Bulk-Only Transport Standard \n
+ * SCSI Primary Commands Specification \n
+ * SCSI Block Commands Specification</td>
* </tr>
* <tr>
* <td><b>Usable Speeds:</b></td>
@@ -48,12 +54,12 @@
*
* To use this project, plug the USB AVR into a computer, so that it enumerates as a standard Mass Storage device. Load
* HTML files onto the disk, so that they can be served out to clients -- the default file to serve should be called
- * <i>index.htm<i>. Filenames must be in 8.3 format for them to be retrieved correctly by the webserver.
-
- * When attached to a RNDIS class device, such as a USB (desktop) modem. If compatible, the system will enumerate the
- * device, set the appropriate parameters needed for connectivity and begin listening for new HTTP connections on port 80.
- * The device IP, netmask and default gateway IP must be set to values appropriate for the RNDIS device being used for this
- * project to work, if the DHCP client is disabled (see \ref SSec_Options).
+ * <i>index.htm</i>. Filenames must be in 8.3 format for them to be retrieved correctly by the webserver.
+ *
+ * When attached to a RNDIS class device, such as a USB (desktop) modem, the system will enumerate the device, set the
+ * appropriate parameters needed for connectivity and begin listening for new HTTP connections on port 80. The device IP,
+ * netmask and default gateway IP must be set to values appropriate for the RNDIS device being used for this project to
+ * work, if the DHCP client is disabled (see \ref SSec_Options).
*
* When properly configured, the webserver can be accessed from any HTTP webrowser by typing in the device's static or
* dynamically allocated IP address.
diff --git a/Projects/XPLAINBridge/XPLAINBridge.txt b/Projects/XPLAINBridge/XPLAINBridge.txt
index 98d6dfe6e..a117560db 100644
--- a/Projects/XPLAINBridge/XPLAINBridge.txt
+++ b/Projects/XPLAINBridge/XPLAINBridge.txt
@@ -19,8 +19,8 @@
* <table>
* <tr>
* <td><b>USB Mode:</b></td>
- * <td>Device</td>
- * <td>Device</td>
+ * <td>1) Device</td>
+ * <td>2) Device</td>
* </tr>
* <tr>
* <td><b>USB Class:</b></td>
@@ -39,8 +39,8 @@
* </tr>
* <tr>
* <td><b>Usable Speeds:</b></td>
- * <td>Full Speed Mode</td>
- * <td>Full Speed Mode</td>
+ * <td>1) Full Speed Mode</td>
+ * <td>2) Full Speed Mode</td>
* </tr>
* </table>
*