aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-22 20:26:22 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-22 20:26:22 +0000
commit0ce4d551dfd5c15c6908c78c7cd48000454f726d (patch)
treecb187402dd12b3b6ffb33f6a792591281d3987d0 /readme.txt
parent99badd54946920ee69966f6a92d4b4134e4ba9a5 (diff)
downloadChibiOS-0ce4d551dfd5c15c6908c78c7cd48000454f726d.tar.gz
ChibiOS-0ce4d551dfd5c15c6908c78c7cd48000454f726d.tar.bz2
ChibiOS-0ce4d551dfd5c15c6908c78c7cd48000454f726d.zip
Optimization to the STM32 SPI driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2081 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index e0348b722..dd7a74714 100644
--- a/readme.txt
+++ b/readme.txt
@@ -81,6 +81,7 @@
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
performance and as space but it is the "standard".
+- OPT: Small speed optimization in the STM32 SPI driver.
- Fixed various documentation errors.
*** 2.1.0 ***