aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8502595..9a20015 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
2016-05-12 NIIBE Yutaka <gniibe@fsij.org>
* chopstx.c (chopstx_mutex_init): Initialize OWNER, too.
+ [__ARM_ARCH_7M__] (preempt): Bug fix for register 0 to inhibit
+ scheduling.
+ [__ARM_ARCH_6M__] (chx_sched): Return YIELD normally.
+ (MAX_USEC_FOR_TIMER): Guarantee 24-bit tick.
+ (chx_snooze): Revert the change of 2016-04-24 and modify
+ chopstx_poll instead.
+ (chopstx_poll): Support waiting forever.
2016-04-24 Niibe Yutaka <gniibe@fsij.org>