aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common/CompilerSpecific.h
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/Common/CompilerSpecific.h
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/Common/CompilerSpecific.h')
-rw-r--r--LUFA/Common/CompilerSpecific.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/LUFA/Common/CompilerSpecific.h b/LUFA/Common/CompilerSpecific.h
index 938cbe66c..96d37cd74 100644
--- a/LUFA/Common/CompilerSpecific.h
+++ b/LUFA/Common/CompilerSpecific.h
@@ -29,7 +29,7 @@
*/
/** \file
- * \brief Compiler specific macros for code optimization and correctness.
+ * \brief Compiler specific definitions for code optimization and correctness.
*
* \copydetails Group_CompilerSpecific
*
@@ -38,10 +38,10 @@
*/
/** \ingroup Group_Common
- * \defgroup Group_CompilerSpecific Compiler Specific Macros
- * \brief Compiler specific macros for code optimization and correctness.
+ * \defgroup Group_CompilerSpecific Compiler Specific Definitions
+ * \brief Compiler specific definitions for code optimization and correctness.
*
- * Compiler specific macros to expose certain compiler features which may increase the level of code optimization
+ * Compiler specific definitions to expose certain compiler features which may increase the level of code optimization
* for a specific compiler, or correct certain issues that may be present such as memory barriers for use in conjunction
* with atomic variable access.
*