Liam Kinne
Liam Kinne
Adds a new CAN trait with both async and fallback non-blocking methods. Module is named `asynch` to avoid a collision with the `async` keyword. Alternatively a separate crate `embedded-can-async` could...
The current guidance of putting code generated by a `build.rs` script into `src/` is generally not a good idea (see [here](https://doc.rust-lang.org/cargo/reference/build-script-examples.html)). It leads to it being checked into source control...
Another library I'm using returns these types as an `Err(T)` and I can't use unwrap because they don't implement Debug.
See change log entry for specific details.
There is some amount of memory being allocated during the `remap` function that isn't getting cleaned up. This is with the latest commit on main. So I imagine it's something...
Adds the required implementation to support USB device with `usb-device` and `stm32-usbd`.
There are a lot of unreleased changes and it has been over two years since the last release. Is there a plan to release new crate versions soon? If there's...