Aurélien Jacobs

Results 5 comments of Aurélien Jacobs

What you show is exactly the expected behavior I think. On every filesystem I've ever tried, there is only one current position for both read and write, and only one...

The README is now correct requiring at least stable 1.75, so this issue can be closed I think.

Note that this PR currently depends on unreleased git version of `embedded-storage`. Also note that the failure in Rustdoc check / clippy is due to the CI using an old...

Indeed, I agree `CorruptedFileSystem` is probably not an appropriate error for this. But filtering defmt logs sounds a bit hacky and adds the risk of missing some other unrelated and...

Note that the panic seems to already be fixed in the current git tree. You can try the git version adding this in your `Cargo.toml`: ```toml [patch.crates-io] smoltcp = {...