| Age | Commit message (Collapse) | Author |
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
prevent double removal
Signed-off-by: Maxime Vincent <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: Maxime Vincent <[email protected]>
|
|
Allow different port and mode for LED on ch32v boards
|
|
While there is a define for the port, the clock enable is hardcoded for
GPIOA, so setting a different port than GPIOA doesn't work. This fixes
it by adding a define for enabling the port clock.
It also adds a define for the pin mode, because not all boards have the
LED connected in a way that open drain works with it.
|
|
Fix .rst document formatting
|
|
dwc2/host: clear SOF flag in handle_sof_irq()
|
|
|
|
fix(hcd) hcd_edpt_open() return true if endpoint is already opened.
|
|
|
|
feat(host) add endpoint close API and feat(HIL) improvement
|
|
|
|
|
|
hcd_edpt_close()
|
|
|
|
|
|
Update imxrt configtool forr some board to get uart pin init.
|
|
|
|
implement hcd_edpt_close() for pio-usb and max3421e, also move max3421e api into its own header.
|
|
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
add tx_overwritabe_if_not_connected for cdc driver configure
|
|
tuh_enum_descriptor_configuration_cb() callback
host: support device with multiple configurations
|
|
Fix #3033: Increase array bounds and test for overflow
|
|
|
|
|
|
|
|
|
|
Fix 3031: implement tuh_midi_itf_get_info()
|
|
|
|
|
|
|
|
|
|
change pio-usb to upstream
|
|
|
|
Fix UAC ctrl buffer alignment.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|