diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-05-01 07:39:07 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-05-01 07:39:07 +0000 |
commit | e0073441fe85ae82accf2c0c7e4f329d5e59ed08 (patch) | |
tree | 7e1ef0d50b99d575a542f113ae5837a3a1ff5516 | |
parent | 34728efb1629b43e72d5f8ac22093abb3b90db13 (diff) | |
download | ChibiOS-e0073441fe85ae82accf2c0c7e4f329d5e59ed08.tar.gz ChibiOS-e0073441fe85ae82accf2c0c7e4f329d5e59ed08.tar.bz2 ChibiOS-e0073441fe85ae82accf2c0c7e4f329d5e59ed08.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@925 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 15 | ||||
-rw-r--r-- | todo.txt | 7 |
2 files changed, 2 insertions, 20 deletions
diff --git a/readme.txt b/readme.txt index 0b1b066a9..49ae0b009 100644 --- a/readme.txt +++ b/readme.txt @@ -58,19 +58,6 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, MinGW version.
*****************************************************************************
-*** Plans ***
-*****************************************************************************
-
-- Evaluate other architectures for a possible ChibiOS/RT port. An important
- selection parameter will be the availability of FOSS toolchains. Currently
- we are evaluating the MicroBlaze.
-- Creation of a reduced ChibiOS/RT kernel targeted to lesser 8bit micros and
- educational purposes, the name will probably be ChibiOS/SX, we are still
- discussing it.
-- File System implementation as side project. Basic requirements: Thread safe,
- concurrent accesses, proper buffers cache.
-
-*****************************************************************************
*** Releases ***
*****************************************************************************
@@ -99,7 +86,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, the functionality can be re-created with a compound atomic operation. Also
removed the CH_USE_MESSAGES_EVENT configuration option.
- CHANGE: Modified the test suite assertions in order to save RAM on the AVR
- targets. The test suit now uses much less string space.
+ targets. The test suite now uses much less string space.
*** 1.2.0 ***
- Added license exception text to the 1.2.0 branch.
@@ -43,9 +43,4 @@ X File System Lower priority:
- More demos
-- More ARM ports
-? PIC24 port
-- Microblaze port
-- PowerPC port
-? Coldfire port
-? H8 port
+- More ports
|