diff options
Diffstat (limited to 'Projects/AVRISP-MKII')
-rw-r--r-- | Projects/AVRISP-MKII/AVRISP-MKII.txt | 43 |
1 files changed, 29 insertions, 14 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> |