diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-15 08:17:27 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-15 08:17:27 +0000 |
commit | 9568ccf9d193dc60cf3f07b18cab9079e5fcbb18 (patch) | |
tree | d2dbc18f425b8b5601d17e61f1aa14a9675ae4e3 /readme.txt | |
parent | 7391ec61e2ae42133c076d10899af324776e8255 (diff) | |
download | ChibiOS-9568ccf9d193dc60cf3f07b18cab9079e5fcbb18.tar.gz ChibiOS-9568ccf9d193dc60cf3f07b18cab9079e5fcbb18.tar.bz2 ChibiOS-9568ccf9d193dc60cf3f07b18cab9079e5fcbb18.zip |
Upgrades to STM32 GPT, ICU and PWM drivers.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6150 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index a5d35f765..f2d94fa2c 100644 --- a/readme.txt +++ b/readme.txt @@ -112,6 +112,9 @@ (backported to 2.6.0).
- FIX: Fixed MS2ST() and US2ST() macros error (bug #415)(backported to 2.6.0,
2.4.4, 2.2.10, NilRTOS).
+- NEW: Added initializer for the DIER register to the STM32 GPT, ICU and
+ PWM drivers.
+- NEW: Added support for 32bits counters to the STM32 GPT driver.
- NEW: Added support for STM32F4xx backup RAM.
- NEW: Added port support for SCP560B64.
- NEW: Added DAC driver high level files and low level files templates.
@@ -120,6 +123,8 @@ - NEW: SPI driver for SPC560Pxx, SPC563Mxx, SPC564Axx, SPC56ELAxx, SPC560Dxx.
- NEW: Support for SPC560Dxx devices.
- NEW: DMA-MUX support for SPC5xx devices.
+- CHANGE: Moved the STM32 GPT, ICU and PWM low level drivers under
+ ./os/hal/platform/STM32/TIMv1. Updated all the impacted project files.
*** 2.5.2 ***
- FIX: Fixed lwipthread.h should explicitly include lwip/opts.h (bug #414).
|