| Age | Commit message (Collapse) | Author |
|
|
|
|
|
clean up packed/bit order begin end
|
|
|
|
Wini-Buh-CCRX_Port
|
|
SAMx7x (E70, S70, V70, V71) DCD Support
|
|
|
|
|
|
|
|
|
|
|
|
dcd_same70
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add comments why resume event is sent manually.
|
|
|
|
|
|
|
|
# Conflicts:
# src/portable/renesas/usba/dcd_usba.c
# src/tusb_option.h
|
|
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
|
|
|
|
|
|
Signed-off-by: MasterPhi <[email protected]>
|
|
|
|
Signed-off-by: MasterPhi <[email protected]>
|
|
|
|
Signed-off-by: MasterPhi <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: MasterPhi <[email protected]>
|
|
Signed-off-by: MasterPhi <[email protected]>
|
|
Signed-off-by: Rafael Silva <[email protected]>
|
|
|
|
|
|
Signed-off-by: Rafael Silva <[email protected]>
|