| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
make rp2040 code compile cleanly with LLVM embedded toochain for ARM.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
stm32_fsdev & ISO EP buffer allocation improvements
|
|
Minor audio_test example fix.
|
|
examples/uac2: Fix mute and volume array lengths
|
|
|
|
* suppress compiler warning/errors especially in pico-pio-usb
* disable use of pico-pio-usb on gcc 11.3+ for now as it doesn't compile
|
|
|
|
|
|
Port ft90x
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix CFG_TUD_AUDIO_EP_SZ_IN size.
|
|
|
|
|
|
|
|
|
|
|
|
tuh_cdc_write_available(), tuh_cdc_read_flush(), tuh_cdc_rx_cb()
callback
|
|
|
|
|
|
TODO: first character seems not to get echoed. set control line state
seems to failed with LOG < 2
|
|
start adding cdc_app.c to example
|
|
Allow the use of non-static allocation for FreeRTOS mutexes & queues
|
|
configSUPPORT_DYNAMIC_ALLOCATION only
note: for example to build with configSUPPORT_STATIC_ALLOCATION = 0, one
of heap_n.c must be included in makefile/cmake
|
|
|