diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2015-09-06 09:31:49 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2015-09-06 09:31:49 +0000 |
commit | fa1c7f8bd2c8c0af7f9a5040f8d8d13197e51c06 (patch) | |
tree | 5d9e38d33716146ce3092f106fe97fbed66556d4 /readme.txt | |
parent | 4c19d32590b2bcb94f9318d7414745bc55cb926e (diff) | |
download | ChibiOS-fa1c7f8bd2c8c0af7f9a5040f8d8d13197e51c06.tar.gz ChibiOS-fa1c7f8bd2c8c0af7f9a5040f8d8d13197e51c06.tar.bz2 ChibiOS-fa1c7f8bd2c8c0af7f9a5040f8d8d13197e51c06.zip |
Fixed problem with OTG buffers alignment.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8281 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 6864a2927..76a750033 100644 --- a/readme.txt +++ b/readme.txt @@ -73,6 +73,8 @@ *****************************************************************************
*** 3.1.0 ***
+- HAL: STM32 OTG buffers and queues do not more require to be aligned in
+ position and size.
- VAR: Improved GCC rules.ld, now it is possible to assign the heap to any
of the available RAM regions.
- HAL: STM32 GPT, ICU and PWM driver enhancements. Now it is possible to
|