diff options
Diffstat (limited to 'ports/ARM7-LPC214x/port.dox')
-rw-r--r-- | ports/ARM7-LPC214x/port.dox | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ports/ARM7-LPC214x/port.dox b/ports/ARM7-LPC214x/port.dox new file mode 100644 index 000000000..279a92c04 --- /dev/null +++ b/ports/ARM7-LPC214x/port.dox @@ -0,0 +1,17 @@ +/**
+ * @defgroup LPC214x LPC214x Support
+ * @{
+ * @brief LPC214x specific support.
+ * The LPC214x support includes:
+ * - VIC support code.
+ * - Buffered, interrupt driven, serial driver.
+ * - SSP driver.
+ * - A MMC/SD demo driver.
+ * - A timer driven buzzer demo driver.
+ * - A minimal demo, useful as project template.
+ * - A demo supporting the kernel test suite.
+ * - A C++ demo supporting the kernel test suite.
+ *
+ * @ingroup ARM7
+ */
+/** @} */
|