aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-25 20:45:15 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-25 20:45:15 +0000
commit06593fd3966ffff2ad5fbaaa14bbf82c61c4bd6a (patch)
treeb54d9b7d4665b1376204be10efe32ef0e50e778a /readme.txt
parentc852dcb3c960198f49c5fdd8619a6d5d581d9136 (diff)
downloadChibiOS-06593fd3966ffff2ad5fbaaa14bbf82c61c4bd6a.tar.gz
ChibiOS-06593fd3966ffff2ad5fbaaa14bbf82c61c4bd6a.tar.bz2
ChibiOS-06593fd3966ffff2ad5fbaaa14bbf82c61c4bd6a.zip
STM32 SPI driver optimization.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2427 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index e44efdf49..3f4f571ff 100644
--- a/readme.txt
+++ b/readme.txt
@@ -92,6 +92,8 @@
- NEW: Added demo for the ST STM8L-Discovery kit.
- NEW: Added support for the STM32 Value Line to the HAL.
- NEW: Added demo for the ST STM32VL-Discovery kit.
+- OPT: STM32 SPI driver implementation improved, reduced latency when
+ starting a transfer.
- CHANGE: Improved the STM32 HAL to support multiple sub-families, at compile
time now it is possible to test the presence of any single peripheral into
the specified STM32 device.