| Age | Commit message (Collapse) | Author |
|
Update support for Cynthion boards
|
|
Renesas_RA: add support for board with HS USB port
|
|
|
|
also mass change configQUEUE_REGISTRY_SIZE = 4
|
|
|
|
|
|
|
|
- remove ra from ci make build since it is already in cmake ci
|
|
|
|
|
|
add BOARD_UPPERCASE for board detection
|
|
usb still not work with uno
|
|
does not seems to work
|
|
|
|
|
|
|
|
|
|
- make osal_task_delay() as weak function in usbh
- implement osal_task_delay() in hcd rusb2 (may moved to other places)
|
|
also merge them together
|
|
|
|
|
|
|
|
|
|
|
|
CFG_TUD_MEM_SECTION is default to CFG_TUSB_MEM_SECTION
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add is_compiler_supported_by_pico_pio_usb() for rp2040
|
|
previosuly users of TinyUSB (e.g. pico-examples) would have to decide this for themselves. This function couples
the check closer with the actual version of Pico-PIO-USB used (since TinyUSB picks)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lowering PLL to 128Mhz.
|
|
|
|
|
|
|
|
|
|
|