summaryrefslogtreecommitdiff
path: root/cherryusb_config_template.h
AgeCommit message (Collapse)Author
2026-02-10update(xbox): Xbox USB host driver support into build(#407)Stefan Voss
2025-12-12refactor(serial): add host serial frameworksakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-25refactor(otg): refactor otg frameworksakumisu
Signed-off-by: sakumisu <[email protected]>
2025-08-11feat: Add MUSB IP without multipoint feature supportHalfSweet
2025-07-28update(usb_config): change CONFIG_USBHOST_MAX_INTF_ALTSETTINGS to 2 as ↵sakumisu
default to avoid -Warray-bounds warning Signed-off-by: sakumisu <[email protected]>
2025-07-28update(port): remove all ips CONFIG_USBDEV_EP_NUM & CONFIG_USBHOST_PIPE_NUMsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-27update(usb_config): change CONFIG_USBHOST_MAX_INTF_ALTSETTINGS to 1 as ↵sakumisu
default for less memory usage Signed-off-by: sakumisu <[email protected]>
2025-07-21update(port): remove CONFIG_USBDEV_EP_NUM & CONFIG_USBHOST_PIPE_NUM for some ↵sakumisu
ips because they are constant Signed-off-by: sakumisu <[email protected]>
2025-07-13update(core/usbd_core): add ep0 state logsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-05refactor(port/dwc2): support custom config for each dwc2 usb portsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-06-04update(cherryusb_config_template): update align sizesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-06-04feat(dcache): update dcache apisakumisu
Signed-off-by: sakumisu <[email protected]>
2025-05-26feat(class/mtp): support mtp devicesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-05-19update: enable CONFIG_USBDEV_ADVANCE_DESC as defaultsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-05-10update(port): add sof supportsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-05-09update(cherryusb_config_template): update macrosakumisu
Signed-off-by: sakumisu <[email protected]>
2025-04-29update(port/ehci): use static qtd pool for qtd alloc & freesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-03-28update(port/ohci): add pad for ed&td cachemaintain, add ↵sakumisu
CONFIG_USB_OHCI_DESC_DCACHE_ENABLE for ed&td 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-22feat(common): add usb_phyaddr2ramaddr & usb_ramaddr2phyaddr macrosakumisu
Signed-off-by: sakumisu <[email protected]>
2025-01-15update(port): add ehci/ohci/dwc2 dcache supportsakumisu
Signed-off-by: sakumisu <[email protected]>
2024-10-31add:cherryusb_config_template.h add CONFIG_USB_HS configuration descriptionDozingfiretruck
2024-09-27update(port/dwc2/usb_dc_dwc2): enlarge CONFIG_USB_DWC2_TX1_FIFO_SIZE for ↵sakumisu
video demo and export CONFIG_USB_DWC2_DMA_ENABLE
2024-09-08fix(port/dwc2): fix dwc2 rx fifo size, remove divided by 4v1.4.0-rc2sakumisu
2024-08-16refactor: move CHERRYUSB_VERSION and CHERRYUSB_VERSION_STR into usb_version.hsakumisu
2024-08-08feat(class/msc/usbd_msc): add msc polling mode to move read & write from isr ↵sakumisu
to while1
2024-07-23refactor(osal): use osal malloc and free, remove usb_malloc & usb_free macrosakumisu
2024-06-28chore: release v1.3.1v1.3.1release/v1.3sakumisu
2024-06-11add comments for dwc2 fifo macrosakumisu
2024-06-01update: add comments for net process, support len > 16K for ↵sakumisu
ncm/rndis/asix/rtl8152
2024-05-22release v1.3.0v1.3.0sakumisu
2024-05-17update: add langid in string descsakumisu
2024-05-16refactor(core/usbd_core): process string internal, you can use like ↵sakumisu
\"cherryusb\" now
2024-05-15update(dwc2): change rx fifo to 1024/4 as defaultsakumisu
2024-05-12update(class/vendor/net/usbh_rtl8152): update eth rx/tx sizesakumisu
2024-05-11change CONFIG_USBDEV_RNDIS_ETH_MAX_FRAME_SIZE to 1580 defaultsakumisu
2024-05-03add comments for macrossakumisu
2024-05-03bugfix for 183d49, add CONFIG_USBDEV_EP0_INDATA_NO_COPYsakumisu
2024-04-30change CONFIG_USBDEV_RNDIS_ETH_MAX_FRAME_SIZE to 2048 defaultsakumisu
2024-04-29add config for cdc ncm transfer sizesakumisu
2024-04-23format codesakumisu
2024-04-18change ep0 buffer to 512sakumisu
2024-04-18move rndis config macros into templatesakumisu
2024-04-16format commentsakumisu
2024-04-14list all porting macros into template for usesakumisu
2024-04-07export ehci config macrossakumisu
2024-04-06read ehci hcor offset from hccr caplengthsakumisu
2024-04-04init ohci for ehcisakumisu
2024-03-29release v1.2.0v1.2.0sakumisu