diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-06-14 13:10:38 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-06-14 13:10:38 +0000 |
commit | 6ab7ea31f114af0e0d98494156d456279dd5ecd4 (patch) | |
tree | eea62185afe26a8428a5d6b42c40910ec1e6aeba /ports/ARM7-AT91SAM7X | |
parent | 03aef59589a44aec94456526a9e207c27149a750 (diff) | |
download | ChibiOS-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.dox | 21 |
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
*/
-/** @} */
|