diff options
-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
|