summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Collapse)Author
2026-06-30feat(platform): add zmk supportsakumisu
Signed-off-by: sakumisu <[email protected]>
2026-06-01refactor(class/mtp): remove system stat and fcntl dependencesakumisu
Signed-off-by: sakumisu <[email protected]>
2026-05-19fix(platform/rtthread): implement rx_complete_callback for rtt ↵sakumisu
device->rx_indicate Signed-off-by: sakumisu <[email protected]>
2026-03-13refactor(platform/rtthread): move rt_usbd_msc heresakumisu
Signed-off-by: sakumisu <[email protected]>
2026-03-12refactor(platform/rtthread): add rt prefix for file namesakumisu
Signed-off-by: sakumisu <[email protected]>
2026-03-12update(platform/rtthread): use own ringbuffersakumisu
Signed-off-by: sakumisu <[email protected]>
2026-02-28fix(idf): fix with new vfs register apisakumisu
Signed-off-by: sakumisu <[email protected]>
2026-01-05update(platform): remove net class weak api, check CONFIG_USBHOST_PLATFORM_* ↵sakumisu
macro is defined or not in usbh_lwip.c Signed-off-by: sakumisu <[email protected]>
2025-12-15fix(serial): fix host serial framework support for rt-threadMDLZCOOL
2025-12-12refactor(serial): add host serial frameworksakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-03update: remove old bl616 wifi driver, add new apisakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-24update(platform/daplink): sync with cherrydapsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-05update(platform/rtthread): change LWIP_NO_RX_THREAD check error to warningsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-04feat(platform/idf): add fatfs port for host mscsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-04update(platform/rtthread): add more check for chip cachesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-10-11update(platform): remove CONFIG_USB_DCACHE_ENABLE, always check align sizesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-08-30feat: host add event callback mechanism similar to deviceEgahp
* fix: fix warning for speed_table * fix(port/dwc2/usb_hc_dwc2): add roothub.speed init * feat(usbh_core): add event_callback * fix(usbh_hub): fix event device reset port * fix(usbh_hub): remove event init when init failed * feat(usbh_core): add default dummy_event_callback * fix(usbh_hub): emit reset event only on successful reset * fix(usbh_core): emit interface start only on successful connect class driver * feat(usbh_core): change event_callback to typedef * feat(port): update port usbh init params * doc: update usbh_initialize desc * fix(usbh_core): check result from ret == 0 change to ret >= 0 --------- Signed-off-by: egahp <[email protected]>
2025-08-27style: remove printf with USB_LOG_XXXsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-28fix(platform/rtthread): change RT_USING_CACHE to CONFIG_USB_DCACHE_ENABLEsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-24fix(platform/rtthread): add RT_DEVICE_FLAG_INT_RX falg to deviceMatthew
2025-07-24fix(platform/rtthread): restart read at usbd_cdc_acm_bulk_outMatthew
2025-07-22update(platform/rtthread): remove align size checksakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-03update(class/mtp): support obj remove & add eventsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-02fix(platform/rtthread/usbh_serial): remove unused variablesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-06-25fix(platform/rtthread): change ssize_t to rt_ssize_tsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-06-25feat(platform/rtthread): support cdc acm chardevsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-06-24feat(platform/rtthread): support adb shell and serial frameworksakumisu
Signed-off-by: sakumisu <[email protected]>
2025-06-19fix warningsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-06-16update(platform/rtthread): move cache check into usb_check.csakumisu
Signed-off-by: sakumisu <[email protected]>
2025-06-14add usb net under idf platform马龙伟
2025-06-05update(platform/fatfs): change memalign to aligned_allocsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-06-04update(platform): make msc host with fs common for dcachesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-06-04feat(platform/zephyr): support msc host with disksakumisu
Signed-off-by: sakumisu <[email protected]>
2025-05-27fix(platform/usbd_fatfs_mtp): DIR with dynamicsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-05-26feat(class/mtp): support mtp devicesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-05-15chore: update zephyr codesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-05-10chore(kconfig): update rtthread pkg & master kconfigsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-05-07platform: lvgl: update features and support both LVGL 8 and LVGL 9Runcheng Lu
Signed-off-by: Runcheng Lu <[email protected]>
2025-04-30update(platform): update platform codesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-04-26update(rtthread): add check for use dfssakumisu
Signed-off-by: sakumisu <[email protected]>
2025-04-17feat(platform/lvgl): enable hid boot protocolsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-04-16feat(platform): add filex supportsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-04-15feat(platform): add lvgl mouse&keyboard supportsakumisu
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(class/msc/usbh_msc): move msc scsi commands out to prevent blocking ↵sakumisu
enum thread Signed-off-by: sakumisu <[email protected]>
2025-01-23feat(platform/nuttx): update fs & net & cdcacm supportsakumisu
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-19update(platform/usbd_msc_blkdev): add rtt blkdev for msc heresakumisu
Signed-off-by: sakumisu <[email protected]>
2024-11-04update(platform/rtthread): remove unused idle task checksakumisu
2024-10-11chore(platform/usbh_lwip): remove Double quotation markssakumisu