diff options
Diffstat (limited to 'Projects')
-rw-r--r-- | Projects/AVRISP-MKII/AVRISP-MKII.txt | 43 | ||||
-rw-r--r-- | Projects/Benito/Benito.txt | 6 | ||||
-rw-r--r-- | Projects/MIDIToneGenerator/MIDIToneGenerator.txt | 6 | ||||
-rw-r--r-- | Projects/Magstripe/Magstripe.txt | 10 | ||||
-rw-r--r-- | Projects/TempDataLogger/TemperatureDataLogger.txt | 6 | ||||
-rw-r--r-- | Projects/Webserver/Webserver.txt | 6 | ||||
-rw-r--r-- | Projects/XPLAINBridge/XPLAINBridge.txt | 6 |
7 files changed, 49 insertions, 34 deletions
diff --git a/Projects/AVRISP-MKII/AVRISP-MKII.txt b/Projects/AVRISP-MKII/AVRISP-MKII.txt index ad36e7279..d3d568072 100644 --- a/Projects/AVRISP-MKII/AVRISP-MKII.txt +++ b/Projects/AVRISP-MKII/AVRISP-MKII.txt @@ -87,19 +87,34 @@ * with your compiled copy of AVRDude, or create them using the libUSB-Win32 (http://sourceforge.net/projects/libusb-win32) * project. * - * For convenience, the programmer will report two different serial numbers depending on the firmware compatibity mode, so + * For convenience, the programmer will report two different serial numbers depending on the firmware compatibility mode, so * that the correct driver can be installed for the matching firmware. If the \c RESET_TOGGLES_LIBUSB_COMPAT compile option * is used (see \ref Sec_Options) this allows for an easy way to automatically switch device drivers along with the firmware - * compatibility mode. + * compatibility mode. The serials are: + * + * <table> + * <tr> + * <th><b>Serial Number:</b></th> + * <th><b>Compatibility Mode:</b></th> + * </tr> + * <tr> + * <td>000200012345</td> + * <td>Jungo (Atmel Studio) Compatibility</td> + * </tr> + * <tr> + * <td>000200112345</td> + * <td>libUSB Compatibility</td> + * </tr> + * </table> * * \section Sec_ISP ISP Connections * Connections to the device for SPI programming (when enabled): * * <table> * <tr> - * <td><b>Programmer Pin:</b></td> - * <td><b>Target Device Pin:</b></td> - * <td><b>ISP 6 Pin Layout:</b></td> + * <th><b>Programmer Pin:</b></th> + * <th><b>Target Device Pin:</b></th> + * <th><b>ISP 6 Pin Layout:</b></th> * </tr> * <tr> * <td>MISO</td> @@ -145,9 +160,9 @@ * * <table> * <tr> - * <td><b>Programmer Pin:</b></td> - * <td><b>Target Device Pin:</b></td> - * <td><b>PDI 6 Pin Layout:</b></td> + * <th><b>Programmer Pin:</b></th> + * <th><b>Target Device Pin:</b></th> + * <th><b>PDI 6 Pin Layout:</b></th> * </tr> * <tr> * <td>Tx/Rx <b><sup>2</sup></b></td> @@ -189,9 +204,9 @@ * * <table> * <tr> - * <td><b>Programmer Pin:</b></td> - * <td><b>Target Device Pin:</b></td> - * <td><b>TPI 6 Pin Layout:</b></td> + * <th><b>Programmer Pin:</b></th> + * <th><b>Target Device Pin:</b></th> + * <th><b>TPI 6 Pin Layout:</b></th> * </tr> * <tr> * <td>Tx/Rx <b><sup>2</sup></b></td> @@ -235,9 +250,9 @@ * * <table> * <tr> - * <td><b>Define Name:</b></td> - * <td><b>Location:</b></td> - * <td><b>Description:</b></td> + * <th><b>Define Name:</b></th> + * <th><b>Location:</b></th> + * <th><b>Description:</b></th> * </tr> * <tr> * <td>AUX_LINE_PORT</td> diff --git a/Projects/Benito/Benito.txt b/Projects/Benito/Benito.txt index 371296139..07bec52b3 100644 --- a/Projects/Benito/Benito.txt +++ b/Projects/Benito/Benito.txt @@ -62,9 +62,9 @@ * * <table> * <tr> - * <td><b>Define Name:</b></td> - * <td><b>Location:</b></td> - * <td><b>Description:</b></td> + * <th><b>Define Name:</b></th> + * <th><b>Location:</b></th> + * <th><b>Description:</b></th> * </tr> * <tr> * <td>AVR_RESET_LINE_PORT</td> diff --git a/Projects/MIDIToneGenerator/MIDIToneGenerator.txt b/Projects/MIDIToneGenerator/MIDIToneGenerator.txt index 82510dba9..7d0f019ee 100644 --- a/Projects/MIDIToneGenerator/MIDIToneGenerator.txt +++ b/Projects/MIDIToneGenerator/MIDIToneGenerator.txt @@ -58,9 +58,9 @@ * * <table> * <tr> - * <td><b>Define Name:</b></td> - * <td><b>Location:</b></td> - * <td><b>Description:</b></td> + * <th><b>Define Name:</b></th> + * <th><b>Location:</b></th> + * <th><b>Description:</b></th> * </tr> * <tr> * <td>MAX_SIMULTANEOUS_NOTES</td> diff --git a/Projects/Magstripe/Magstripe.txt b/Projects/Magstripe/Magstripe.txt index 9c39cbf0a..a11dfaf80 100644 --- a/Projects/Magstripe/Magstripe.txt +++ b/Projects/Magstripe/Magstripe.txt @@ -54,8 +54,8 @@ * * <table> * <tr> - * <td><b>Signal:</b></td> - * <td><b>AVR Port:</b></td> + * <th><b>Signal:</b></th> + * <th><b>AVR Port:</b></th> * </tr> * <tr> * <td>Track 1 Data</td> @@ -99,9 +99,9 @@ * * <table> * <tr> - * <td><b>Define Name:</b></td> - * <td><b>Location:</b></td> - * <td><b>Description:</b></td> + * <th><b>Define Name:</b></th> + * <th><b>Location:</b></th> + * <th><b>Description:</b></th> * </tr> * <tr> * <td>MAX_BITS</td> diff --git a/Projects/TempDataLogger/TemperatureDataLogger.txt b/Projects/TempDataLogger/TemperatureDataLogger.txt index 39eb23da0..3daaa2a70 100644 --- a/Projects/TempDataLogger/TemperatureDataLogger.txt +++ b/Projects/TempDataLogger/TemperatureDataLogger.txt @@ -71,9 +71,9 @@ * * <table> * <tr> - * <td><b>Define Name:</b></td> - * <td><b>Location:</b></td> - * <td><b>Description:</b></td> + * <th><b>Define Name:</b></th> + * <th><b>Location:</b></th> + * <th><b>Description:</b></th> * </tr> * <tr> * <td>DUMMY_RTC</td> diff --git a/Projects/Webserver/Webserver.txt b/Projects/Webserver/Webserver.txt index 2ec836906..10aa71652 100644 --- a/Projects/Webserver/Webserver.txt +++ b/Projects/Webserver/Webserver.txt @@ -75,9 +75,9 @@ * * <table> * <tr> - * <td><b>Define Name:</b></td> - * <td><b>Location:</b></td> - * <td><b>Description:</b></td> + * <th><b>Define Name:</b></th> + * <th><b>Location:</b></th> + * <th><b>Description:</b></th> * </tr> * <tr> * <td>ENABLE_TELNET_SERVER</td> diff --git a/Projects/XPLAINBridge/XPLAINBridge.txt b/Projects/XPLAINBridge/XPLAINBridge.txt index bc0ca37d8..45557ef97 100644 --- a/Projects/XPLAINBridge/XPLAINBridge.txt +++ b/Projects/XPLAINBridge/XPLAINBridge.txt @@ -74,9 +74,9 @@ * * <table> * <tr> - * <td><b>Define Name:</b></td> - * <td><b>Location:</b></td> - * <td><b>Description:</b></td> + * <th><b>Define Name:</b></th> + * <th><b>Location:</b></th> + * <th><b>Description:</b></th> * </tr> * <tr> * <td>LIBUSB_DRIVER_COMPAT</td> |