diff options
Diffstat (limited to 'os')
-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.
|