index
:
cherryusb.git
gh-pages
master
release/v1.3
release/v1.4
release/v1.5
release/v1.6
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
class
Age
Commit message (
Collapse
)
Author
2025-06-19
fix warning
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-06-17
msc: add support for SCSI_CMD_SYNCHCACHE10 (0x35) to fix unsupported command ↵
KK
error
2025-06-04
update(class/hub/usbh_hub): reduce critical section range
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-06-03
feat(class): add usb_osal_thread_schedule_other to allow the applications ↵
sakumisu
which use the struct usbh_xxx to exit properly before free struct usbh_xxx Signed-off-by: sakumisu <
[email protected]
>
2025-05-29
fix overflow warning
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-05-29
update(class/video): change headerlen to 12 for 4 byte align, fix encoding
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-05-28
refactor(class/video/usbd_video): zero copy for video data transfer
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-05-26
feat(class/mtp): support mtp device
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-05-15
fix(class/vendor/ftdi): fix ftdi baudrate caculation
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-05-07
update(class): replace ecm & rndis USB_ERR_NOTDEV with USB_ERR_NOTCONN
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-05-07
update(class/wireless/usbd_rndis): use usbd_rndis_start_write for ↵
sakumisu
usbd_rndis_eth_tx Signed-off-by: sakumisu <
[email protected]
>
2025-05-07
class: hid: Fix typo: MODIFER → MODIFIER
Runcheng Lu
Signed-off-by: Runcheng Lu <
[email protected]
>
2025-04-30
fix unused warnings
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-04-29
update(class/wireless/usbd_rndis): enable indicate msg for sending connect ↵
sakumisu
status Signed-off-by: sakumisu <
[email protected]
>
2025-04-28
update(class): add weak api to avoid undefine symbol(not use such class but add)
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-04-23
fix wformat warning
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-04-22
refactor(class/usbd_msc): replace cherryrb with only variable
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-04-19
fix wformat warning
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-04-17
feat(class/usbh_hid): add usbh_hid_get_protocol api
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-04-09
update(class/hid/usbd_hid): remove ununsed api
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-03-28
fix: fix wformat warnings
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-03-28
update: add usb align up for every buffer when use dcache clean&invalid api
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-02-25
fix(demo): split feedback caculate macro with AUDIO_FREQ_TO_FEEDBACK_XS and ↵
sakumisu
AUDIO_FEEDBACK_TO_BUF_XS Signed-off-by: sakumisu <
[email protected]
>
2025-02-08
feat(class/hid): add HID_X_DESCRIPTOR_INIT macro
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-01-26
chore: fix wformat warning
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-01-26
update(class/msc/usbh_msc): move msc scsi commands out to prevent blocking ↵
sakumisu
enum thread Signed-off-by: sakumisu <
[email protected]
>
2025-01-20
feat(osal): add argument macro for different os, especially for nuttx
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-01-16
update(class/wireless/usbd_rndis): support transfer api for enet & wireless ↵
sakumisu
without lwip Signed-off-by: sakumisu <
[email protected]
>
2025-01-16
update(class/msc/usbh_msc): add retry macro
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-01-16
fix(audio): fix audio feedback value caculation
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-01-16
[update] class: msc host: update msc host class stack (#285)
chenzhihong007
- use CONFIG_USBHOST_MSC_TIMEOUT as inquiry timeout - separate cbw/csw from g_msc_buf - try again ready check when device not ready - print errcode in error log Signed-off-by: Zhihong Chen <
[email protected]
>
2025-01-13
update(demo): add macro for caculating feedback value
sakumisu
2024-12-28
feat(demo): add feedback for audio v1 speaker template
sakumisu
2024-11-27
fix(class/cdc/usbd_cdc_ecm): fix missing return
sakumisu
2024-11-25
usbd_video: use pingpang buffer to improve tx performance
Zhihong Chen
- use pingpang buffer to improve tx performance Signed-off-by: Zhihong Chen <
[email protected]
>
2024-11-25
update(class/audio): change volume unit with dB, fix uac2.0 volume range
sakumisu
2024-11-24
update: change memcpy to fast memcpy
sakumisu
2024-11-16
refactor(class/video/usbd_video): refactor video stream transfer, support n ↵
sakumisu
frames in one transfer
2024-11-11
update(demo/usbd_rndis): update send & recv done api, add check for this demo
sakumisu
2024-11-11
update(class/cdc/usbd_cdc_ecm): support transfer api for enet & wireless ↵
sakumisu
without lwip
2024-10-31
feat(class/aoa): add usb aoa host
sakumisu
2024-10-30
update(class/audio/usbh_auido): update audio volume and mute api, caculate ↵
sakumisu
volume with volume min & max
2024-10-30
fix: rename class to class_code, for c++ compatibility (#269)
electretmike
Co-authored-by: Michiel van Leeuwen <
[email protected]
>
2024-10-18
feat(class/video/usbd_video): add usbd_video_stream_start_write api for ↵
sakumisu
video split tranfer, every transfer with one ep_mps
2024-09-30
feat(class/audio/usb_audio): add audio altsetting desc init macros
sakumisu
2024-09-28
update(class/wireless/usbh_rndis): reduce rndis control buffer
sakumisu
2024-09-28
Reduce size of HID class request buffer
Derek Konigsberg
With the change from cherry-embedded#260, this buffer no longer needs to be so large. It can be reduced to the save a lot of memory.
2024-09-27
fix(class/msc/usbh_msc): when device stalls by usbh_msc_get_maxlun, ingore ↵
sakumisu
error and set lun=0, refs:#259
2024-09-27
update(class/hid/usbh_hid): export usbh_hid_get_report_descriptor api, refs:#260
sakumisu
2024-09-19
fix(class/msc/usbd_msc): fix warning and add check for ↵
sakumisu
CONFIG_USBDEV_MSC_MAX_BUFSIZE
[next]