USB API major change

This commit is contained in:
NIIBE Yutaka
2016-06-08 12:04:05 +09:00
parent 78718e57df
commit 5f1c26ff17
7 changed files with 590 additions and 449 deletions

9
NEWS
View File

@@ -1,6 +1,15 @@
NEWS - Noteworthy changes
* Major changes in Chopstx 0.13
Released 2016-06-xx
** New USB API
Since USB driver is included, it should be good one. It used to be
interrupt based API with callbacks. Now, it's event driven API.
* Major changes in Chopstx 0.12
Released 2016-05-31