From de0ccb3d0905390f70f6c326d31222069c775225 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 13 Feb 2010 03:21:28 +0000 Subject: Add NO_VTARGET_DETECT compile time option to the AVRISP-MKII clone project, to disable VTARGET detection on AVR models with an on-chip ADC. --- Projects/AVRISP-MKII/AVRISP.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Projects/AVRISP-MKII/AVRISP.txt') diff --git a/Projects/AVRISP-MKII/AVRISP.txt b/Projects/AVRISP-MKII/AVRISP.txt index cff8d7dff..feccfcabe 100644 --- a/Projects/AVRISP-MKII/AVRISP.txt +++ b/Projects/AVRISP-MKII/AVRISP.txt @@ -247,7 +247,7 @@ * * VTARGET_ADC_CHANNEL * Makefile CDEFS - * ADC channel number (on supported AVRs) to use for VTARGET level detection. + * ADC channel number (on supported AVRs) to use for VTARGET level detection, if NO_VTARGET_DETECT is not defined. * * * ENABLE_ISP_PROTOCOL @@ -267,5 +267,11 @@ * seperate ISP, PDI, and TPI programming headers) but increases programming speed dramatically. * Ignored when compiled for the XPLAIN board. * + * + * NO_VTARGET_DETECT + * Makefile CDEFS + * 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. + * * */ -- cgit v1.2.3