aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt30
1 files changed, 20 insertions, 10 deletions
diff --git a/readme.txt b/readme.txt
index 528e0921d..375932bf1 100644
--- a/readme.txt
+++ b/readme.txt
@@ -23,21 +23,31 @@
Current ports under ./demos:
-Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
- MinGW version.
-Win32-MSVS - ChibiOS/RT simulator and demo into a WIN32 process,
- Visual Studio 7 or any later version should work.
-ARM7-LPC214x-GCC - ChibiOS/RT port for ARM7 LPC2148, the demo targets the
- Olimex LPC-P2148 board. This port can be easily modified
- for any processor into the LPC2000 family or other
- boards. The demo can be compiled using YAGARTO or any
- other GCC-based ARM toolchain. Full demo.
-AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet.
+Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
+ MinGW version.
+Win32-MSVS - ChibiOS/RT simulator and demo into a WIN32 process,
+ Visual Studio 7 or any later version should work.
+ARM7-LPC214x-GCC - ChibiOS/RT port for ARM7 LPC2148, the demo targets the
+ Olimex LPC-P2148 board. This port can be easily
+ modified for any processor into the LPC2000 family or
+ other boards. The demo can be compiled using YAGARTO
+ or any other GCC-based ARM toolchain. Full demo.
+ARM7-LPC214x-GCC-min - Minimal demo for LPC214X.
+AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet.
*****************************************************************************
*** Releases ***
*****************************************************************************
+*** 0.4.3 ***
+- Minor improvement in the LPC214x serial driver, unneeded events were
+ generated.
+- Size optimization in the events code, now the chEvtWait() reuses the
+ chEvtWaitTimeout() code if it is enabled.
+- Size optimization in the semaphores code, now the chSemWaitTimeout() just
+ invokes the chSemWaitTimeoutS() inside its system mutex zone.
+- Fixed a chSysInit() documentation error.
+
*** 0.4.2 ***
- Added a minimal ARM7-LPC demo, you can use this one as template in order to
create your application. It is easier to add subsystems back to the small