summaryrefslogtreecommitdiff
path: root/platform/zephyr/usbh_msc_disk.c
AgeCommit message (Collapse)Author
7 days[update] zephyr: update usbh_msc_disk.c to support multiple disksZhihong Chen
Signed-off-by: Zhihong Chen <[email protected]>
12 days[update] platform: zephyr: add MSC application lifecycle hooksZhihong Chen
- Add weak usbh_msc_app_run() and usbh_msc_app_stop() callbacks to the Zephyr MSC disk adapter. - Invoke the application start callback after registering the disk and the stop callback before unregistering it, allowing samples to mount and unmount filesystems without modifying the CherryUSB class driver. Signed-off-by: Zhihong Chen <[email protected]>
2025-06-04feat(platform/zephyr): support msc host with disksakumisu
Signed-off-by: sakumisu <[email protected]>