aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-02-10 15:47:43 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-02-10 15:47:43 +0000
commit2f003bd7214c54560500b281661281a5c6903cee (patch)
tree4ea5d37eab3f924d1c5b8c74b5e213c7509f3f7e /readme.txt
parentbbc2b91e9c2b438c97a2412b862f58a914d72394 (diff)
downloadChibiOS-2f003bd7214c54560500b281661281a5c6903cee.tar.gz
ChibiOS-2f003bd7214c54560500b281661281a5c6903cee.tar.bz2
ChibiOS-2f003bd7214c54560500b281661281a5c6903cee.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2728 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/readme.txt b/readme.txt
index 5ce5777ad..b61e1d79f 100644
--- a/readme.txt
+++ b/readme.txt
@@ -70,13 +70,12 @@
*** 2.3.0 ***
- FIX: Fixed wrong serial driver macros (bug 3173336)(backported to 2.2.1).
-- NEW: Added experimental generic USB driver, it will certainly change in next
+- NEW: Added experimental generic USB driver, it will evolve in next
releases.
- NEW: Added an experimental USB driver implementation for STM32.
- NEW: Added experimental "serial over USB" driver, it implements a
Communication Device Class exposing it as a normal serial driver to
- applications, it will certainly change in next
- releases.
+ applications, probably it will evolve in next releases.
- NEW: Added USB CDC loopback test application.
- NEW: Implemented new event IO_TRANSMISSION_END in the generic serial
driver. This event marks the physical transmission end of a data stream.