aboutsummaryrefslogtreecommitdiffstats
path: root/ports/ARM7-LPC214x
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-14 13:10:38 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-14 13:10:38 +0000
commit6ab7ea31f114af0e0d98494156d456279dd5ecd4 (patch)
treeeea62185afe26a8428a5d6b42c40910ec1e6aeba /ports/ARM7-LPC214x
parent03aef59589a44aec94456526a9e207c27149a750 (diff)
downloadChibiOS-6ab7ea31f114af0e0d98494156d456279dd5ecd4.tar.gz
ChibiOS-6ab7ea31f114af0e0d98494156d456279dd5ecd4.tar.bz2
ChibiOS-6ab7ea31f114af0e0d98494156d456279dd5ecd4.zip
PAL support for MSP430, various other fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1037 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/ARM7-LPC214x')
-rw-r--r--ports/ARM7-LPC214x/pal_lld.h3
-rw-r--r--ports/ARM7-LPC214x/port.dox9
2 files changed, 1 insertions, 11 deletions
diff --git a/ports/ARM7-LPC214x/pal_lld.h b/ports/ARM7-LPC214x/pal_lld.h
index 00a159fe6..e2ea34b54 100644
--- a/ports/ARM7-LPC214x/pal_lld.h
+++ b/ports/ARM7-LPC214x/pal_lld.h
@@ -177,8 +177,7 @@ typedef FIO * ioportid_t;
/**
* @brief FIO port setup.
- * @details This function initializes a FIO port, note that this functionality
- * is LPC214x specific and non portable.
+ * @details This function programs the pins direction within a port.
*/
#define pal_lld_lpc214x_set_direction(port, dir) { \
(port)->FIO_DIR = (dir); \
diff --git a/ports/ARM7-LPC214x/port.dox b/ports/ARM7-LPC214x/port.dox
index 953b9095c..9cff4c11f 100644
--- a/ports/ARM7-LPC214x/port.dox
+++ b/ports/ARM7-LPC214x/port.dox
@@ -19,7 +19,6 @@
/**
* @defgroup LPC214x LPC214x Support
- * @{
* @brief LPC214x specific support.
* @details The LPC214x support includes:
* - VIC support code.
@@ -34,16 +33,13 @@
*
* @ingroup ARM7
*/
-/** @} */
/**
* @defgroup LPC214x_VIC VIC Support
- * @{
* @brief VIC peripheral support.
*
* @ingroup LPC214x
*/
-/** @} */
/**
* @defgroup LPC214x_PAL I/O Ports Support
@@ -52,7 +48,6 @@
* supports the following features (see @ref PAL):
* - 32 bits wide ports.
* - Atomic set/reset functions.
- * - Atomic set+reset function (atomic bus operations).
* - Output latched regardless of the pad setting.
* - Direct read of input pads regardless of the pad setting.
* .
@@ -63,20 +58,16 @@
/**
* @defgroup LPC214x_SERIAL UART Support
- * @{
* @brief UART peripherals support.
* @details The serial driver supports the LPC214x UART peripherals.
*
* @ingroup LPC214x
*/
-/** @} */
/**
* @defgroup LPC214x_SSP SSP Support
- * @{
* @brief SSP peripheral support.
* @details This SPI driver supports the LPC214x SSP peripheral.
*
* @ingroup LPC214x
*/
-/** @} */