From: Dean Camera Date: Sat, 9 Jun 2012 13:00:56 +0000 (+0000) Subject: Added new JTAG_ENABLE() macro for the AVR8 architecture. Fixed the JTAG_DISABLE(... X-Git-Tag: LUFA-130303~195 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/cd0bd7bf90e7e64a42b1efcee5a60cfdfc91d7a2?hp=cd0bd7bf90e7e64a42b1efcee5a60cfdfc91d7a2 Added new JTAG_ENABLE() macro for the AVR8 architecture. Fixed the JTAG_DISABLE() macro clearing all other bits in MCUSR when called. Moved the XPLAIN board specific bootloader entry condition code to the Application_Jump_Check() function of the DFU bootloader, added support for the original XPLAIN board to the CDC class bootloader. ---