aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2016-05-12 18:12:52 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2016-05-12 18:12:52 +0900
commit5730641ffdd26c5033ef9d5aaae29b68dee7c2e0 (patch)
tree10dd4d6c1018bc7f20cfa8d68f78cc51ffa8f944 /ChangeLog
parent5c1638c02329c479ea0c11ffa24ec84b37600feb (diff)
Bug fixes for Cortex-M3 and chopstx_poll
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>