diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-30 19:19:36 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-30 19:19:36 +0000 |
commit | e7eb20f7f6416fe248d7cfe7d799a322db631327 (patch) | |
tree | 34a0e00766c71c28b5641568d02991e3103b7779 | |
parent | 22781883e073a764779a36fe1a0b02baf8f946a0 (diff) | |
download | ChibiOS-e7eb20f7f6416fe248d7cfe7d799a322db631327.tar.gz ChibiOS-e7eb20f7f6416fe248d7cfe7d799a322db631327.tar.bz2 ChibiOS-e7eb20f7f6416fe248d7cfe7d799a322db631327.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2696 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index db6f8a7d4..ee93ad91d 100644 --- a/readme.txt +++ b/readme.txt @@ -69,8 +69,9 @@ *****************************************************************************
*** 2.3.0 ***
-- NEW: Added experimental USB driver, it will certainly change in next
+- NEW: Added experimental generic USB driver, it will certainly change 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
|