• Joined on 2024-01-24
doryan pushed to test at TheEmbeddedRust/usb-avr-lib 2025-06-30 20:05:53 +03:00
a800e28303 feat: make USBEndpoint public + add method get_ep_table
doryan pushed to main at TheEmbeddedRust/usb-avr-lib 2025-06-29 21:02:06 +03:00
doryan pushed to main at TheEmbeddedRust/usb-avr-lib 2025-06-29 21:00:13 +03:00
doryan pushed to main at TheEmbeddedRust/usb-avr-lib 2025-06-29 20:59:40 +03:00
doryan pushed to main at TheEmbeddedRust/usb-avr-lib 2025-06-29 20:30:52 +03:00
ca85ac552d feat: USBEndpoint is public
doryan pushed to main at TheEmbeddedRust/usb-avr-lib 2025-06-28 21:31:15 +03:00
3ddf928152 test
doryan pushed to test at TheEmbeddedRust/usb-avr-lib 2025-06-22 20:35:34 +03:00
16e254d7dc feat: remove pending_ins field and it usage
doryan created branch test in TheEmbeddedRust/usb-avr-lib 2025-06-22 20:33:29 +03:00
doryan pushed to test at TheEmbeddedRust/usb-avr-lib 2025-06-22 20:33:29 +03:00
doryan pushed to master at doryan/st 2025-06-12 16:09:32 +03:00
31164e4c6d fix(resize): patch to prevent truncate terminal content after resize term window
doryan pushed to dev at TheEmbeddedRust/soft-serial 2025-06-01 17:18:53 +03:00
68c1ff13eb feat: remove complex type casting
doryan pushed to main at TheEmbeddedRust/usb-avr-lib 2025-05-27 20:47:08 +03:00
ae466a8aad fix: remove redundant length check
21fcb661f1 fix: use .skip() instead slicing [1..]
Compare 2 commits »
doryan pushed to dev at TheEmbeddedRust/soft-serial 2025-05-27 20:25:44 +03:00
e915deb1d5 fix: send only bytes written to the buffer instead of the entire buffer
doryan pushed to main at TheEmbeddedRust/usb-avr-lib 2025-05-26 09:24:48 +03:00
29e5edde8a feat(check): add check for endpoint table length
137fcc78e5 refactor: reduce Iterator methods usage
Compare 2 commits »
doryan pushed to dev at TheEmbeddedRust/soft-serial 2025-05-23 16:30:41 +03:00
f069c3b4b2 feat(writer): reduce byte transactions (from N to len of buffer)
doryan pushed to dev at TheEmbeddedRust/soft-serial 2025-05-22 21:00:08 +03:00
f43340db30 fix: add re-export
doryan pushed to dev at TheEmbeddedRust/soft-serial 2025-05-22 20:57:24 +03:00
b3aa8ea46a feat(sync): remove synchronization method calls
doryan pushed to dev at TheEmbeddedRust/soft-serial 2025-05-22 20:50:37 +03:00
b72be2fc3b feat(buf): implement SoftSerial traits for HalfDuplexSerial with RingBuffer
7cbbe955bb feat(buf): add ringbuffer structure
Compare 2 commits »
doryan deleted branch test from TheEmbeddedRust/usb-avr-lib 2025-05-18 22:53:02 +03:00
doryan pushed to main at TheEmbeddedRust/usb-avr-lib 2025-05-18 22:52:53 +03:00
5ac1a07c6b Merge pull request 'Merge first (maybe) stable version usb-avr for atmega32u4/atmega16u4' (#1) from test into main
c510d908d3 refactor: move constants + remove code duplicate
cfa76a6672 fix(int): USBINT interrupt
dd28dfe61e test
Compare 10 commits »