| Age | Commit message (Collapse) | Author |
|
|
|
All four of these examples immediately crashed on stack overflow when
connected, at least on a FRDM_K64F board.
In 46fd82299040f the default freertos stack size was increased, but
_only_ for stm32? Perhaps either all platform examples need the default
increased, rather than increasing the problem task stacks as is done
here.
Signed-off-by: Karl Palsson <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
driver can execute xfer_is()
|
|
|
|
Rewrite of the web_serial example website.
|
|
add bufsize to tud_msc_inquiry2_cb()
|
|
Co-authored-by: Copilot <[email protected]>
|
|
|
|
match mcu, add meta data
|
|
support at32 mcu (2)
|
|
local files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# examples/device/audio_4_channel_mic_freertos/src/main.c
# examples/device/audio_test_freertos/src/main.c
# src/class/audio/audio_device.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Adds support for web serial as well.
|
|
Persist settings.
|
|
Fixes: #2632
|
|
|
|
add tud_cdc_n_notify_conn_speed_change()
add tud_cdc_notify_complete_cb()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
uac2: remove support fifo
|
|
|
|
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Now that tud_network_recv_renew has protections against recursion it's
safe and simpler to handle the lwip frame entirely in the same callback.
|