aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/Board/STK525
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-02-01 10:34:07 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-02-01 10:34:07 +0000
commitdd24820ab85e88ac8f3fa00c7c72b8014de8514d (patch)
tree84a7e0086f652c2eb56721b77aa163c9b5799bde /LUFA/Drivers/Board/STK525
parent93381550ed228a495b46bb611efdb155ed4506fe (diff)
Make board specific and device peripheral specific drivers' file documentation copy over to the module documentation, so that it is visible in the normal module view of the library documentation.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1093 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Drivers/Board/STK525')
-rw-r--r--LUFA/Drivers/Board/STK525/AT45DB321C.h5
-rw-r--r--LUFA/Drivers/Board/STK525/Buttons.h5
-rw-r--r--LUFA/Drivers/Board/STK525/Dataflash.h5
-rw-r--r--LUFA/Drivers/Board/STK525/Joystick.h5
-rw-r--r--LUFA/Drivers/Board/STK525/LEDs.h5
5 files changed, 25 insertions, 0 deletions
diff --git a/LUFA/Drivers/Board/STK525/AT45DB321C.h b/LUFA/Drivers/Board/STK525/AT45DB321C.h
index 49fc3df2..e29a0a5e 100644
--- a/LUFA/Drivers/Board/STK525/AT45DB321C.h
+++ b/LUFA/Drivers/Board/STK525/AT45DB321C.h
@@ -39,6 +39,11 @@
/** \ingroup Group_Dataflash_STK525
* @defgroup Group_Dataflash_STK525_AT45DB321C AT45DB321C
*
+ * Board specific Dataflash commands header for the AT45DB321C as mounted on the STK525.
+ *
+ * \note This file should not be included directly. It is automatically included as needed by the dataflash driver
+ * dispatch header located in LUFA/Drivers/Board/Dataflash.h.
+ *
* @{
*/
diff --git a/LUFA/Drivers/Board/STK525/Buttons.h b/LUFA/Drivers/Board/STK525/Buttons.h
index d29e372b..fbf4f58c 100644
--- a/LUFA/Drivers/Board/STK525/Buttons.h
+++ b/LUFA/Drivers/Board/STK525/Buttons.h
@@ -39,6 +39,11 @@
/** \ingroup Group_Buttons
* @defgroup Group_Buttons_STK525 STK525
*
+ * Board specific Buttons driver header for the STK525.
+ *
+ * \note This file should not be included directly. It is automatically included as needed by the Buttons driver
+ * dispatch header located in LUFA/Drivers/Board/Buttons.h.
+ *
* @{
*/
diff --git a/LUFA/Drivers/Board/STK525/Dataflash.h b/LUFA/Drivers/Board/STK525/Dataflash.h
index d779f740..cab1af83 100644
--- a/LUFA/Drivers/Board/STK525/Dataflash.h
+++ b/LUFA/Drivers/Board/STK525/Dataflash.h
@@ -39,6 +39,11 @@
/** \ingroup Group_Dataflash
* @defgroup Group_Dataflash_STK525 STK525
*
+ * Board specific Dataflash driver header for the STK525.
+ *
+ * \note This file should not be included directly. It is automatically included as needed by the dataflash driver
+ * dispatch header located in LUFA/Drivers/Board/Dataflash.h.
+ *
* @{
*/
diff --git a/LUFA/Drivers/Board/STK525/Joystick.h b/LUFA/Drivers/Board/STK525/Joystick.h
index 11abad52..1cb270f3 100644
--- a/LUFA/Drivers/Board/STK525/Joystick.h
+++ b/LUFA/Drivers/Board/STK525/Joystick.h
@@ -39,6 +39,11 @@
/** \ingroup Group_Joystick
* @defgroup Group_Joystick_STK525 STK525
*
+ * Board specific joystick driver header for the STK525.
+ *
+ * \note This file should not be included directly. It is automatically included as needed by the joystick driver
+ * dispatch header located in LUFA/Drivers/Board/Joystick.h.
+ *
* @{
*/
diff --git a/LUFA/Drivers/Board/STK525/LEDs.h b/LUFA/Drivers/Board/STK525/LEDs.h
index ea182f72..39ffa0f8 100644
--- a/LUFA/Drivers/Board/STK525/LEDs.h
+++ b/LUFA/Drivers/Board/STK525/LEDs.h
@@ -39,6 +39,11 @@
/** \ingroup Group_LEDs
* @defgroup Group_LEDs_STK525 STK525
*
+ * Board specific LED driver header for the STK525.
+ *
+ * \note This file should not be included directly. It is automatically included as needed by the LEDs driver
+ * dispatch header located in LUFA/Drivers/Board/LEDs.h.
+ *
* @{
*/