aboutsummaryrefslogtreecommitdiffstats
path: root/Projects
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-05-20 13:06:04 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-05-20 13:06:04 +0000
commit3e515cdfa8d8f077c2585c061c6f4a988031c82b (patch)
treec970426170a82fb64a892d1348e6cd9f735ed8cb /Projects
parent141d94fa980b6056c1922cbfeb9f5535227331c5 (diff)
downloadlufa-3e515cdfa8d8f077c2585c061c6f4a988031c82b.tar.gz
lufa-3e515cdfa8d8f077c2585c061c6f4a988031c82b.tar.bz2
lufa-3e515cdfa8d8f077c2585c061c6f4a988031c82b.zip
Short UUIDs are measured in bytes, not bits -- update Service Discovery Protocol code so that it can now correctly match against UUIDs in the service table.
Diffstat (limited to 'Projects')
-rw-r--r--Projects/AVRISP-MKII/AVRISP.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/Projects/AVRISP-MKII/AVRISP.txt b/Projects/AVRISP-MKII/AVRISP.txt
index 9a9b1b04b..8d00d35d3 100644
--- a/Projects/AVRISP-MKII/AVRISP.txt
+++ b/Projects/AVRISP-MKII/AVRISP.txt
@@ -115,7 +115,7 @@
* <b><sup>2</sup></b> <i>See AUX line related tokens in the \ref SSec_Options section</i>
*
* \section Sec_PDI PDI Connections
- * Connections to the device for PDI programming<b><sup>1</sup></b> (when enabled):
+ * Connections to the device for PDI programming (when enabled):
*
* <table>
* <tr>
@@ -159,7 +159,7 @@
* <b><sup>2</sup></b> <i>The AVR's Tx and Rx become the DATA line when connected together via a pair of 220 ohm resistors</i> \n
*
* \section Sec_TPI TPI Connections
- * Connections to the device for TPI programming<b><sup>1</sup></b> (when enabled):
+ * Connections to the device for TPI programming (when enabled):
*
* <table>
* <tr>
@@ -241,7 +241,8 @@
* <tr>
* <td>VTARGET_ADC_CHANNEL</td>
* <td>Makefile CDEFS</td>
- * <td>ADC channel number (on supported AVRs) to use for VTARGET level detection, if NO_VTARGET_DETECT is not defined.</td>
+ * <td>ADC channel number (on supported AVRs) to use for VTARGET level detection, if NO_VTARGET_DETECT is not defined.
+ * <i>Ignored when compiled for targets lacking an ADC.</i></td>
* </tr>
* <tr>
* <td>ENABLE_ISP_PROTOCOL</td>
@@ -257,7 +258,8 @@
* <td>NO_VTARGET_DETECT</td>
* <td>Makefile CDEFS</td>
* <td>Define to disable VTARGET sampling and reporting on AVR models with an ADC converter. This will cause the programmer
- * to report a fixed 5V target voltage to the host regardless of the real target voltage.</td>
+ * to report a fixed 5V target voltage to the host regardless of the real target voltage. <i>Ignored when compiled for
+ * targets lacking an ADC.</i></td>
* </tr>
* <tr>
* <td>LIBUSB_DRIVER_COMPAT</td>