diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-30 08:49:10 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-30 08:49:10 +0000 |
commit | 49c40ba106e8fbea8e67157591eab7bf0c9e9a01 (patch) | |
tree | dfd145ca9a7d70960de75169b124a4b2d8b99193 /os/io/platforms/STM32F103/platform.dox | |
parent | 576d80eb6337c518374ed4ff4c54ff544708a98a (diff) | |
download | ChibiOS-49c40ba106e8fbea8e67157591eab7bf0c9e9a01.tar.gz ChibiOS-49c40ba106e8fbea8e67157591eab7bf0c9e9a01.tar.bz2 ChibiOS-49c40ba106e8fbea8e67157591eab7bf0c9e9a01.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1136 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/io/platforms/STM32F103/platform.dox')
-rw-r--r-- | os/io/platforms/STM32F103/platform.dox | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/os/io/platforms/STM32F103/platform.dox b/os/io/platforms/STM32F103/platform.dox index b1828425c..6ec9fbe20 100644 --- a/os/io/platforms/STM32F103/platform.dox +++ b/os/io/platforms/STM32F103/platform.dox @@ -18,9 +18,9 @@ */
/**
- * @defgroup STM32F103 STM32F103 Support
- * @brief STM32F103 specific support.
- * @details The STM32F103 support includes:
+ * @defgroup STM32 STM32 Support
+ * @brief STM32 specific support.
+ * @details The STM32 support includes:
* - I/O ports driver.
* - Buffered, interrupt driven, serial driver.
* - A demo supporting the kernel test suite.
@@ -29,9 +29,9 @@ */
/**
- * @defgroup STM32F103_PAL I/O Ports Support
+ * @defgroup STM32_PAL STM32 I/O Ports Support
* @brief I/O Ports peripherals support.
- * @details This module supports the STM32F103 GPIO controller. The controller
+ * @details This module supports the STM3 GPIO controller. The controller
* supports the following features (see @ref PAL):
* - 16 bits wide ports.
* - Atomic set/reset functions.
@@ -58,15 +58,15 @@ * resistor can change the resistor setting because the output latch is
* used for resistor selection.
* .
- * @ingroup STM32F103
+ * @ingroup STM32
*/
/**
- * @defgroup STM32F103_SERIAL USART Support
+ * @defgroup STM32_SERIAL STM32 USART Support
* @brief USART peripherals support.
- * @details The serial driver supports the STM32F103 USARTs in asynchronous
+ * @details The serial driver supports the STM32 USARTs in asynchronous
* mode.
*
- * @ingroup STM32F103
+ * @ingroup STM32
*/
\ No newline at end of file |