diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-12 18:12:52 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-12 18:12:52 +0900 |
commit | 5730641ffdd26c5033ef9d5aaae29b68dee7c2e0 (patch) | |
tree | 10dd4d6c1018bc7f20cfa8d68f78cc51ffa8f944 /ChangeLog | |
parent | 5c1638c02329c479ea0c11ffa24ec84b37600feb (diff) |
Bug fixes for Cortex-M3 and chopstx_poll
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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> |