aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC214x/platform.dox
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-21 08:12:34 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-21 08:12:34 +0000
commit84235c1c49ca8e65182e88254070193cb310ca5c (patch)
treec8b38c25e3c59de48d93036751c3dfdfa272148a /os/hal/platforms/LPC214x/platform.dox
parentae7fab31a0d6d8714b94ecce2d54feda7f29f198 (diff)
downloadChibiOS-84235c1c49ca8e65182e88254070193cb310ca5c.tar.gz
ChibiOS-84235c1c49ca8e65182e88254070193cb310ca5c.tar.bz2
ChibiOS-84235c1c49ca8e65182e88254070193cb310ca5c.zip
Documentation fixes, old SSP driver removed.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1451 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC214x/platform.dox')
-rw-r--r--os/hal/platforms/LPC214x/platform.dox11
1 files changed, 5 insertions, 6 deletions
diff --git a/os/hal/platforms/LPC214x/platform.dox b/os/hal/platforms/LPC214x/platform.dox
index ce86dc171..b429793ec 100644
--- a/os/hal/platforms/LPC214x/platform.dox
+++ b/os/hal/platforms/LPC214x/platform.dox
@@ -24,12 +24,10 @@
* - VIC support code.
* - I/O ports driver.
* - 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.
+ * - SPI driver.
* - A demo supporting the kernel test suite.
* - A C++ demo supporting the kernel test suite.
+ * - A demo integrating ChibiOS/RT with FatFS.
* .
* @ingroup ARM7
*/
@@ -83,9 +81,10 @@
*/
/**
- * @defgroup LPC214x_SSP LPC214x SSP Support
+ * @defgroup LPC214x_SPI LPC214x SPI Support
* @brief SSP peripheral support.
- * @details This SPI driver supports the LPC214x SSP peripheral.
+ * @details The SPI driver supports the LPC214x SSP, the driver works in
+ * polling mode.
*
* @ingroup LPC214x
*/