Version 1.10.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2018-09-29 NIIBE Yutaka <gniibe@fsij.org>
|
||||
|
||||
* VERSION: 1.10.
|
||||
* doc/chopstx.texi (VERSION): 1.10.
|
||||
|
||||
2018-09-27 NIIBE Yutaka <gniibe@fsij.org>
|
||||
|
||||
* contrib/ackbtn-stm32f103.c: New.
|
||||
|
||||
6
NEWS
6
NEWS
@@ -3,7 +3,7 @@ NEWS - Noteworthy changes
|
||||
|
||||
* Major changes in Chopstx 1.10
|
||||
|
||||
Released 2018-09-XX
|
||||
Released 2018-09-29
|
||||
|
||||
** Function chopstx_intr_wait is not deprecated, now.
|
||||
Once, it was said that it's deprecated, but it's active again
|
||||
@@ -14,8 +14,8 @@ To avoid spurious interrupt, we introduce new function
|
||||
chopstx_intr_done, which should be called after interrupt handling.
|
||||
|
||||
** New driver: Acknowledge button for FST-01SZ
|
||||
Use case is waiting user's acknowledge. We use EXTI interrupt feature
|
||||
of STM32.
|
||||
The use case is waiting user's acknowledge. We use EXTI interrupt
|
||||
feature of STM32.
|
||||
|
||||
|
||||
* Major changes in Chopstx 1.9
|
||||
|
||||
4
README
4
README
@@ -1,6 +1,6 @@
|
||||
Chopstx - Threads and only Threads
|
||||
Version 1.9
|
||||
2018-05-09
|
||||
Version 1.10
|
||||
2018-09-29
|
||||
Niibe Yutaka
|
||||
Flying Stone Technology
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
\input texinfo @c -*-texinfo-*-
|
||||
@c %**start of header
|
||||
@setfilename chopstx.info
|
||||
@set VERSION 1.9
|
||||
@set VERSION 1.10
|
||||
@settitle Chopstx Reference Manual
|
||||
@c Unify some of the indices.
|
||||
@syncodeindex tp fn
|
||||
|
||||
Reference in New Issue
Block a user