diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-03-08 21:09:14 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-03-08 21:09:14 +0000 |
commit | ebaac50aa4daa939814b783b1239073e3170860f (patch) | |
tree | d3d799bf8e2240ca7851bb2c236b345e0ae40f77 /readme.txt | |
parent | 6b1c74271cf04a5f3ce225321912cdf3f365f673 (diff) | |
download | ChibiOS-ebaac50aa4daa939814b783b1239073e3170860f.tar.gz ChibiOS-ebaac50aa4daa939814b783b1239073e3170860f.tar.bz2 ChibiOS-ebaac50aa4daa939814b783b1239073e3170860f.zip |
Improvements to the Serial over USB driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2810 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index a1a0a3ce4..d07108ad3 100644 --- a/readme.txt +++ b/readme.txt @@ -71,6 +71,7 @@ *****************************************************************************
*** 2.3.1 ***
+- OPT: Simplified Serial over USB driver configuration.
- CHANGE: Removed all the prefixes from the structure/union field names
in the HAL subsystem.
|