ryan

Results 82 issues of ryan

added an example driving an LED strip using https://github.com/MartyMacGyver/ESP32-digital-RGB-LED-drivers, because, that's what I needed ^_^

hey there, i've been messing around with trying to get the RTC (and RTIC) working on a `SAMD51G18A` with (almost) no success. attempting to use `atsamd-hal@master` and `[email protected]`. possibly related...

apparently some folks like to use `ed25519` with other hashers (like `keccak` and `sha3`)... to use `dalek` in place of existing libraries exporting these functions one requires a mechanism for...

allows basepoint tables to be excluded to reduce flash usage on embedded devices. this should have no impact on most users, but will require adding `features = [ "basepoint_tables" ]`...

As an alternative to the implementation in https://github.com/dalek-cryptography/ed25519-dalek/pull/201 (including unsafe methods), cc. @isislovecruft - Outstanding [bug](https://github.com/rust-lang/rust/issues/69035) in generic resolution means you sometimes need to call `::...` rather than `Type::...` which...

**Describe the bug** Both `probe-rs` cli or `cargo-flash` appear to be _super unreliable_ on macOS. In all cases `JLinkExe` can talk to the probe and target with no issue. **To...

bug
probe:jlink
chip:atsam

hey there, thanks for making a neat crate! i'm attempting to use this with some cryptographic crates that require hashers implement the `digest::Digest` trait. this PR refactors the `Sha3` and...

hi hi, thanks for making such a useful crate! i think the [order](https://github.com/sunng87/cargo-release/blob/5b9450a35136a38c25411d193e292e3060e25ff7/src/main.rs#L220) in which things are published is incorrect, leading to less than ideal package states on failure (as...

Some [tests](https://travis-ci.org/rust-embedded/svd2rust/jobs/498963079#L635) with small errors fail with: > The job exceeded the maximum log length, and has been terminated. because the generated rust files are a single line, so the...

allows basepoint tables to be excluded to reduce flash usage on embedded devices. this should have no impact on most users, but will require adding `features = [ "basepoint_tables" ]`...