diff options
Diffstat (limited to 'os/hal')
-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 +
|