diff options
Diffstat (limited to 'readme.txt')
| -rw-r--r-- | readme.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 8ca71bfb7..5b24f0041 100644 --- a/readme.txt +++ b/readme.txt @@ -46,6 +46,11 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet. - Now the threads working area is filled with a 0x55 when in debug mode, this
will make easier to track stack usage using a JTAG probe.
- Added an I/O Queues benchmark to the test suite.
+- Fixed a bug in chIQGetTimeout(), interrupts were not re-enabled when exiting
+ the function because a timeout. The problem affected that API only.
+- Removed the chSchTimerHandlerI() routine from chschd.c and moved it into
+ chinit.c renaming it chSysTimerHandlerI() because it is not part of the
+ scheduler.
*** 0.4.3 ***
- Size optimization in the events code, now the chEvtWait() reuses the
|
