| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
More build system
|
|
|
|
|
|
add workflow_dispatch to all ci workflow
|
|
|
|
|
|
|
|
fix(RA Host Portable): implement missing function __builtin_ctz(x)
|
|
|
|
* update chipidea dcd, remove manual ep_count and use DCCPARAMS to get number of endpoint instead
* add dcd dcache for chipidea
* add cmake for lpc18
* add makefile build for mcx
* use fork of mcu sdk
* fix ci build with nrf
* flash rp2040 with openocd
|
|
Minor build system
|
|
|
|
|
|
fix cortex m33 for nrf5340 dk
|
|
|
|
iMX.RT EHCI add dcache support and other fixes + refactor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- more dcache clean/invalidate
- extract init_periodic_list()
- improve isr list handling
|
|
|
|
|
|
|
|
Should fix CI failure for Renesas RX family
|
|
|
|
|
|
new setup complete in the same isr frame
change usbd edpt busy/stalled/claimed value to 0/1 instead of
(true/false) since they are 1-bit field.
|
|
hub removal with usbh queue
|
|
- change CFG_TUH_ENDPOINT_MAX to 16 (max endpoint pair per device) if
not defined
- change QHD_MAX for EHCI, should be user configurable and more
optimized in the future
|
|
|
|
add support for nrf5340 application core with pca10059
|
|
|
|
|
|
|
|
try bump up gcc to 12
|
|
|
|
|
|
|
|
|
|
fix(iar_template.ipcf): add missing portable links, and delete the us…
|
|
|
|
Add Cmake for imxrt and Fix EHCI PortSC issue
|
|
|