git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@925 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-05-01 07:39:07 +00:00
parent 34728efb16
commit e0073441fe
2 changed files with 2 additions and 20 deletions

View File

@ -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, Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
MinGW version. 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 *** *** 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 the functionality can be re-created with a compound atomic operation. Also
removed the CH_USE_MESSAGES_EVENT configuration option. removed the CH_USE_MESSAGES_EVENT configuration option.
- CHANGE: Modified the test suite assertions in order to save RAM on the AVR - 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 *** *** 1.2.0 ***
- Added license exception text to the 1.2.0 branch. - Added license exception text to the 1.2.0 branch.

View File

@ -43,9 +43,4 @@ X File System
Lower priority: Lower priority:
- More demos - More demos
- More ARM ports - More ports
? PIC24 port
- Microblaze port
- PowerPC port
? Coldfire port
? H8 port