| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add support of new esp32s3 target and the board
update the roles.mk wrapper to allow dfu flashing of espressif chip
update examples to allow compilation for esp32s3_addax_1 board
once the code is tested the PR to original tinyusb repo will be submitted
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
since it is illegal from fifo perspective
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* add tu_unaligned_read32/write32
* added tu_unaligned_read16/write16
* add TU_ATTR_ALWAYS_INLINE, add to most of simple inline function
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
samg fifo is accessed byte by byte (although the register is 32 bit).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Audio format and parameters are parsed from descriptors thus user no
longer needs to give them explicitely
- Tested for 4 channel software type I PCM encoding with 16 bit with 1
channel per FIFO and 2 channels per FIFO (this is I2S specific)
|
|
Enhance midi
|
|
more data from usb fifo
|
|
|