diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2015-09-06 17:49:24 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2015-09-06 17:49:24 +0000 |
commit | fe349ebe3a8b41df86ee70d89fc4c8cbf85f3baa (patch) | |
tree | 8399e20112946373ef36e927b9fa9913f03fb22c /readme.txt | |
parent | 006c771612a7abec1d2ac3c7afa84b190cb32f4a (diff) | |
download | ChibiOS-fe349ebe3a8b41df86ee70d89fc4c8cbf85f3baa.tar.gz ChibiOS-fe349ebe3a8b41df86ee70d89fc4c8cbf85f3baa.tar.bz2 ChibiOS-fe349ebe3a8b41df86ee70d89fc4c8cbf85f3baa.zip |
Fixed buffers alignment problem on STM32 USBv1.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8283 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index 76a750033..7c585d8f8 100644 --- a/readme.txt +++ b/readme.txt @@ -73,7 +73,7 @@ *****************************************************************************
*** 3.1.0 ***
-- HAL: STM32 OTG buffers and queues do not more require to be aligned in
+- HAL: STM32 USB/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.
|