diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2013-11-08 11:37:53 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2013-11-08 11:37:53 +0900 |
commit | 21c3f461c56832329a4968103c060ffc22545e96 (patch) | |
tree | db7bbbffcd56eef4c680ace4bcbd6c20b77e77ab /NEWS | |
parent | e957d1aff84b2d7020dd6ad453363da4ffdd5983 (diff) |
Version 0.02release/0.02
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ NEWS - Noteworthy changes +* Major changes in Chopstx 0.02 + + Released 2013-11-08, by NIIBE Yutaka + +** Bug fix of priority +There was a severe bug about the configuraion of priority setting of +exceptions. As we don't use any inter-lock between interrupts hander +and timer expiration handler, these priorities should be equal. If +not, timer expiration handler might interrupt the execution of +interrupts handers. + + * Major changes in Chopstx 0.01 Released 2013-11-03, by NIIBE Yutaka |