diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-05-23 10:54:35 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-05-23 10:54:35 +0000 |
commit | 6239db82b28868af238ffd32bf576a0c7669dff9 (patch) | |
tree | 7ee08e81035d05ca792d26105c328b0c87e7b31c | |
parent | 3d64c337cb92683e21325df054da024732bd7199 (diff) | |
download | ChibiOS-6239db82b28868af238ffd32bf576a0c7669dff9.tar.gz ChibiOS-6239db82b28868af238ffd32bf576a0c7669dff9.tar.bz2 ChibiOS-6239db82b28868af238ffd32bf576a0c7669dff9.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@985 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 6a9cc1463..533782d47 100644 --- a/readme.txt +++ b/readme.txt @@ -56,6 +56,8 @@ MSP430-MSP430x1611-GCC - Port on Texas Instruments MSP430F1611, the demo targets the Olimex MSP430-P1611 board.
Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
MinGW version.
+GNU-Linux-GCC - ChibiOS/RT simulator for x86 Linux systems, it is
+ still work in progress but already running.
*****************************************************************************
*** Releases ***
@@ -106,6 +108,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, to the measurement. The STM32 performs the context switch in under 1.48uS.
- NEW: Improved priority inheritance test cases.
- NEW: Added architecture name strings to the port code.
+- NEW: Linux x86 simulator demo added. It is still work in progress.
- CHANGE: Removed the half duplex queues and half duplex serial drivers because
it was never extensively tested. The code is still available but not as part
of the kernel.
|