diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-08-16 05:53:04 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-08-16 05:53:04 +0000 |
| commit | 2c191087831459261d2db0b7bdfa8509d1fff9f1 (patch) | |
| tree | 1b6813c935b650fb0388ee3e1f4a56f4c6f17d88 /Projects | |
| parent | 92b0a1fa9476ea9419a59dfefbcf7428782083e5 (diff) | |
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.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1906 d5102386-fcda-11dd-9fdb-3debd5008f28
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 ab355bfa..4e94bc63 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> |
