• Joined on 2025-11-02
doryan pushed to main at TheEmbeddedRust/usb-avr-lib 2025-06-29 19:30:52 +02:00
ca85ac552d feat: USBEndpoint is public
doryan pushed to main at TheEmbeddedRust/usb-avr-lib 2025-06-28 20:31:15 +02:00
3ddf928152 test
doryan pushed to test at TheEmbeddedRust/usb-avr-lib 2025-06-22 19:35:34 +02:00
16e254d7dc feat: remove pending_ins field and it usage
doryan pushed to test at TheEmbeddedRust/usb-avr-lib 2025-06-22 19:33:29 +02:00
doryan created branch test in TheEmbeddedRust/usb-avr-lib 2025-06-22 19:33:29 +02:00
doryan pushed to master at doryan/st 2025-06-12 15:09:32 +02: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 16:18:53 +02:00
68c1ff13eb feat: remove complex type casting
doryan pushed to main at TheEmbeddedRust/usb-avr-lib 2025-05-27 19:47:08 +02: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 19:25:44 +02: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 08:24:48 +02: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 15:30:41 +02:00
f069c3b4b2 feat(writer): reduce byte transactions (from N to len of buffer)
doryan pushed to dev at TheEmbeddedRust/soft-serial 2025-05-22 20:00:08 +02:00
f43340db30 fix: add re-export
doryan pushed to dev at TheEmbeddedRust/soft-serial 2025-05-22 19:57:24 +02:00
b3aa8ea46a feat(sync): remove synchronization method calls
doryan pushed to dev at TheEmbeddedRust/soft-serial 2025-05-22 19:50:37 +02: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 21:53:02 +02:00
doryan pushed to main at TheEmbeddedRust/usb-avr-lib 2025-05-18 21:52:53 +02: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 »
doryan merged pull request TheEmbeddedRust/usb-avr-lib#1 2025-05-18 21:52:53 +02:00
Merge first (maybe) stable version usb-avr for atmega32u4/atmega16u4
doryan created pull request TheEmbeddedRust/usb-avr-lib#1 2025-05-18 21:52:45 +02:00
Merge first (maybe) stable version usb-avr for atmega32u4/atmega16u4
doryan pushed to test at TheEmbeddedRust/usb-avr-lib 2025-05-18 21:50:20 +02:00
c510d908d3 refactor: move constants + remove code duplicate
doryan pushed to test at TheEmbeddedRust/usb-avr-lib 2025-05-18 21:19:02 +02:00
cfa76a6672 fix(int): USBINT interrupt