diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-05-10 18:33:49 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-05-10 18:33:49 +0000 |
commit | 0cb8d71e9da98423ea75f0c77b05d4a441d57af8 (patch) | |
tree | 960b09405ed881787c017b0bfbb55aa4c6758157 /readme.txt | |
parent | f91dff51cc155f265a65417087f3402e99f6e5ae (diff) | |
download | ChibiOS-0cb8d71e9da98423ea75f0c77b05d4a441d57af8.tar.gz ChibiOS-0cb8d71e9da98423ea75f0c77b05d4a441d57af8.tar.bz2 ChibiOS-0cb8d71e9da98423ea75f0c77b05d4a441d57af8.zip |
SDC improvements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2946 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 215a6e166..bedf49b1f 100644 --- a/readme.txt +++ b/readme.txt @@ -85,6 +85,8 @@ to 2.2.4).
- FIX: Fixed spurious characters generated by Serial over USB driver (bug
3276379).
+- NEW: Added new SDC driver model, Secure Digital Card.
+- NEW: SDC driver implementation for STM32.
- NEW: Updated the STM32 header file to the latest version 3.4.0, had to
fix a bug regarding the STM32 XL sub-family.
- NEW: New unified GCC startup file for Cortex-Mx processors, it is written
|