diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-06-09 09:53:15 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-06-09 09:53:15 +0900 |
commit | 4d7e97028eb967df21c0015ca5f4f4bf9c9a58cd (patch) | |
tree | b33c85e1c640967e5a6b793fd6e1b8a1cefda529 /NEWS | |
parent | d061e6f931f0228158d5a4b72fce501e6219540d (diff) |
More update of USB API
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -6,8 +6,10 @@ NEWS - Noteworthy changes 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. +Now, USB driver is included in Chopstx. So, it should be good one. +It used to be the code which was derived from interrupt driven API +with callbacks. It's changed to event driven API, so that a user can +do as wish, beyond the restriction of callbacks. * Major changes in Chopstx 0.12 |