Daniel Egger
Daniel Egger
@korken89 HAL is maybe not ideal, how do we feel about @rust-embedded/resources ?
I don't quite see a Mutex trait as a **Hardware** abstraction but more of a implementation convention which seems closer to a resource. But hey, just throwing it out there,...
> You guys are using a different meaning of resource here, where the "resources" that James speaks of is what the WG team refers to ;) I'm certainly aware of...
@korken89 So how do we get this repository started? Do you want me to create one?
https://github.com/rust-embedded/mutex-trait And I assume you hit the close button by accident?
An approach has been mentioned in https://blog.japaric.io/rtfm-overhead/. I've been also using the external method using a GPIO quite successfully to do A/B comparisons of code and optimize it, though it...
That statement is not quite right. There's no `collections` crate but a `collections` module in `alloc` (re-exported in `std`). The fact that `HashMap` (and `HashSet`) are only available in `std`...
I did have a look. I would recommend making two more changes: - Change "`collections` crate" into e.g. "`alloc::collections` module" - Turn the "\** HashMap and HashSet are not available...
As discussed in todays meeting we don't see anything actionable here yet. Please continue discussion and let us know if you need any assistance.
Had a quick look in todays meeting, still no news. Will revisit next week.