diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-01-08 13:37:23 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-01-08 13:37:23 +0000 |
commit | 19aff238cb04c02491e65f391f2fcceb09da4dd5 (patch) | |
tree | e82f9c91ff9f8d23390d3046d363d4d9fdc7853f /os/hal/platforms/STM32 | |
parent | 1eebe078ffbb85c3fb8a14db4d241502b27145bf (diff) | |
download | ChibiOS-19aff238cb04c02491e65f391f2fcceb09da4dd5.tar.gz ChibiOS-19aff238cb04c02491e65f391f2fcceb09da4dd5.tar.bz2 ChibiOS-19aff238cb04c02491e65f391f2fcceb09da4dd5.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1510 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32')
-rw-r--r-- | os/hal/platforms/STM32/platform.dox | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/os/hal/platforms/STM32/platform.dox b/os/hal/platforms/STM32/platform.dox index e243f870c..6cf743df8 100644 --- a/os/hal/platforms/STM32/platform.dox +++ b/os/hal/platforms/STM32/platform.dox @@ -23,8 +23,10 @@ * @details The STM32 support includes:
* - I/O ports driver.
* - Buffered, interrupt driven, serial driver.
- * - DMA capable, high performance, SPI driver.
+ * - Interrupt driver CAN driver.
* - DMA capable, high performance, ADC driver.
+ * - DMA capable, high performance, SPI driver.
+ * - PWM driver.
* - A demo supporting the kernel test suite.
* - A demo that demonstrate the FatFs use with the MMC driver.
* .
@@ -124,4 +126,4 @@ *
* @ingroup STM32
*/
-
\ No newline at end of file +
|