embrio-rs icon indicating copy to clipboard operation
embrio-rs copied to clipboard

Results 7 embrio-rs issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [cortex-m](https://github.com/rust-embedded/cortex-m) to permit the latest version. Release notes Sourced from cortex-m's releases. v0.7.3 [v0.7.3] - 2021-07-03 Fixed Fixed compilation for native targets on non-x86 host systems...

dependencies

Updates the requirements on [pin-project-lite](https://github.com/taiki-e/pin-project-lite) to permit the latest version. Release notes Sourced from pin-project-lite's releases. 0.2.7 Support custom Drop implementation. See #25 for details. Changelog Sourced from pin-project-lite's changelog....

dependencies

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

I see there are two timers implemented in https://github.com/Nemo157/embrio-rs/tree/master/embrio-nrf51/src/timer. But as far as I can see they aren't used anywhere? How is one supposed to use them?

So this is all very WIP and I'm mostly posting for feedback at the moment. The commits/messages iterate through the changes/improvements, but basically the motivations here are: - Looking into...

Not sure if this is something that's fixable or not. If `something.await` is in the arguments to a macro expression, it can't be expanded since `syn` represents the arguments to...

It would be a fairly small optimization, but would be helpful for users of the library on platforms other than arm. At worst, it's a NOP on a given platform...