diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-07-03 07:53:04 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-07-03 07:53:04 +0000 |
commit | 3efae5da4a8da8a0d76db680f9031887eb9bc9a2 (patch) | |
tree | bd0a9a972f71c1f8557192d4a4af48569eb876bb /os/hal/platforms/AT91SAM7/platform.dox | |
parent | dd8ed26a097f263222c08a0cc6a5c48871d4dbbc (diff) | |
download | ChibiOS-3efae5da4a8da8a0d76db680f9031887eb9bc9a2.tar.gz ChibiOS-3efae5da4a8da8a0d76db680f9031887eb9bc9a2.tar.bz2 ChibiOS-3efae5da4a8da8a0d76db680f9031887eb9bc9a2.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2051 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/AT91SAM7/platform.dox')
-rw-r--r-- | os/hal/platforms/AT91SAM7/platform.dox | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/os/hal/platforms/AT91SAM7/platform.dox b/os/hal/platforms/AT91SAM7/platform.dox index 931f97c49..186eff6f1 100644 --- a/os/hal/platforms/AT91SAM7/platform.dox +++ b/os/hal/platforms/AT91SAM7/platform.dox @@ -75,6 +75,15 @@ */
/**
+ * @defgroup AT91SAM7_SPI AT91SAM7 SPI Support
+ * @brief SPI peripheral support.
+ * @details The SPI driver supports the AT91SAM7 SPI, the driver works in
+ * polling mode.
+ *
+ * @ingroup AT91SAM7
+ */
+
+/**
* @defgroup AT91SAM7_MAC AT91SAM7 EMAC Support
* @brief EMAC peripheral support.
* @details the @ref MAC supports the AT91SAM7 EMAC peripheral.
|