| Age | Commit message (Collapse) | Author |
|
Fix the following error
~/libs/tinyusb/src/class/audio/audio_device.c:1493:23: error: assuming pointer wraparound does not occur when comparing P +- C1 with P +- C2 [-Werror=strict-overflow]
1493 | while (p_desc < p_desc_end)
| ~~~~~~~^~~~~~~~~~~~
compilation terminated due to -Wfatal-errors.
|
|
|
|
ISO C does not allow extra ';' outside of a function [-Werror=pedantic]
|
|
|
|
|
|
[FSDEV] Update the STM32 documentation
|
|
|
|
Ref USB Spec 9.2.6.3
|
|
|
|
|
|
|
|
Add support for STM32U535xx/STM32U545xx
|
|
|
|
|
|
|
|
|
|
|
|
|
|
compile/linker issue
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
make/cmake PORT=0/1. default to fsdev
|
|
highspeed
|
|
|
|
|
|
- merge USBHS_ISO_ACT_FLAG, USBHS_TRANSFER_FLAG handler since they are similar
- improve uart output
- add note for link speed in bus reset
|
|
reformat indent to 2 spaces
|
|
|
|
|
|
Add CH32V20x USB OTG/FS Driver
|
|
|
|
add missing MIT license
|
|
|