aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-08-11 07:44:06 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-08-11 07:44:06 +0000
commit8ceaa9ca9916fda5ff51016170a2aa53766032a3 (patch)
tree7f81c5cc5a7513bd39fefb21c9f7f58baea3a017 /readme.txt
parent6afde6bf199115ad3c6d002b5636e27938ed1027 (diff)
downloadChibiOS-8ceaa9ca9916fda5ff51016170a2aa53766032a3.tar.gz
ChibiOS-8ceaa9ca9916fda5ff51016170a2aa53766032a3.tar.bz2
ChibiOS-8ceaa9ca9916fda5ff51016170a2aa53766032a3.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2124 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 57d915044..0fe86244b 100644
--- a/readme.txt
+++ b/readme.txt
@@ -81,6 +81,7 @@
implementations or integrations (untested and not sure if it will stay or
change).
- OPT: Speed optimizations of the STM32 SPI driver, improved latency.
+- OPT: Speed optimizations of the STM32 ADC driver.
- 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.