diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-07-01 11:50:25 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-07-01 11:50:25 +0900 |
commit | 09f27704f5be59ffe12dcb2a8e54083f44b014ee (patch) | |
tree | 3692da96ac31240a0cad689c903e1990feb0783f /NEWS | |
parent | 1f23bd4048610ce98f3a77e28feff8a0cd346208 (diff) |
Version 1.1release/1.1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -3,13 +3,18 @@ NEWS - Noteworthy changes * Major changes in Chopstx 1.1 - Released 2016-07-XX + Released 2016-07-01 ** API change: chopstx_poll -In version 1.0, chopstx_poll has variable arguments. It found -that it's challenging for ffi or lower level C implementation. -An example is that a program touches FPU registers for varargs. -So, we decided to avoid use of varargs in Chopstx. +In version 1.0, chopstx_poll has variable arguments. It found that +it's challenging for ffi or lower level C implementation, if C +compiler is new for the specific MCU target. Another example is that +a program touches FPU registers for varargs, even if no argument is +float. So, we decided to avoid use of varargs in Chopstx. + +** API change: chopstx_setpriority +In version 1.0, chopstx_setpriority does not return value. It is +changed to return old value of the priority. * Major changes in Chopstx 1.0 |