add a bit of document for cdc device API. also improve cdc write flush when complete.

This commit is contained in:
hathach
2020-04-17 15:54:20 +07:00
parent 0b1b9a2b9e
commit 4571ce0d29
3 changed files with 67 additions and 23 deletions
+4
View File
@@ -14,6 +14,10 @@
- All default IRQ Handler is renamed to `dcd_int_handler()`
### Others
- tud_cdc_n_write_flush() return number of bytes forced to transfer instead of bool
## 0.6.0 - 2019.03.30
Added **CONTRIBUTORS.md** to give proper credit for contributors to the stack. Special thanks to [Nathan Conrad](https://github.com/pigrew), [Peter Lawrence](https://github.com/majbthrd) and [William D. Jones](https://github.com/cr1901) and others for spending their precious time to add lots of features and ports for this release.