summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-03-04docs: release v1.4.3v1.4.3release/v1.4sakumisu
Signed-off-by: sakumisu <[email protected]>
2025-03-04update(cherrymp): remove malloc freesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-03-04fix(core/usbd_core): fix two bugssakumisu
- fix current_desc_len += p[DESC_bLength] before p+= p[DESC_bLength] - fix reset all eps when alt_setting=0 Signed-off-by: sakumisu <[email protected]>
2025-02-26update(port/kinetis): add MCXA156 supportsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-02-25fix(port/ch32): add EPn_SET_TX_LEN for mpssakumisu
Signed-off-by: sakumisu <[email protected]>
2025-02-25Add ch585 usbhs dcChen Leeren
2025-02-25Fix ch58x fs ip send bugChen Leeren
2025-02-25fix(demo): split feedback caculate macro with AUDIO_FREQ_TO_FEEDBACK_XS and ↵sakumisu
AUDIO_FEEDBACK_TO_BUF_XS Signed-off-by: sakumisu <[email protected]>
2025-02-22chore: fix wformat warningsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-02-22fix(port/dwc2/usb_glue_st): set GCCFG zero in host for stm32h7rssakumisu
Signed-off-by: sakumisu <[email protected]>
2025-02-16update(demo): add cdc simple transfer for winusb2.0+cdc demosakumisu
Signed-off-by: sakumisu <[email protected]>
2025-02-16update(osal/idf): reduce tx fifo for more space for ep5 & ep6sakumisu
Signed-off-by: sakumisu <[email protected]>
2025-02-12fix(core/usbd_core): fix return with break in ep0 threadsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-02-11update(port/dwc2/usb_glue_esp): add freertos/task.h for old esp-idfsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-02-09fix(core/usbh_core): check hport is valid in usbh_control_transfersakumisu
Signed-off-by: sakumisu <[email protected]>
2025-02-09docs: update readmesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-02-08feat(class/hid): add HID_X_DESCRIPTOR_INIT macrosakumisu
Signed-off-by: sakumisu <[email protected]>
2025-02-08feat(port/ehci): add t113 gluesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-02-07fix(core/usbh_core): return valid hport which is connectedsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-02-06fix(demo): fix typosakumisu
Signed-off-by: sakumisu <[email protected]>
2025-02-05chore: add more header pathsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-02-01update(demo): add CONFIG_USBDEV_ADVANCE_DESC templatesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-02-01feat(core/usbd_core): add ep0 setup handler into thread featuresakumisu
2025-01-26fix(port/dwc2/usb_hc_dwc2): fix warningsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-01-26chore(kconfig): add rp2040sakumisu
Signed-off-by: sakumisu <[email protected]>
2025-01-26update(platform/rtthread/usbh_dfs): move mount into another threadsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-01-26update(port/rp2040/usb_hc_rp2040): add lock for ep0sakumisu
Signed-off-by: sakumisu <[email protected]>
2025-01-26chore: fix wformat warningsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-01-26update(class/msc/usbh_msc): move msc scsi commands out to prevent blocking ↵sakumisu
enum thread Signed-off-by: sakumisu <[email protected]>
2025-01-25feat(port/rp2040): update rp2040 host driver, use irq_add_shared_handler to ↵sakumisu
register irq handler Signed-off-by: sakumisu <[email protected]>
2025-01-25fix(port/musb/usb_hc_musb): fix musb_write_packet size with ↵sakumisu
urb->transfer_buffer_length Signed-off-by: sakumisu <[email protected]>
2025-01-25feat(core/usbh_core): add usbh_printf_setup api for debugsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-01-24docs: update hpmicro logosakumisu
2025-01-23update(port/template): update templatesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-01-23update(port/rp2040): init ep_control & buffer_control in usb_dc_initsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-01-23feat(platform/nuttx): update fs & net & cdcacm supportsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-01-22feat(common): add usb_phyaddr2ramaddr & usb_ramaddr2phyaddr macrosakumisu
Signed-off-by: sakumisu <[email protected]>
2025-01-22osal: fix rtthread usb_osal_thread_delete() API (#288)chenzhihong007
Signed-off-by: Zhihong Chen <[email protected]>
2025-01-20feat(osal): add argument macro for different os, especially for nuttxsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-01-20update(platform/nuttx): add more macros check for net and mscsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-01-19docs: update rstsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-01-19feat(port/rp2040): update rp2040 driver to latestsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-01-19update(nimble): remove nimble submodule, because it costs time to pullsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-01-19update(platform/usbd_msc_blkdev): add rtt blkdev for msc heresakumisu
Signed-off-by: sakumisu <[email protected]>
2025-01-16update(class/wireless/usbd_rndis): support transfer api for enet & wireless ↵sakumisu
without lwip Signed-off-by: sakumisu <[email protected]>
2025-01-16update(class/msc/usbh_msc): add retry macrosakumisu
Signed-off-by: sakumisu <[email protected]>
2025-01-16fix(audio): fix audio feedback value caculationsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-01-16[update] class: msc host: update msc host class stack (#285)chenzhihong007
- use CONFIG_USBHOST_MSC_TIMEOUT as inquiry timeout - separate cbw/csw from g_msc_buf - try again ready check when device not ready - print errcode in error log Signed-off-by: Zhihong Chen <[email protected]>
2025-01-15feat(core/otg): add otg frameworksakumisu
Signed-off-by: sakumisu <[email protected]>
2025-01-15update: add USBH_IRQHandler & USBD_IRQHandler function declarationsakumisu
Signed-off-by: sakumisu <[email protected]>