diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-28 14:45:52 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-28 14:45:52 +0000 |
commit | 1b5af1dc4ac3549322c6eda41d6f6bf851cf2a54 (patch) | |
tree | 9103adf17442cb41114b37094162a6b1c8c40457 | |
parent | f0b261b0aa1559cefedb638f5a49ba46b81333cc (diff) | |
download | ChibiOS-1b5af1dc4ac3549322c6eda41d6f6bf851cf2a54.tar.gz ChibiOS-1b5af1dc4ac3549322c6eda41d6f6bf851cf2a54.tar.bz2 ChibiOS-1b5af1dc4ac3549322c6eda41d6f6bf851cf2a54.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3888 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 6 | ||||
-rw-r--r-- | todo.txt | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/readme.txt b/readme.txt index 8ee555086..c211b953e 100644 --- a/readme.txt +++ b/readme.txt @@ -30,7 +30,11 @@ | | | +--LPC214x/ - Drivers for LPC214x platform.
| | | +--MSP430/ - Drivers for MSP430 platform.
| | | +--SPC56x/ - Drivers for SPC56x/MPC563xx platforms.
- | | | +--STM32/ - Drivers for STM32 platform.
+ | | | +--STM32/ - Drivers for STM32 platform (common).
+ | | | +--STM32F1xx/- Drivers for STM32F1xx platform.
+ | | | +--STM32F2xx/- Drivers for STM32F2xx platform.
+ | | | +--STM32F4xx/- Drivers for STM32F4xx platform.
+ | | | +--STM32L1xx/- Drivers for STM32L1xx platform.
| | | +--STM8L/ - Drivers for STM8L platform.
| | | +--STM8S/ - Drivers for STM8S platform.
| | | +--Posix/ - Drivers for x86 Linux/OSX simulator platform.
@@ -7,8 +7,8 @@ N = Decided against. Current Pipeline (2.4.0):
* Complete test cycle.
-X Complete documentation cycle.
-- Release.
+* Complete documentation cycle.
+X Release.
Version 2.4.1
X STM32F2 validation (so far testing done on STM32F4 only).
|