aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-06-19 13:14:32 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-06-19 13:14:32 +0000
commit3d8180d95a02c876aa9de65a3364fd5de6657bc7 (patch)
tree613e8ec18785b201e06650748a2835ea23b25086 /readme.txt
parent1a5246e99628e0c5763f01ef388c93c6c3535542 (diff)
downloadChibiOS-3d8180d95a02c876aa9de65a3364fd5de6657bc7.tar.gz
ChibiOS-3d8180d95a02c876aa9de65a3364fd5de6657bc7.tar.bz2
ChibiOS-3d8180d95a02c876aa9de65a3364fd5de6657bc7.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@319 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index baf54330f..d0497ff24 100644
--- a/readme.txt
+++ b/readme.txt
@@ -61,18 +61,22 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
order to allow linking with non-GLP code under certain conditions.
The license change will happen before the 1.0.0 release, we are almost
there, everything looks very stable now.
-- Look into importing *or* implementing a TCP/IP stack and a File System.
- 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 ***
*****************************************************************************
+*** 0.6.6 ***
+- Added the definitions for packed structures to the chtypes.h files.
+
*** 0.6.5 ***
- NEW: Web server demo for the AT91SAM7X256, the demo integrates the uIP
stack and its demo applications.