Paul FLORENCE
Paul FLORENCE
So is this still on it's way ? It would be really neat to have the ability to have one thread reading from a serial connection, and the other one...
That is what I have done, but then to write stuff I have to wait until my reading function returns, which can take quite some time. Is there a way...
This feature was implemented recently on [serialport-rs](https://gitlab.com/susurrus/serialport-rs/merge_requests/20) if you need some inspiration !
Yep but it seems that this tool is not actively develloped.
I think that this is misdirecting because one would expect the link to send us to a board support crate, while it is sending us to an hal implementation. Maybe...
You can add `incremental = false` in the `[release]` section of your `Cargo.toml` to be able to compile with `--release`.
If you are looking for a higher level module (TCP/UDP) there is also a crate for the [w5500](https://crates.io/crates/w5500) !
I got the same issue. I'm waiting for a new release and will stick to 0.25.
My bad I read all the introduction stuff and thought, let's try with an other board (not even a DISCOVERY board). Modifying .cargo/config fixed the linking issue, but even with...
Maybe you could (ab)use Travis CI to generate the doc ?