| Age | Commit message (Collapse) | Author |
|
Clean up warnings.
Signed-off-by: MasterPhi <[email protected]>
|
|
|
|
# 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);
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~
```
|
|
|
|
|
|
|
|
|
|
Adds TU_VERIFY to dfu internal buffer access from host.
Adds TU_ASSERT to dfu internal buffer access by application.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add support SAML21
|
|
|
|
|
|
|
|
|
|
Signed-off-by: zhangslice <[email protected]>
|
|
Signed-off-by: zhangslice <[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: MasterPhi <[email protected]>
|
|
|
|
Signed-off-by: Rafael Silva <[email protected]>
|
|
|
|
|
|
Signed-off-by: Rafael Silva <[email protected]>
|
|
Signed-off-by: Rafael Silva <[email protected]>
|