Version 1.11.

This commit is contained in:
NIIBE Yutaka
2018-10-02 09:58:45 +09:00
parent 0ed2e95ea2
commit fffb8aa3b3
5 changed files with 24 additions and 16 deletions

27
NEWS
View File

@@ -3,25 +3,28 @@ NEWS - Noteworthy changes
* Major changes in Chopstx 1.11
Released 2018-10-01
Released 2018-10-02
** Support calling chopstx_poll with intr->ready==1.
** Support calling chopstx_poll with intr->ready==1
In version <= 1.10, it assumed that all events should be handled after
chopstx_poll, before calling chopstx_poll again. With having
chopstx_intr_done, it's OK now that chopstx_poll can be called again
not examining/handling all poll descriptors, but only parts of them.
** Acknowledge button change.
In 1.10, the action was "memorized" by the edge detector. Now, edge
detector is disabled by ackbtn_disable, and it is enabled by
ackbtn_enable. So, the status is cleared correctly.
** Acknowledge button change
In 1.10, the action was able to be "memorized" by the edge detector.
Now, the edge detector is disabled by ackbtn_disable, and it is
enabled by ackbtn_enable. So, the status is cleared correctly.
** New board support: FST-01SZ
It's still under development. Programming-wise, it will keep same.
* Major changes in Chopstx 1.10
Released 2018-09-29
** Function chopstx_intr_wait is not deprecated, now.
** Function chopstx_intr_wait is not deprecated, now
Once, it was said that it's deprecated, but it's active again
to match the new function of chopstx_intr_done.
@@ -75,7 +78,7 @@ Timer expiration had a bug. When it is waken up, the wake up doesn't
handle as a timer expiration when there are multiple threads on same
timing of expire. It confuses as if it were forced wakeup.
** New driver: USART for STM32.
** New driver: USART for STM32
USART driver for STM32 is added.
@@ -410,11 +413,11 @@ Vectored Interrupt Controller (NVIC), in the ARM v7-M Architecture
Reference Manual. The subsection, B3.4.1, Theory of operation,
explains how it works.
** gpio_init change
Now, gpi_init support AFIO mapping and another GPIO (GPIO_OTHER)
settings.
Local Variables:
mode: outline
End:
# Local Variables:
# mode: outline
# End: