diff options
author | liamstask <liamstask@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-07-12 17:30:29 +0000 |
---|---|---|
committer | liamstask <liamstask@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-07-12 17:30:29 +0000 |
commit | 4400d5b7d64454fcec325017f8c950914c684be6 (patch) | |
tree | c4e844067b2655f1950c3d1e44fca3600bca3f3b | |
parent | 49754b31dc6bdcee0c8f0a2eeb83a615231b5615 (diff) | |
download | ChibiOS-4400d5b7d64454fcec325017f8c950914c684be6.tar.gz ChibiOS-4400d5b7d64454fcec325017f8c950914c684be6.tar.bz2 ChibiOS-4400d5b7d64454fcec325017f8c950914c684be6.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2075 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 58110bd14..91c3109bc 100644 --- a/readme.txt +++ b/readme.txt @@ -70,6 +70,7 @@ Cortex-Mx port (bug 3025133)(backported to 2.0.2).
- NEW: Added friendly interrupt vectors names to the STM32 HAL (change request
3023944).
+- NEW: Added support for SPI3 in the STM32 HAL
- CHANGE: Removed the option -mabi=apcs-gnu from all the Cortex-Mx demos. The
option is not compatible with the 64 bits stack alignment now default in
the Cortex-Mx port. Note that the 64 bits alignment has a cost both as
|