Hanno Braun
Hanno Braun
I'm removing the `upstream` label. I aleady expressed doubts on whether this should be submitted to embedded-hal, and in addition, embedded-hal has gained a [sleep API](https://docs.rs/embedded-hal/0.1.2/embedded_hal/blocking/delay/index.html) in the meantime. If...
I'm fine with this. Does anyone have experience with upstreaming such changes to Nordic?
> however I can see this being useful for splitting I/O ports into thread safe groups. There's been some discussion on the svd2rust issue tracker that could be another solution...
Thanks for reporting this, @ahdinosaur! I've had problems in the past when running programs in dev mode. I think this library definitely needs optimizations enabled. As far as I remember,...
I think that's reasonable. I can't think of a scenario where having your error types be `Debug` would not be acceptable.
Nice, thanks for the note, @WriterOfAlicrow!
Thanks for letting me know, @ahdinosaur. That's certainly a problem. I wouldn't expect this situation to resolve itself near-term, so just sitting the problem out is probably not a solution....
Hey @ryankurte, thank you for the PR! > i have yet to implement `IE` encoding / decoding and i was wondering whether you would be happy with that here too?...
Thank you for the additional info, @ryankurte. I'd be inclined to merge it then. CI is failing though, so that will require fixing first. I understand if you don't want...