Adam Greig

Results 316 comments of Adam Greig
trafficstars

Hm, yea, maybe a macro-by-example could emit the inline asm needed. That's probably nicer than just saying everyone has to use asm directly. It would still have to be used...

If you want separate libs to later use these functions, don't they need to be `pub` instead of `pub(crate)`?

We discussed this a bit in the meeting today. * Renaming it from `DEVICE_PERIPHERALS` means that new versions of a PAC could link with old versions, which is unsound *...

Thanks, it's useful to know it's only a problem on thin LTO. Perhaps another good reason to plan to move away from owned singletons given out like this.

In the last meeting we discussed moving forwards with this cleanup by checking in with all current members and ensuring they're still interested in continuing to be part of the...

OK, as discussed, here's the list. Please tick if you're still interested in being a member of the working group (this helps us check you are still able to at...

Thanks for the responses everyone! I am putting together a PR to hibernate those who've request it; thank you for everything you've done and just let us know if you...

Looks reasonable to me but pinging @rust-embedded/hal for review

Thanks for opening this issue. We discussed it a bit in today's meeting ([here](https://libera.irclog.whitequark.org/rust-embedded/2023-01-31#1675192240-1675194276;)). The traits take a mutable reference because some implementations may need to ensure they have unique...

`Countdown` won't be in embedded-hal 1.0 at first, because most of the traits that deal with time have been removed until we can have a better abstraction for it; plus,...