aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-01-30 19:18:26 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-01-30 19:18:26 +0000
commit22781883e073a764779a36fe1a0b02baf8f946a0 (patch)
treeb9a5f809075416413e9f323b18b4120f516e5917 /readme.txt
parent5e31d55f748df66a6fef7570b4c11947e360d3fa (diff)
downloadChibiOS-22781883e073a764779a36fe1a0b02baf8f946a0.tar.gz
ChibiOS-22781883e073a764779a36fe1a0b02baf8f946a0.tar.bz2
ChibiOS-22781883e073a764779a36fe1a0b02baf8f946a0.zip
Merged the USB branch and made the needed adjustments, not tested yet.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2695 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 1be5ae77d..db6f8a7d4 100644
--- a/readme.txt
+++ b/readme.txt
@@ -69,6 +69,13 @@
*****************************************************************************
*** 2.3.0 ***
+- NEW: Added experimental USB driver, it will certainly change in next
+ releases.
+- 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.
+- 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.
- NEW: Implemented the new IO_TRANSMISSION_END event in the STM32 serial