summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/avr/avr/iom644.h
diff options
context:
space:
mode:
authorAlex Ivanov <alexivanov97@gmail.com>2013-01-10 08:50:26 -0500
committerGedare Bloom <gedare@rtems.org>2013-01-10 08:50:26 -0500
commit1105020796a56fbe0e79bb9d879ee33b8638bed7 (patch)
tree6a075d95afed09b5b1b6f8d0045b6d937ba4e471 /cpukit/score/cpu/avr/avr/iom644.h
parentrtems: Avoid NULL pointer access (diff)
downloadrtems-1105020796a56fbe0e79bb9d879ee33b8638bed7.tar.bz2
score: Doxygen Clean Up Task #12
http://www.google-melange.com/gci/task/view/google/gci2012/8110207
Diffstat (limited to 'cpukit/score/cpu/avr/avr/iom644.h')
-rw-r--r--cpukit/score/cpu/avr/avr/iom644.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/cpukit/score/cpu/avr/avr/iom644.h b/cpukit/score/cpu/avr/avr/iom644.h
index 2ad996c647..5c9f113d8e 100644
--- a/cpukit/score/cpu/avr/avr/iom644.h
+++ b/cpukit/score/cpu/avr/avr/iom644.h
@@ -1,3 +1,9 @@
+/**
+ * @file
+ *
+ * @brief Definitions for ATmega644
+ */
+
/* Copyright (c) 2005 Anatoly Sokolov
All rights reserved.
@@ -36,6 +42,14 @@
#include <avr/iomxx4.h>
+/**
+ * @defgroup AvrDef_iom644 ATmega644 Definitions
+ *
+ * @ingroup avr
+ *
+ * @{
+ */
+
/* Constants */
#define SPM_PAGESIZE 256
#define RAMEND 0x10FF
@@ -89,5 +103,6 @@
#define SIGNATURE_1 0x96
#define SIGNATURE_2 0x09
+/** @} */
#endif /* _AVR_IOM644_H_ */