aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-05-04 09:20:30 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-05-04 09:20:30 +0000
commit6dc59bdf42a4342127dfbef2c1284bf544295a78 (patch)
tree00507dbd431183a5f030126bf3b48229a6666550 /readme.txt
parent2a2598ff1b1e696b2b6f0076a419329911edac30 (diff)
downloadChibiOS-6dc59bdf42a4342127dfbef2c1284bf544295a78.tar.gz
ChibiOS-6dc59bdf42a4342127dfbef2c1284bf544295a78.tar.bz2
ChibiOS-6dc59bdf42a4342127dfbef2c1284bf544295a78.zip
ICU support for STM32 TIM9 unit.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5673 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index a24340aba..116ef4e14 100644
--- a/readme.txt
+++ b/readme.txt
@@ -154,7 +154,7 @@
- NEW: Added new pwmIsChannelEnabledI() API to the PWM driver, implemented
in the STM32 driver.
- NEW: Added support for timers 6, 7, 9, 11, 12, 14 to the STM32 GPT driver.
-- NEW: Added support for timer 9 to the STM32 PWM driver.
+- NEW: Added support for timer 9 to the STM32 PWM and ICU drivers.
- NEW: Relicensed parts of the distribution tree under the Apache 2.0
license in order to make specific parts of the code more accessible
to the open source community and adopters.