diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-04-08 16:24:32 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-04-08 16:24:32 +0000 |
commit | 151a0e84ebf6b8f9ce06696418843943b78de737 (patch) | |
tree | 17a070e39b30004e0dcdf8e78993990792870b91 | |
parent | e64da09625d7c531301252f527644de708b5540c (diff) | |
download | ChibiOS-151a0e84ebf6b8f9ce06696418843943b78de737.tar.gz ChibiOS-151a0e84ebf6b8f9ce06696418843943b78de737.tar.bz2 ChibiOS-151a0e84ebf6b8f9ce06696418843943b78de737.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4087 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 23cf579cc..514f4c894 100644 --- a/readme.txt +++ b/readme.txt @@ -124,7 +124,8 @@ Johnny Halfmoon).
- NEW: Added handling of input 2 to the STM32 ICU driver (contributed by
Fabio).
-- NEW: STM32 Ethernet driver completed. Added an STM32 lwIP demo.
+- NEW: STM32 Ethernet driver completed. Added STM32F107 and STM32F407
+ lwIP demos.
- NEW: lwIP related code is not centralized into a single place, no need to
duplicate the code in each application or demo.
- CHANGE: Macros icuGetWidthI() and icuGetPeriodI() renamed to icuGetWidth()
|