aboutsummaryrefslogtreecommitdiffstats
path: root/ports/ARM7-AT91SAM7X
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-AT91SAM7X
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-AT91SAM7X')
-rw-r--r--ports/ARM7-AT91SAM7X/port.dox21
1 files changed, 15 insertions, 6 deletions
diff --git a/ports/ARM7-AT91SAM7X/port.dox b/ports/ARM7-AT91SAM7X/port.dox
index 2b48a7e75..d17361875 100644
--- a/ports/ARM7-AT91SAM7X/port.dox
+++ b/ports/ARM7-AT91SAM7X/port.dox
@@ -19,7 +19,6 @@
/**
* @defgroup AT91SAM7X AT91SAM7X Support
- * @{
* @brief AT91SAM7X specific support.
* @details The AT91SAM7X support includes:
* - Buffered, interrupt driven, serial driver.
@@ -29,23 +28,33 @@
*
* @ingroup ARM7
*/
-/** @} */
+
+/**
+ * @defgroup AT91SAM7X_PAL I/O Ports Support
+ * @brief I/O Ports peripherals support.
+ * @details This module supports the AT91SAM7X PIO controller. The controller
+ * supports the following features (see @ref PAL):
+ * - 32 bits wide ports.
+ * - Atomic set/reset functions.
+ * - Output latched regardless of the pad setting.
+ * - Direct read of input pads regardless of the pad setting.
+ * .
+ * The only non atomic operations are bit toggling and bus/group writing.
+ *
+ * @ingroup AT91SAM7X
+ */
/**
* @defgroup AT91SAM7X_SERIAL USART Support
- * @{
* @brief USART peripherals support.
* @details The serial driver supports the AT91SAM7X USART peripherals.
*
* @ingroup AT91SAM7X
*/
-/** @} */
/**
* @defgroup AT91SAM7X_EMAC EMAC Support
- * @{
* @brief EMAC peripheral support.
*
* @ingroup AT91SAM7X
*/
-/** @} */