Prepare 1.7 release.

This commit is contained in:
NIIBE Yutaka
2017-12-18 14:45:41 +09:00
parent ce3cd63144
commit 0a68140530
3 changed files with 20 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2017-12-18 NIIBE Yutaka <gniibe@fsij.org>
* contrib/usart-stm32f103.c: New.
* example-usb-serial: New example.
2017-12-16 NIIBE Yutaka <gniibe@fsij.org>
* chopstx.c (chx_timer_expired): Bug fix of wake up.

13
NEWS
View File

@@ -1,6 +1,19 @@
NEWS - Noteworthy changes
* Major changes in Chopstx 1.7
Released 2017-12-XX
** Fix: timer wakeup
Timer expiration had a bug. When it is waken up, the wake up doesn't
handle as timer expiration when there are multiple threads on same
wake up timing.
** New driver: USART for STM32.
USART driver for STM32 is added.
* Major changes in Chopstx 1.6
Released 2017-11-24

4
README
View File

@@ -1,6 +1,6 @@
Chopstx - Threads and only Threads
Version 1.6
2017-11-24
Version 1.7
2017-12-XX
Niibe Yutaka
Flying Stone Technology