summaryrefslogtreecommitdiff
path: root/demo
AgeCommit message (Expand)Author
2024-11-25usbd_video: use pingpang buffer to improve tx performanceZhihong Chen
2024-11-18demo: video_static_h264_template.c: fix end braceZhihong Chen
2024-11-16refactor(class/video/usbd_video): refactor video stream transfer, support n f...sakumisu
2024-11-13update(demo): set hid busy before writesakumisu
2024-11-11update(demo/usbd_rndis): update send & recv done api, add check for this demosakumisu
2024-11-11update(class/cdc/usbd_cdc_ecm): support transfer api for enet & wireless with...sakumisu
2024-11-11update(demo/usb_host): move test macro before run apisakumisu
2024-10-31feat(class/aoa): add usb aoa hostsakumisu
2024-10-18feat(class/video/usbd_video): add usbd_video_stream_start_write api for video...sakumisu
2024-09-09update(demo): set bNumConfigurations with zero in Device Qualifier Descriptor...sakumisu
2024-08-21fix: fix -Wunused-parameter warning with -Wextra cflagsakumisu
2024-08-17feat: add usb adb device with cherryshsakumisu
2024-08-16refactor(class/cdc): rename usbd_cdc to usbd_cdc_acmsakumisu
2024-08-09update(demo): change uint32_t to uintptr_t for 64bit cpu registersakumisu
2024-08-09feat(demo/msc_ram_template): add api for msc pollingsakumisu
2024-07-30update(demo/bootuf2): use flash cachesakumisu
2024-07-26feat(port): add remote wakeup apisakumisu
2024-07-25feat(core/usbd_core): support webusbsakumisu
2024-07-23feat(demo): add uf2 demosakumisu
2024-07-15fix(demo/winusb1.0_template): fix WINUSB_IFx_WCIDProperties arraysakumisu
2024-07-13update(demo/hid_mouse_template): draw circle to test report ratesakumisu
2024-06-28fix(demo/cdc_ecm_template): device tcp/ip stack mac can't same as hostsakumisu
2024-06-28fix(demo/cdc_rndis_template): device tcp/ip stack mac can't same as host.aozima
2024-06-23update(class/video/usbd_video): make payload fill api commonsakumisu
2024-06-22fix(demo/video_audiov1_hid_template): fix typosakumisu
2024-06-17update(demo/video): using endpoint desc init macro in video demoyjun
2024-06-16fix(demo): fix missing usbh_int_urb_fill, musb will modify urb->transfer_buff...sakumisu
2024-06-16update h264 macrosakumisu
2024-06-16feat(demo): add uvc_uac_hid templatesakumisu
2024-06-15update(video): add more video desc macros, like h264, yuv, add vc endpoint to...sakumisu
2024-06-14fix(demo/hid_custom_inout_template): add missing macrossakumisu
2024-06-01update(demo/usb_host): remove ununsed net classsakumisu
2024-05-17update: add langid in string descsakumisu
2024-05-16refactor(core/usbd_core): process string internal, you can use like \"cherryu...sakumisu
2024-05-14update(demo/midi): add read apisakumisu
2024-05-14update: get mps by usbd_get_ep_mpssakumisu
2024-05-14fix(demo): remove duplicate macrosakumisu
2024-05-12update(demo/usb_host): change eth name indexsakumisu
2024-05-12update(demo/usb_host): disable keep timer(no need)sakumisu
2024-05-12update(class/vendor/net/usbh_rtl8152): update eth rx/tx sizesakumisu
2024-05-05update host demo to support multi classsakumisu
2024-05-04remove ununsed codesakumisu
2024-04-23fix caculate precisionsakumisu
2024-04-17use only one dhcp timer, delete timer when stopsakumisu
2024-04-16add missing licensesakumisu
2024-04-14add ifndef for test macrossakumisu
2024-03-29update hid inout for hssakumisu
2024-03-23remove init datasakumisu
2024-03-23reset flag in USBD_EVENT_CONFIGUREDsakumisu
2024-03-18add rtl8152 host driversakumisu