| Age | Commit message (Collapse) | Author |
|
|
|
|
|
- added support for STM32H503RB on H503RB-NUCLEO board
- modified H5 family.c file to allow portability between H503 and H565/H573
- redefined USB_DRD_BASE to USB_DRD_FS_BASE if STM32H503xx is used
|
|
20 (40 cycle)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
state
|
|
as official option
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Used usbdev_allocreq for compatibility with SDK 3.2.0
- Wrapped previous code in #ifdef for legacy compatibility
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Do not enable the Mode mismatch interrupt source, it is not cleared
|
|
|
|
Fix uvc hardfault
|
|
change usbh driver init() return type from void to bool
|
|
add osal_semaphore_delete(), osal_mutex_delete(), osal_queue_delete()
|
|
|
|
|
|
add TUSB_VERSION_BUILD, also add TUSB_VERSION_NUMBER
|
|
|
|
|
|
Tweaks for ESP-IDF 5.2.1
|
|
|