| Age | Commit message (Collapse) | Author |
|
Bug fix and Enhancements of UAC2
|
|
|
|
|
|
|
|
Add SUSPEND/RESUME handling for Renesas RX family.
|
|
add comments why resume event is sent manually.
|
|
Add dfu function memory access protection
|
|
|
|
xmos-jmccarthy-master
|
|
More hid host update
|
|
|
|
|
|
|
|
|
|
|
|
Add buffer align
|
|
|
|
Enhance uac2_headset example with multiple sample rates.
Add macro to calculate EP size.
|
|
|
|
Better Support Hid Get/Set report
|
|
|
|
add caplock detection for hid_composite
|
|
|
|
|
|
UAC fixes
|
|
|
|
Clean up warnings.
Signed-off-by: MasterPhi <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RP2040 double buffer
|
|
Add rx65n board
|
|
During Adafruit Bootloader compilation, I spotted bellow error which do not allow me build project.
``` c
inlined from 'hfclk_running' at lib/tinyusb/src/portable/nordic/nrf5x/dcd_nrf5x.c:785:13:
lib/tinyusb/src/portable/nordic/nrf5x/dcd_nrf5x.c:792:31: error: 'is_running' may be used uninitialized [-Werror=maybe-uninitialized]
792 | return (is_running ? true : false);
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~
```
|
|
|
|
Adds TU_VERIFY to dfu internal buffer access from host.
Adds TU_ASSERT to dfu internal buffer access by application.
|
|
|
|
|
|
|
|
|
|
add support SAML21
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|