| Age | Commit message (Collapse) | Author |
|
More hid host update
|
|
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);
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~
```
|
|
|
|
|
|
|
|
|
|
|
|
add support SAML21
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
last_buf, buf_sel, transfer_size
|
|
|
|
- total_len to remaining_len
- len to xferred_len
|
|
- make _hw_endpoint_xfer_sync and _hw_endpoint_start_next_buffer private
- drop prefix _ from _hw_endpoint_xfer_continue and
_hw_endpoint_reset_transfer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix computing transferred bytes with E4
|