aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common/Architectures.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-02-20 14:07:20 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-02-20 14:07:20 +0000
commit28a1ee29a1a200c8e8c76355a9036a7456425bc3 (patch)
treef388464eba14f094c79b0597aec4277356f8455a /LUFA/Common/Architectures.h
parent5e7319058268e021ae39ca4b9fcabaec0060117b (diff)
downloadlufa-28a1ee29a1a200c8e8c76355a9036a7456425bc3.tar.gz
lufa-28a1ee29a1a200c8e8c76355a9036a7456425bc3.tar.bz2
lufa-28a1ee29a1a200c8e8c76355a9036a7456425bc3.zip
More Doxygen updates for multiple architecture support.
Diffstat (limited to 'LUFA/Common/Architectures.h')
-rw-r--r--LUFA/Common/Architectures.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/LUFA/Common/Architectures.h b/LUFA/Common/Architectures.h
index 3aa7a58d2..85f0d39bd 100644
--- a/LUFA/Common/Architectures.h
+++ b/LUFA/Common/Architectures.h
@@ -29,7 +29,7 @@
*/
/** \file
- * \brief Supported architecture defines.
+ * \brief Supported library architecture defines.
*
* \copydetails Group_Architectures
*
@@ -39,10 +39,14 @@
/** \ingroup Group_Common
* \defgroup Group_Architectures Hardware Architectures
- * \brief Supported architecture defines.
+ * \brief Supported library architecture defines.
*
- * Macros for indicating the chosen hardware architecture to the library. These macros should be used when
- * defining the ARCH token to the chosen hardware via the -D switch in the project makefile.
+ * Architecture macros for selecting the desired target microcontroller architecture. One of these values should be
+ * defined as the value of \c ARCH in the user project makefile via the \c -D compiler switch to GCC, to select the
+ * target architecture.
+ *
+ * The selected architecture should remain consistent with the makefile \c ARCH value, which is used to select the
+ * underlying driver source files for each architecture.
*
* @{
*/