aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-08-16 05:53:04 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-08-16 05:53:04 +0000
commitfc5fa769ef3389271547a2b3f452962996b69f50 (patch)
tree1b6813c935b650fb0388ee3e1f4a56f4c6f17d88 /LUFA/ManPages
parent34781781278f0fb2557b7c5dd9c0de54ad2aba09 (diff)
downloadlufa-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 'LUFA/ManPages')
-rw-r--r--LUFA/ManPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 1bf8dae2a..d46123ac0 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -28,6 +28,7 @@
* - Added new USB_Host_GetDeviceStatus() function to the host standard request function set
* - Added AVR USB XMEGA architecture port (currently incomplete/experimental)
* - Added new STRINGIFY() and STRINGIFY_EXPANDED() convenience macros
+ * - Added new JTAG_DISABLE() macro for the AVR8 architecture
* - Added Device Qualifier standard descriptor structure definitions USB_StdDescriptor_DeviceQualifier_t and USB_Descriptor_DeviceQualifier_t
* - Library Applications:
* - Added RNDIS device mode to the Webserver project