aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-08-10 14:07:42 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-08-10 14:07:42 +0000
commit1c64ee6921bc85d56cf5fae3afe399bfbfdd627a (patch)
tree633db475804842baafca8a74d032b5c040d8e40d /readme.txt
parent2d1ded91fe36fbfa8427ce854d82cc3947789b31 (diff)
downloadChibiOS-1c64ee6921bc85d56cf5fae3afe399bfbfdd627a.tar.gz
ChibiOS-1c64ee6921bc85d56cf5fae3afe399bfbfdd627a.tar.bz2
ChibiOS-1c64ee6921bc85d56cf5fae3afe399bfbfdd627a.zip
STM32 related improvements, better SPI driver, improved DMA infrastructure.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2122 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index af2207d04..57d915044 100644
--- a/readme.txt
+++ b/readme.txt
@@ -80,7 +80,10 @@
- NEW: Added a generic BaseFileStream interface for future File System
implementations or integrations (untested and not sure if it will stay or
change).
+- OPT: Speed optimizations of the STM32 SPI driver, improved latency.
- CHANGE: Modified the STM32 ADC driver to use the new DMA infrastructure.
+- CHANGE: Modified the STM32 SPI driver to use the new DMA infrastructure.
+- CHANGE: Added DMA cleanup code to the STM32 dmaInit() function.
- CHANGE: Simplified preprocessor conditions in the STM32 serial driver.
- CHANGE: Renamed most of the STM32 HAL settings macro names in order to
make names more consistent.