diff options
Diffstat (limited to 'ports/ARM7-AT91SAM7X/port.dox')
-rw-r--r-- | ports/ARM7-AT91SAM7X/port.dox | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/ARM7-AT91SAM7X/port.dox b/ports/ARM7-AT91SAM7X/port.dox new file mode 100644 index 000000000..b62dd3daf --- /dev/null +++ b/ports/ARM7-AT91SAM7X/port.dox @@ -0,0 +1,13 @@ +/**
+ * @defgroup AT91SAM7X AT91SAM7X Support
+ * @{
+ * @brief AT91SAM7X specific support.
+ * The AT91SAM7X support includes:
+ * - Buffered, interrupt driven, serial driver.
+ * - EMAC driver with MII support.
+ * - A demo supporting the kernel test suite.
+ * - A Web server demo using the uIP TCP/IP stack.
+ *
+ * @ingroup ARM7
+ */
+/** @} */
|