diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-06-28 15:48:15 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-06-28 15:48:15 +0900 |
commit | 15a4403f244f70234dce8f6a89ea94796dee3022 (patch) | |
tree | 0108c0ba4a1fea0f52c720f33df7161f1d9015e8 /ChangeLog | |
parent | 40adf95c24f85f475896e1c55e1af5f32349729a (diff) |
chopstx_poll change
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2016-06-28 NIIBE Yutaka <gniibe@fsij.org> + + * chopstx.h (struct chx_poll_head): Declare here. + + * chopstx.c (chopstx_poll): Don't use varargs, but use + an array of pointer. + (chopstx_intr_wait): Follow the change of chopstx_poll. + * eventflag.c (eventflag_wait_timeout): Likewise. + * contrib/adc-stm32f103.c (adc_wait_completion): Likewise. + * contrib/adc-mkl27z.c (adc_wait_completion): Likewise. + 2016-06-16 Niibe Yutaka <gniibe@fsij.org> * VERSION: 1.0. |