• Joined on 2024-01-24
doryan pushed to main at TheEmbeddedRust/usb-avr-lib 2025-04-25 14:27:11 +03:00
f399278d2c feat: rename method
doryan pushed to main at TheEmbeddedRust/usb-avr-lib 2025-04-25 13:34:11 +03:00
c4686aafc4 feat(api): add plug_in_detection
ba319eecff refactor: move function down + set #[inline(always)] for small functions
Compare 2 commits »
doryan pushed to dev at TheEmbeddedRust/soft-serial 2025-04-25 12:45:23 +03:00
a4657e202f feat(feature): add sparkfun-promicro feature
doryan pushed to main at TheEmbeddedRust/static-pins 2025-04-25 12:39:07 +03:00
53075f63ec feat(feature): add sparkfun-promicro feature
1fb1c3d573 feat(trait): remove StaticPinOps
9f781497d8 feat(cfg): impl static pins (only for promicro)
Compare 3 commits »
doryan pushed to dev at TheEmbeddedRust/soft-serial 2025-04-25 11:24:01 +03:00
aa554f1fe5 feat: remove avr specs
doryan pushed to main at TheEmbeddedRust/usb-avr-lib 2025-04-25 11:23:19 +03:00
a1e180b451 feat: comment build dep
09ae1b383c feat: change profile toolchain
Compare 2 commits »
doryan pushed to main at TheEmbeddedRust/static-pins 2025-04-25 11:21:54 +03:00
57f701e8aa feat: remove [lib] test = false lines
ce4ad89cf3 feat: change toolchain profile
Compare 2 commits »
doryan pushed to dev at TheEmbeddedRust/soft-serial 2025-04-24 21:39:28 +03:00
b5e0708b09 feat: remove interrupt configuration in constructor
doryan created branch dev in TheEmbeddedRust/soft-serial 2025-04-24 21:39:28 +03:00
doryan pushed to main at TheEmbeddedRust/usb-avr-lib 2025-04-24 21:36:03 +03:00
12104cdc0b feat: remove proc-macro dependency
doryan pushed to dev at TheEmbeddedRust/neopixel-avr 2025-04-24 21:34:46 +03:00
3c00feb37d LOL????
doryan renamed repository from neopixel-rs to TheEmbeddedRust/neopixel-avr 2025-04-24 21:04:48 +03:00
doryan pushed to dev at TheEmbeddedRust/neopixel-avr 2025-04-24 20:55:56 +03:00
04b69b53f0 feat(pin): use set_low/high() method instead write()
doryan pushed to dev at TheEmbeddedRust/neopixel-avr 2025-04-22 21:54:12 +03:00
42d63292a8 refactor!: use for loop instead while, use PhantomData<Pin<PINMODE, P>>, rename method priv_write -> write_color_channel and etc
0a668af6e4 feat(trait): rename trait StaticPin -> StaticPinOps
6e54b54895 feat(const): rename LAST_BIT -> MSB
4e0d9d82f2 feat: use static_pin crate
3915ebbd95 feat: remove unused imports
Compare 7 commits »
doryan created branch dev in TheEmbeddedRust/neopixel-avr 2025-04-22 21:54:12 +03:00
doryan pushed to master at TheEmbeddedRust/soft-serial 2025-04-22 21:44:05 +03:00
52de979023 feat(attribute): add no_std attribute
doryan created branch master in TheEmbeddedRust/soft-serial 2025-04-21 20:40:40 +03:00
doryan pushed to master at TheEmbeddedRust/soft-serial 2025-04-21 20:40:40 +03:00
901b58cd27 first commit
doryan created repository TheEmbeddedRust/soft-serial 2025-04-21 20:40:07 +03:00
doryan pushed to main at TheEmbeddedRust/static-pins 2025-04-21 19:26:36 +03:00
e3e619c7ab feat(fn): add state check functions signatures