• Joined on 2024-01-24
203 contributions in the last 12 months
JulAugSepOctNovDecJanFebMarAprMayJunMonWedFri
Less
More
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' () from test into main
c510d908d3 refactor: move constants + remove code duplicate
cfa76a6672 fix(int): USBINT interrupt
dd28dfe61e test
Compare 10 commits »
doryan merged pull request TheEmbeddedRust/usb-avr-lib#1 2025-05-18 22:52:53 +03:00
Merge first (maybe) stable version usb-avr for atmega32u4/atmega16u4
doryan created pull request TheEmbeddedRust/usb-avr-lib#1 2025-05-18 22:52:45 +03:00
Merge first (maybe) stable version usb-avr for atmega32u4/atmega16u4
doryan pushed to test at TheEmbeddedRust/usb-avr-lib 2025-05-18 22:50:20 +03:00
c510d908d3 refactor: move constants + remove code duplicate
doryan pushed to test at TheEmbeddedRust/usb-avr-lib 2025-05-18 22:19:02 +03:00
cfa76a6672 fix(int): USBINT interrupt
doryan pushed to test at TheEmbeddedRust/usb-avr-lib 2025-05-18 22:16:01 +03:00
doryan pushed to test at TheEmbeddedRust/usb-avr-lib 2025-05-18 22:04:09 +03:00
dd28dfe61e test
doryan pushed to test at TheEmbeddedRust/usb-avr-lib 2025-05-18 21:58:48 +03:00
a269df21fe fix(int): fix bytes for clearing interrupt flags for usbd_serial
doryan pushed to test at TheEmbeddedRust/usb-avr-lib 2025-05-15 09:22:24 +03:00
93ade5bda0 fix: add clearing interrupts
doryan pushed to test at TheEmbeddedRust/usb-avr-lib 2025-05-15 09:02:13 +03:00
64a6532c94 fix(f_reset): using detach bit in udcon register instead usbcon