summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-10-03 22:13:59 +0700
committerhathach <[email protected]>2025-10-03 22:13:59 +0700
commit8832d22df9607050ecff7ce19bbfbaabce88311d (patch)
treed2eaeb7d9658ce0a1f343c826d8f978e2288c075
parentb18a8fbcd5eacf948b430a996fe54b62da285ccd (diff)
update docs
-rw-r--r--docs/info/changelog.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/info/changelog.rst b/docs/info/changelog.rst
index 16d4dffae..b0f411528 100644
--- a/docs/info/changelog.rst
+++ b/docs/info/changelog.rst
@@ -87,7 +87,6 @@ Controller Driver (DCD & HCD)
- Chipidea/NXP
- Fix race condition with spinlock
- - Add async I/O support for MSC
- Improve iMXRT support: fix build, disable BOARD_ConfigMPU, fix attach debouncing on port1 highspeed
- Fix iMXRT1064 and add to HIL test pool
@@ -135,8 +134,8 @@ Device Stack
- Skip RX data with all zeroes
- MSC
+ - Add async I/O support for MSC using ``tud_msc_async_io_done()``
- Add ``tud_msc_inquiry2_cb()`` with bufsize for full inquiry response
- - Refactor async I/O: add ``in_isr`` argument to ``tud_msc_async_io_done()``
- MTP
- Add new Media Transfer Protocol (MTP) device class driver