diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-08-16 05:53:04 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-08-16 05:53:04 +0000 |
commit | fc5fa769ef3389271547a2b3f452962996b69f50 (patch) | |
tree | 1b6813c935b650fb0388ee3e1f4a56f4c6f17d88 /Projects | |
parent | 34781781278f0fb2557b7c5dd9c0de54ad2aba09 (diff) | |
download | lufa-fc5fa769ef3389271547a2b3f452962996b69f50.tar.gz lufa-fc5fa769ef3389271547a2b3f452962996b69f50.tar.bz2 lufa-fc5fa769ef3389271547a2b3f452962996b69f50.zip |
Pull out architecture specific macros and other definitions into a new common header file. Add new JTAG_DISABLE() macro for the AVR8s to software-disable JTAG debugging using cycle-safe assembly code.
Diffstat (limited to 'Projects')
-rw-r--r-- | Projects/AVRISP-MKII/AVRISP-MKII.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Projects/AVRISP-MKII/AVRISP-MKII.txt b/Projects/AVRISP-MKII/AVRISP-MKII.txt index ab355bfac..4e94bc632 100644 --- a/Projects/AVRISP-MKII/AVRISP-MKII.txt +++ b/Projects/AVRISP-MKII/AVRISP-MKII.txt @@ -270,7 +270,8 @@ * <td>VTARGET_USE_INTERNAL_REF</td> * <td>Makefile LUFA_OPTS</td> * <td>Selects the internal 2.56V ADC reference voltage, instead of using the AVR's VREF pin. When enabled, this option will - * override the VTARGET_REF_VOLTS configuration option.</i></td> + * override the VTARGET_REF_VOLTS configuration option. <i>Ignored when compiled for targets lacking an ADC, or when + * NO_VTARGET_DETECT is defined.</i></td> * </tr> * <tr> * <td>VTARGET_SCALE_FACTOR</td> |