From 025d5992bb75bf6cdd9a4b2069afcb1ab9fb8962 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 22 Jan 2009 19:16:43 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@667 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 9ecda52a0..df5dd47ca 100644 --- a/readme.txt +++ b/readme.txt @@ -78,7 +78,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, - NEW: Improved the interrupt handlers related code. Now interrupts are handled in a very similar way in every architecture. - OPT: Improved ARM7 thumb port code, thanks to some GCC tricks involving - registers usage now the kernel is much smaller, much faster and most OS APIs + registers usage now the kernel is much smaller, faster and most OS APIs use less RAM in stack frames (note, this is an ARM7 thumb mode specific optimization). - CHANGE: Renamed the macros chSysIRQEnter() and chSysIRQExit() in @@ -93,6 +93,17 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, documentation and updated, the wiki entries are obsolete and will be removed. - New application notes and articles added. +*** 1.0.0rc3 *** +- FIX: Fixed a nasty regression to the timeout unified code that affected + some APIs since version 0.5.3. See the bug tracker for more details. + Added a test case about this. +- FIX: Removed the API chThdSuspend() there was a conceptual flaw and I want + to think about the whole concept again before introducing something similar + in future. Anyway, it is possible to replicate the functionality using + chSchGoSleepS(). +- Fixed typos here and there. +- Updated the states diagram in the documentation. + *** 1.0.0rc2 *** - FIX: Removed unused variable "retaddr" from the Cortex-M3 port. - FIX: The macro THD_WA_SIZE was defined wrongly in the file