• Joined on 2024-01-24
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 »
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
doryan pushed to test at TheEmbeddedRust/usb-avr-lib 2025-05-14 20:00:47 +03:00
6322868796 refactor: remove unwrap() usage, redundant free(||) usage and etc
doryan pushed to main at doryan/VoidVim 2025-05-09 13:49:12 +03:00
9ad4462e8c feat(ts/js): remove some inline hints
95a766f193 feat(rust): remove lifetime elision hints
0bbed03377 feat(plugins): add vscode and eslint plugins
e8b9bfa907 feat(mapping): add keybinds for shifting lines
0dcbddb8a6 feat(snippets): remove luasnip
Compare 7 commits »
doryan created branch test in TheEmbeddedRust/usb-avr-lib 2025-05-05 22:08:38 +03:00
doryan pushed to test at TheEmbeddedRust/usb-avr-lib 2025-05-05 22:08:38 +03:00
f7c4b48b85 remove free-interrupt context for endpoint allocator
doryan pushed to master at doryan/st 2025-05-03 17:49:25 +03:00
6be2a4fcb5 feat: add patch defaultfontsize and etc.
c0a453cfa3 feat: change font and shell
Compare 2 commits »
doryan pushed to dev at TheEmbeddedRust/soft-serial 2025-04-30 22:02:40 +03:00
14bb705e94 feat: remove redundant loop
096fa7853f fix: revert sync timing
Compare 2 commits »
doryan pushed to dev at TheEmbeddedRust/soft-serial 2025-04-30 17:06:53 +03:00
6991e5611e feat: remove SoftSerial trait
caa1ff9f24 feat: move sync and handshake methods to struct implementation
6defd8963f feat(writer/reader): move write and read methods to SoftSerialWriter and SoftSerialReader traits + impl these traits
Compare 3 commits »
doryan pushed to main at TheEmbeddedRust/usb-avr-lib 2025-04-28 19:21:51 +03:00
4a90b9a6c8 feat(usb_device): add getters
doryan pushed to main at TheEmbeddedRust/usb-avr-lib 2025-04-28 18:51:51 +03:00
ce10b959e4 Update src/types/usb_device.rs
doryan pushed to main at TheEmbeddedRust/usb-avr-lib 2025-04-28 18:51:18 +03:00
doryan pushed to main at TheEmbeddedRust/usb-avr-lib 2025-04-28 18:50:47 +03:00