| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
add OPT_MCU_MAX32665
|
|
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
add usbh_spin_lock/unlock() use spinlock to replace atomic flag for hcd max3421
|
|
|
|
|
|
add osal spinlock API, Fix/dcd dwc2 race condition
|
|
|
|
|
|
|
|
add spinlock implementation for most rtos
|
|
|
|
|
|
|
|
|
|
TinyUSB does not provide any locking means to protect the DCD variables.
This can lead to race conditions when the user is trying to submit
a transfer while the device is being disconnected. This can cause
the device to be in an inconsistent state, leading to a crash or
undefined behavior.
This commit adds a spin-lock to protect the DCD variables during
device disconnect.
Closes https://github.com/espressif/esp-idf/issues/9691
Also reported in https://github.com/espressif/esp-usb/pull/131
|
|
Added initial support for FRDM-MCXA156 and fixed up a crash with FRDM-MCXN947
|
|
follow up to pr3118, interface also end with IAD. Add more checks
|
|
|
|
vendor device open fix for descriptor parsing
|
|
Bump gcc14
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
|
|
|
|
Fix sigma mouse multiple attach
|
|
|
|
|
|
|
|
usbh: move code around
hub: queue status endpoint for detach/remove event
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
Usbh attach debounce
|
|
|
|
|
|
|
|
- added mca156 the list in boards.rst.
- Fixup to family.cmake for mcxa156 to pass ci
|
|
|
|
|