diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-23 16:16:53 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-23 16:16:53 +0000 |
commit | a5bdf86e5b89a7abb281ac5514c7d6cb4d64c365 (patch) | |
tree | df5b738ab072ac68f42a769032d37278b43b4677 /readme.txt | |
parent | 64c9d79b312dd40757cbcb66003c10690f415079 (diff) | |
download | ChibiOS-a5bdf86e5b89a7abb281ac5514c7d6cb4d64c365.tar.gz ChibiOS-a5bdf86e5b89a7abb281ac5514c7d6cb4d64c365.tar.bz2 ChibiOS-a5bdf86e5b89a7abb281ac5514c7d6cb4d64c365.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2424 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 6b3aafc53..bf9901e1e 100644 --- a/readme.txt +++ b/readme.txt @@ -76,6 +76,9 @@ - FIX: Fixed typo in board name (bug 3113574)(backported to 2.0.7).
- FIX: Fixed defective event wait functions with timeout (bug 3113443)
(backported to 2.0.7).
+- NEW: Added to the STM32 ADC driver the macros for easy handling of the
+ sampling time for each channel.
+- NEW: Greatly simplified the STM32 PWM driver implementation.
- NEW: Added new macro PWM_FRACTION_TO_WIDTH() to the PWM driver model.
- NEW: ARM7 port reorganization following the same pattern of the ARMCMx
one, on now the port is also supports the ARM9 architecture (but not
|