diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-11-26 21:29:42 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-11-26 21:29:42 +0000 |
commit | 46523770bd015c564abe140a5018f08c5aba89a0 (patch) | |
tree | 32b15783a95431643399c53889c5bbfd312271a5 | |
parent | 6d11e44877536fd464bf6afd18b35bb17187f480 (diff) | |
download | ChibiOS-46523770bd015c564abe140a5018f08c5aba89a0.tar.gz ChibiOS-46523770bd015c564abe140a5018f08c5aba89a0.tar.bz2 ChibiOS-46523770bd015c564abe140a5018f08c5aba89a0.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3534 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/readme.txt b/readme.txt index fb4e4add2..de06681e8 100644 --- a/readme.txt +++ b/readme.txt @@ -102,7 +102,7 @@ - NEW: Added handling of USART6 to the STM32 serial driver.
- NEW: Added USE_COPT setting to all makefiles, contributed by Mabl.
- NEW: Added EXT driver implementation for AT91SAM7x, contributed by Florian.
- (TODO: Test application missing).
+ TODO: Test application missing.
- NEW: Updated USB driver model and STM32 implementation and fixed several
problems.
- Changed the API to move buffer copy operations out of critical zones.
@@ -154,7 +154,6 @@ - FIX: Fixed timeout problem in the lwIP interface layer (bug 3302420)
(backported to 2.2.4).
- NEW: Added AVR implementation of the PAL driver contributed by Leszek.
- (TODO: Update demos to use it)
- NEW: STM32L ADC driver implementation.
- NEW: Improved ADC driver model, now it is possible to handle error
conditions during the conversion process.
@@ -169,8 +168,8 @@ (API and functionality review)
- NEW: Improved MAC driver model, it now follows the same template of other
drivers.
- (TODO: uIP demo to be adapted)
- (TODO: implement macStop() in AT91SAM7X implementation)
+ TODO: uIP demo to be adapted.
+ TODO: implement macStop() in AT91SAM7X implementation.
- NEW: New RCC helper driver for STM32F1xx and STM32L1xx, it simplifies
the use of the RCC resources and hides most differences found among the
various STM32 sub-families.
|