aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-08-17 08:50:00 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-08-17 08:50:00 +0000
commit8b45c58317683148179c9964e67c8f7d0683257b (patch)
treec28a9ca8f403945561465d09d77fe8975378e461 /readme.txt
parentae70bb24cc5cd5b1d6a298ea298fe7c25b690dc8 (diff)
downloadChibiOS-8b45c58317683148179c9964e67c8f7d0683257b.tar.gz
ChibiOS-8b45c58317683148179c9964e67c8f7d0683257b.tar.bz2
ChibiOS-8b45c58317683148179c9964e67c8f7d0683257b.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2132 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 45c9198e7..dc19c922f 100644
--- a/readme.txt
+++ b/readme.txt
@@ -71,6 +71,7 @@
2.0.3).
- FIX: Fixed a documentation error regarding the ADC driver function
adcStartConversion() (bug 3039890)(backported to 2.0.3).
+- NEW: New I2C device driver model (no implementations yet).
- NEW: Added to the UART driver the capability to return the number of
not yet transferred frames when stopping an operation.
- NEW: Added more compile-time checks to the various STM32 device drivers.