summaryrefslogtreecommitdiff
path: root/SConscript
AgeCommit message (Expand)Author
2026-01-28docs: release v1.6.0v1.6.0sakumisu
2026-01-28chore: update kconfigsakumisu
2026-01-22feat(port/dwc2): add infineon gluesakumisu
2025-12-19fix(rp2040): add rp2040 support to sconsMDLZCOOL
2025-12-15fix(serial): fix host serial framework support for rt-threadMDLZCOOL
2025-12-12refactor(serial): add host serial frameworksakumisu
2025-12-04update(demo): add more descriptor init macrossakumisu
2025-07-31chore(scons): export hpmicro dirsakumisu
2025-07-13feat: support siflisakumisu
2025-07-11chore(kconfig): add more configsakumisu
2025-06-25feat(platform/rtthread): support cdc acm chardevsakumisu
2025-06-24feat(platform/rtthread): support adb shell and serial frameworksakumisu
2025-05-20update: sync code from rtthread mastersakumisu
2025-05-15refactor(port/nxp): combine nxp mcx glue for chipdea & ehcisakumisu
2025-05-15refacor(port/hpmicro): move hpmicro glue into hpmicro directorysakumisu
2025-05-13feat: add nationstech supportsakumisu
2025-05-10chore(kconfig): update rtthread pkg & master kconfigsakumisu
2025-05-06chore: update cmake & kconfig & sconssakumisu
2025-04-26update(rtthread): add check for use dfssakumisu
2025-04-25feat(port/fsdev/usb_glue_st): implement low level apisakumisu
2025-04-12fix(scons): fix pusb2 pathsakumisu
2025-02-05chore: add more header pathsakumisu
2025-01-19update(platform/usbd_msc_blkdev): add rtt blkdev for msc heresakumisu
2024-11-13chore(scons): add kendryte configsakumisu
2024-10-10feat(port/kinetis): add kinetis usbipsakumisu
2024-09-02chore(scons): fix missing libpathsakumisu
2024-08-25feat(port/chipidea): add chipidea port, add nxp mxc glue for chipidea and ehcisakumisu
2024-08-16refactor(class/cdc): rename usbd_cdc to usbd_cdc_acmsakumisu
2024-08-09Add PUSB2 and XHCI driver and RTOS glue (#236)zhugengyu
2024-06-25chore(sconscript): update musb configsakumisu
2024-06-24chore(sconscript): fix spellingsakumisu
2024-06-22chore(sconscript): add hc32 configsakumisu
2024-05-24refactor(platform): update platform supportsakumisu
2024-05-14update(port/musb): add sunxi glue for checksakumisu
2024-05-10import aic dcd portsakumisu
2024-05-05add pl2303 host driversakumisu
2024-05-04add check for rtt configsakumisu
2024-04-16update msh cmd and sconssakumisu
2024-04-14import bouffalo dcdsakumisu
2024-04-04init ohci for ehcisakumisu
2024-03-28update sconssakumisu
2024-01-29add nimble submodulesakumisu
2024-01-06support usb ble hostsakumisu
2023-12-21user must define some configs in usb_config.h when use fsdev/musb/dwc2sakumisu
2023-12-16remove vendor host class because its version is too oldsakumisu
2023-11-28update rtt dfs portsakumisu
2023-11-26move out dwc2 ggcfg register and config by usersakumisu
2023-11-17remove rndis code in third party because it is implemented internallysakumisu
2023-11-15add pusb2 port, fix issue for rt-thread, add msc storage demo for rt-threadzhugengyu
2023-09-07Update hcd-ehci, dcd-dwc2 and examples.Wayne Lin