From 3e515cdfa8d8f077c2585c061c6f4a988031c82b Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 20 May 2010 13:06:04 +0000 Subject: 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. --- Projects/AVRISP-MKII/AVRISP.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'Projects/AVRISP-MKII') 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 @@ * 2 See AUX line related tokens in the \ref SSec_Options section * * \section Sec_PDI PDI Connections - * Connections to the device for PDI programming1 (when enabled): + * Connections to the device for PDI programming (when enabled): * * * @@ -159,7 +159,7 @@ * 2The AVR's Tx and Rx become the DATA line when connected together via a pair of 220 ohm resistors \n * * \section Sec_TPI TPI Connections - * Connections to the device for TPI programming1 (when enabled): + * Connections to the device for TPI programming (when enabled): * *
* @@ -241,7 +241,8 @@ * * * - * + * * * * @@ -257,7 +258,8 @@ * * * + * to report a fixed 5V target voltage to the host regardless of the real target voltage. Ignored when compiled for + * targets lacking an ADC. * * * -- cgit v1.2.3
VTARGET_ADC_CHANNELMakefile CDEFSADC channel number (on supported AVRs) to use for VTARGET level detection, if NO_VTARGET_DETECT is not defined.ADC channel number (on supported AVRs) to use for VTARGET level detection, if NO_VTARGET_DETECT is not defined. + * Ignored when compiled for targets lacking an ADC.
ENABLE_ISP_PROTOCOLNO_VTARGET_DETECTMakefile CDEFSDefine 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.
LIBUSB_DRIVER_COMPAT