You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement double buffer for both host and device (RP2040 double buffer #891). Howver device EPOUT is still single bufferred due to techinical issue with short packet
Device Stack
USBD
^^^^
Better support big endian mcu
Add tuh_inited() and tud_inited(), will separte tusb_init/inited() to tud/tuh init/inited
Add dcd_attr.h for defining common controller attribute such as max endpoints
Bluetooth
^^^^^^^^^
Fix stridx error in descriptor template
DFU
^^^
Enhance DFU implementation to support multiple alternate interface and better support bwPollTimeout
Rename CFG_TUD_DFU_MODE to simply CFG_TUD_DFU
HID
^^^
Fix newline usage keyboard (ENTER 0x28)
Better support Hid Get/Set report
Change max gamepad support from 16 to 32 buttons
MIDI
^^^^
Fix midi available
Fix midi data
Fix an issue when calling midi API when not enumerated yet
UAC2
^^^^
Fix bug and enhance of UAC2
Vendor
^^^^^^
Fix vendor fifo deadlock in certain case
Add tud_vendor_n_read_flush
Host Controller Driver (HCD)
RP2040
^^^^^^
Implement double bufferred to fix E4 errata and boost performance
Lots of rp2040 update and enhancment
Host Stack
Major update and rework most of host stack, still needs more improvement
Lots of improvement and update in parsing configuration and control
Rework and major update to HID driver. Will default to enable boot interface if available
Sepearate CFG_TUH_DEVICE_MAX and CFG_TUH_HUB for better management and reduce SRAM usage
This discussion was created from the release 0.11.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Device Controller Driver (DCD)
Synopsys
^^^^^^^^
nRF5x
^^^^^
RP2040
^^^^^^
Device Stack
USBD
^^^^
Bluetooth
^^^^^^^^^
DFU
^^^
HID
^^^
MIDI
^^^^
UAC2
^^^^
Vendor
^^^^^^
Host Controller Driver (HCD)
RP2040
^^^^^^
Host Stack
This discussion was created from the release 0.11.0.
Beta Was this translation helpful? Give feedback.
All reactions