diff --git a/readme.txt b/readme.txt index 0b1b066a9..49ae0b009 100644 --- a/readme.txt +++ b/readme.txt @@ -57,19 +57,6 @@ MSP430-MSP430x1611-GCC - Port on Texas Instruments MSP430F1611, the demo 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. diff --git a/todo.txt b/todo.txt index a4d6d67fe..73bed0fd5 100644 --- a/todo.txt +++ b/todo.txt @@ -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