summaryrefslogtreecommitdiff
path: root/class/serial
AgeCommit message (Collapse)Author
2026-07-12update(security): check null pointer and overflowsakumisu
Signed-off-by: sakumisu <[email protected]>
2026-06-04update(class/serial): add err log when rx overflowsakumisu
Signed-off-by: sakumisu <[email protected]>
2026-04-28docs: release v1.6.1v1.6.1release/v1.6sakumisu
Signed-off-by: sakumisu <[email protected]>
2026-02-11refactor: move cherryrb and cherrymp into common dir, rename with ↵sakumisu
usb_ringbuffer and usb_mempool Signed-off-by: sakumisu <[email protected]>
2026-02-03fix typosakumisu
Signed-off-by: sakumisu <[email protected]>
2026-01-28update(class/cdc): change serial state macrosakumisu
Signed-off-by: sakumisu <[email protected]>
2026-01-28chore: replace tab with spacesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-21fix(serial): add default handler for gsmsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-18update(usbh_gsm): add ml307r vidsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-17fix(usbh_serial): fix serial iobuffer size, remove length limit of writesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-15fix(usbh_cp210x): remove ununsed codesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-15fix(serial): fix host serial framework support for rt-threadMDLZCOOL
2025-12-14fix(usbh_serial): don't resubmit the read urb when rx short packetMDLZCOOL
2025-12-14fix(usbh_ch34x): program baudrate registers after divisor calculationMDLZCOOL
2025-12-14feat(usbh_serial): Use Ping-Pong Buffer to Decrease Packet LossMDLZCOOL
2025-12-12refactor(serial): add host serial frameworksakumisu
Signed-off-by: sakumisu <[email protected]>