This website requires JavaScript.
859db28964
feat(class/display): add usb vendor display device driver
master
sakumisu
2026-02-05 20:48:46 +08:00
6b0ec0e16f
refactor(class/dfu): refactor dfu device driver
sakumisu
2026-02-05 20:39:38 +08:00
1a5bc9d150
fix(cherrymp): fix block size check
sakumisu
2026-02-05 20:38:06 +08:00
08d1ce4ab5
style(class): remove device warning logs for memory
sakumisu
2026-02-03 21:04:14 +08:00
0cac0ab34c
fix typo
sakumisu
2026-02-03 20:52:35 +08:00
5f47d1a6b6
fix(port/musb/usb_hc_musb): fix stall to stalled
sakumisu
2026-02-03 20:49:10 +08:00
64dced8ec7
fix(port/dwc2/usb_dc_dwc2): fix typo for disable global isr
sakumisu
2026-02-03 20:46:59 +08:00
8d53fc763a
Deploying to gh-pages from @ cherry-embedded/CherryUSB@eaefb8ed21 🚀
gh-pages
sakumisu
2026-01-30 15:16:55 +00:00
eaefb8ed21
docs: update docs and add english version
release/v1.6
sakumisu
2026-01-30 22:10:34 +08:00
5b8adad390
Deploying to gh-pages from @ cherry-embedded/CherryUSB@576665c36d 🚀
sakumisu
2026-01-30 15:06:40 +00:00
fff0874866
Deploying to gh-pages from @ cherry-embedded/CherryUSB@51cd6c1221 🚀
sakumisu
2026-01-30 15:04:00 +00:00
c405f505ce
Deploying to gh-pages from @ cherry-embedded/CherryUSB@fb70dc4761 🚀
sakumisu
2026-01-30 14:58:31 +00:00
3c5e45e048
Deploying to gh-pages from @ cherry-embedded/CherryUSB@812c482725 🚀
sakumisu
2026-01-30 14:45:05 +00:00
a639422feb
Deploying to gh-pages from @ cherry-embedded/CherryUSB@772c494920 🚀
sakumisu
2026-01-30 10:06:17 +00:00
76b3720445
docs: release v1.6.0
v1.6.0
sakumisu
2026-01-27 19:51:29 +08:00
bad94dfc67
update(class/cdc): change serial state macro
sakumisu
2026-01-26 21:16:12 +08:00
2783329509
chore: replace tab with space
sakumisu
2026-01-26 21:13:18 +08:00
3181819214
update(class/gamepad): use hid intf init api
sakumisu
2026-01-26 21:12:01 +08:00
12b3eca447
chore: update kconfig
sakumisu
2026-01-25 18:43:56 +08:00
1a3343bc11
update(port/ehci): set roothub speed to high
sakumisu
2026-01-25 17:02:20 +08:00
0c86f1f5ff
update(port/dwc2/usb_glue_infineon): add some check for m55
sakumisu
2026-01-24 17:58:05 +08:00
120f784e5d
Deploying to gh-pages from @ cherry-embedded/CherryUSB@bb8675409e 🚀
sakumisu
2026-01-27 10:30:58 +00:00
51973a99eb
Deploying to gh-pages from @ cherry-embedded/CherryUSB@e44d44f5b6 🚀
sakumisu
2026-01-24 09:41:00 +00:00
e44d44f5b6
update(demo): remove all old desc api
sakumisu
2026-01-24 17:39:42 +08:00
18fc474696
docs: freeze version to v1.5.3.99
v1.5.3.99
release/v1.5
sakumisu
2026-01-22 21:33:51 +08:00
fd49804470
fix(musb): fix musb_pipe_alloc missing bus parameter, and fix host checks in irq
MDLZCOOL
2026-01-17 13:50:36 +08:00
af556f4f03
refactor(osal): replace NuttX internal APIs with POSIX APIs
SunJ
2026-01-13 17:31:29 +08:00
0ca521a1d0
update(port/dwc2/usb_dc_dwc2): move read setup into USB_OTG_GINTSTS_ENUMDNE irq
sakumisu
2026-01-22 21:05:15 +08:00
309aa2ffd8
feat(port/dwc2): add infineon glue
sakumisu
2026-01-22 21:01:32 +08:00
013f51312a
update(port/dwc2): add usbd_dwc2_get_system_clock to replace SystemCoreClock
sakumisu
2026-01-22 21:00:24 +08:00
2a20e074b3
update(port/dwc2): add check for fifo value with power on value
sakumisu
2026-01-20 21:15:01 +08:00
1528b533cf
feat(musb): add support for ti microcontroller with musb ip
MDLZCOOL
2026-01-17 21:18:04 +08:00
e414833589
fix(musb): fix musb_pipe_alloc missing bus parameter, and fix host checks in irq
MDLZCOOL
2026-01-17 13:50:36 +08:00
901adfe19b
update(platform): remove net class weak api, check CONFIG_USBHOST_PLATFORM_* macro is defined or not in usbh_lwip.c
sakumisu
2026-01-05 21:31:41 +08:00
6e2434a83c
fix(port/dwc2/usb_hc_dwc2): restart split transfer with dwc2_xxx_urb_init, do not use dwc2_chan_reenable api
sakumisu
2026-01-05 21:21:00 +08:00
dba6022bc9
Update T113S3 glue
HakumenJean
2026-01-08 16:19:23 +08:00
f9fbf881ba
fix(bluetooth): Correct HCI packet type from SCO to ISO in USB host.
Alvin
2026-01-05 16:09:41 +08:00
de844391bd
fix(demo): fix cdc ecm string check
sakumisu
2026-01-04 21:50:44 +08:00
737392f42e
Deploying to gh-pages from @ cherry-embedded/CherryUSB@1de6b93045 🚀
sakumisu
2026-01-13 09:43:57 +00:00
1de6b93045
refactor(osal): replace NuttX internal APIs with POSIX APIs
SunJ
2026-01-13 17:31:29 +08:00
43cf82642c
update(port/dwc2/usb_dc_dwc2): remove __UNALIGNED_UINT32_READ and __UNALIGNED_UINT32_WRITE because buf is always align4, only receive one setup packet
sakumisu
2026-01-08 21:04:01 +08:00
8d7a98fc9d
Update T113S3 glue
HakumenJean
2026-01-08 16:19:23 +08:00
e31b969304
Deploying to gh-pages from @ cherry-embedded/CherryUSB@ce32f73100 🚀
sakumisu
2026-01-07 14:37:40 +00:00
ce32f73100
docs: fix typo
sakumisu
2026-01-07 22:37:14 +08:00
44d92be013
update(platform): remove net class weak api, check CONFIG_USBHOST_PLATFORM_* macro is defined or not in usbh_lwip.c
sakumisu
2026-01-05 21:31:41 +08:00
d172c89eef
fix(port/dwc2/usb_hc_dwc2): restart split transfer with dwc2_xxx_urb_init, do not use dwc2_chan_reenable api
sakumisu
2026-01-05 21:21:00 +08:00
9cbe4502e7
fix(bluetooth): Correct HCI packet type from SCO to ISO in USB host.
Alvin
2026-01-05 16:09:41 +08:00
d50159638d
fix(demo): fix cdc ecm string check
sakumisu
2026-01-04 21:50:44 +08:00
fb6dbb442e
docs: update net rst and readme
sakumisu
2025-12-31 14:44:34 +08:00
fdbe9e6dfb
Deploying to gh-pages from @ cherry-embedded/CherryUSB@4f2d87e6ce 🚀
sakumisu
2025-12-31 06:45:24 +00:00
0492956c21
Deploying to gh-pages from @ cherry-embedded/CherryUSB@f2bccfa482 🚀
sakumisu
2025-12-31 02:50:26 +00:00
3ea36cb6d9
Deploying to gh-pages from @ cherry-embedded/CherryUSB@c2b7ec92de 🚀
sakumisu
2025-12-31 02:32:24 +00:00
7a2089f032
feat(class/gamepad): add gamepad device
sakumisu
2025-12-29 21:33:48 +08:00
5ffe9cbe7f
fix(port/dwc2/usb_hc_dwc2): fix incorrect HFIR_RELOAD_CTRL setting
sakumisu
2025-12-26 21:55:12 +08:00
be5ba641dd
fix(port/dwc2/usb_hc_dwc2): fix incorrect HFIR_RELOAD_CTRL setting
sakumisu
2025-12-26 21:55:12 +08:00
047c872e99
fix: fix winusb string and audio macro
sakumisu
2025-12-26 12:41:31 +08:00
7317913efa
fix: fix winusb string and audio macro
sakumisu
2025-12-26 12:41:31 +08:00
62b6186bcd
Deploying to gh-pages from @ cherry-embedded/CherryUSB@6572648561 🚀
sakumisu
2025-12-23 08:57:09 +00:00
fc05e18231
fix(core/otg): fix deinit flag and mode check
v1.5.3
sakumisu
2025-12-19 15:41:43 +08:00
a6517c97c9
chore(cmake): fix cdc symbol name
v1.5.3-rc2
sakumisu
2025-12-11 11:45:23 +08:00
387a418f14
update(demo): format uac demos with macros
sakumisu
2025-12-05 18:32:10 +08:00
00f4afe115
update(demo): add more descriptor init macros
sakumisu
2025-12-03 17:40:37 +08:00
94d1c6b1be
fix(core/otg): fix deinit flag and mode check
sakumisu
2025-12-19 15:41:43 +08:00
3f23af5ad7
fix(serial): add default handler for gsm
sakumisu
2025-12-21 21:12:15 +08:00
34166b361a
fix(rp2040): add rp2040 support to scons
MDLZCOOL
2025-12-19 10:51:31 +08:00
a5f765d46e
ci: add lshid cmd
sakumisu
2025-12-18 22:00:02 +08:00
43b8237713
update(demo): format with macro
sakumisu
2025-12-18 21:59:48 +08:00
20199f08c4
docs: update cache qa
sakumisu
2025-12-18 21:59:11 +08:00
8c01a6ea46
update(usbh_gsm): add ml307r vid
sakumisu
2025-12-18 21:58:41 +08:00
bcd9c1328b
Deploying to gh-pages from @ cherry-embedded/CherryUSB@3a21f2425d 🚀
sakumisu
2025-12-18 14:00:38 +00:00
80b199e866
Deploying to gh-pages from @ cherry-embedded/CherryUSB@55ef0f6309 🚀
sakumisu
2025-12-17 12:44:39 +00:00
55ef0f6309
style: change \t to space
sakumisu
2025-12-17 20:43:42 +08:00
587339b733
feat(class/hid): add hid report parse api
sakumisu
2025-12-17 20:43:15 +08:00
a6ffbd3600
fix(usbh_serial): fix serial iobuffer size, remove length limit of write
sakumisu
2025-12-17 20:42:40 +08:00
8d834072a8
Deploying to gh-pages from @ cherry-embedded/CherryUSB@baf2a56c93 🚀
sakumisu
2025-12-17 06:24:24 +00:00
baf2a56c93
docs: update rst
sakumisu
2025-12-16 20:16:57 +08:00
7d4f59660e
Deploying to gh-pages from @ cherry-embedded/CherryUSB@4733bde8f7 🚀
sakumisu
2025-12-16 12:17:14 +00:00
e116a68c71
Deploying to gh-pages from @ cherry-embedded/CherryUSB@7b9b396ab4 🚀
sakumisu
2025-12-15 12:54:27 +00:00
7b9b396ab4
fix(usbh_cp210x): remove ununsed code
sakumisu
2025-12-15 20:54:05 +08:00
3a1f3c3ba4
update: update host demo macros without value
sakumisu
2025-12-15 20:53:45 +08:00
a3f0c06aed
Deploying to gh-pages from @ cherry-embedded/CherryUSB@bafe795fd6 🚀
sakumisu
2025-12-15 06:17:37 +00:00
eb0f021128
Deploying to gh-pages from @ cherry-embedded/CherryUSB@7b6b09582a 🚀
sakumisu
2025-12-15 05:49:48 +00:00
1cbe3c5957
fix(serial): fix host serial framework support for rt-thread
MDLZCOOL
2025-12-15 00:34:17 +08:00
3b16db5f44
Deploying to gh-pages from @ cherry-embedded/CherryUSB@11b91a0283 🚀
sakumisu
2025-12-14 00:52:19 +00:00
11b91a0283
fix(usbh_serial): don't resubmit the read urb when rx short packet
MDLZCOOL
2025-12-14 00:36:26 +08:00
b1ca0406a5
fix(usbh_ch34x): program baudrate registers after divisor calculation
MDLZCOOL
2025-12-13 23:40:53 +08:00
799ae48f7c
feat(usbh_serial): Use Ping-Pong Buffer to Decrease Packet Loss
MDLZCOOL
2025-12-13 23:01:09 +08:00
da2263728a
refactor(serial): add host serial framework
sakumisu
2025-12-12 22:45:10 +08:00
707e865627
fix warning
sakumisu
2025-12-12 22:41:25 +08:00
78f6414b52
Deploying to gh-pages from @ cherry-embedded/CherryUSB@e2a3356945 🚀
sakumisu
2025-12-12 14:36:13 +00:00
e951fd01c8
chore(cmake): fix cdc symbol name
sakumisu
2025-12-11 11:45:23 +08:00
bf1d9db9a1
update(demo): format uac demos with macros
sakumisu
2025-12-05 18:32:10 +08:00
a20f53c6de
update(demo): add more descriptor init macros
sakumisu
2025-12-03 17:40:37 +08:00
006123c296
update: remove old bl616 wifi driver, add new api
sakumisu
2025-12-03 17:26:50 +08:00
825765708b
update: remove old bl616 wifi driver, add new api
sakumisu
2025-12-03 17:26:50 +08:00
74d5d1ce7a
fix(core): fix warnings
sakumisu
2025-12-01 20:31:03 +08:00
670bde3671
fix(core): fix warnings
sakumisu
2025-12-01 20:31:03 +08:00
11cb54f735
docs: update rst
sakumisu
2025-11-25 20:31:23 +08:00
73f5b843dc
update: remove ununsed bl616 wifi driver
sakumisu
2025-12-01 12:30:15 +08:00
b3a5228d20
update(demo): add comment for uac
sakumisu
2025-12-01 12:28:27 +08:00