Scott Mabin

Results 110 issues of Scott Mabin
trafficstars

fsck returns ```rust fsck.fat 4.2 (2021-01-31) /RTB Invalid '..' entry in the second slot. Fixing. /DATA Invalid '..' entry in the second slot. Fixing. ``` Doesn't seem to be critical,...

bug

``` running 4 tests test tests::test_symestric_transfer ... INFO Test exited with () or Ok(..) └─ embedded_test::export::check_outcome @ /home/mabez/.cargo/git/checkouts/embedded-test-f175ea47b6323482/b67dec3/src/fmt.rs:37 ok test tests::test_asymestric_transfer ... INFO Running test: Test { name: "tests::test_asymestric_transfer", function:...

enhancement

It's useful to have `std::error::Error` implementations for STD usecases as it allows interop with the `anyhow!` crate.

Great library, I particularly love the attention you put into removing panicking branches! I'm looking forward to using this in an upcoming project. Whilst it would be possible to use...

Will need to do a bisect to find the offending commit, but essentially somewhere between the crates.io release and current main there is a regression where i2c doesn't fail it...

With the new changes we have a bunch of new structs, let's flesh this out a bit once the PR for https://github.com/esp-rs/esp-hal/issues/1095 lands

documentation
peripheral:gpio

As discovered in https://github.com/esp-rs/esp-hal/issues/1481

peripheral:uart

@kelnos, thanks again for your hard work on this project! I believe that most (all?) of the functionality of this crate has been implemented in espflash itself, under the `espflash...

I have some settings I wish to be able to configure over a CLI, however, the setting `enum` often has structs which have most of the configuration information. ```rust pub...