diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-22 19:16:43 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-22 19:16:43 +0000 |
commit | 025d5992bb75bf6cdd9a4b2069afcb1ab9fb8962 (patch) | |
tree | a94125793e1d6a8a2024386b532be5d58dcddafb | |
parent | bae98eb8d8e752aa084a2438aa99d5f72e3f1247 (diff) | |
download | ChibiOS-025d5992bb75bf6cdd9a4b2069afcb1ab9fb8962.tar.gz ChibiOS-025d5992bb75bf6cdd9a4b2069afcb1ab9fb8962.tar.bz2 ChibiOS-025d5992bb75bf6cdd9a4b2069afcb1ab9fb8962.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@667 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 13 |
1 files changed, 12 insertions, 1 deletions
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
|