ryan
ryan
i think this is subsequently also fairly well covered by [embedded-graphics](https://docs.rs/embedded-graphics/latest/embedded_graphics/) ^_^
Hey, thanks for the issue! I'm not sure where that should go tbqh, @adamgreig @japaric do you have any thoughts?
Really like the idea of a `rust-embedded/rtos-api` similar to cmsis-rtos that rtos implementations or bindings can implement. I guess a bit like `embedded-hal`, if we have a set of primitive...
> Also pinging @ryankurte about the DNS setup, is there anything blocking getting that PR merged to add the new DNS records? would that be https://github.com/rust-embedded/rust-embedded-provisioning/pull/17 or another PR to...
Hey, thanks for the responses! Pretty much everywhere I put "macro" I should have put conditional compilation (`#[cfg]`), language context switching troubles :-/ The top level [embedded-hal](https://github.com/japaric/embedded-hal) is an awesome...
via [element.io](https://app.element.io/#/room/#rust-embedded:matrix.org)? it's all working as far as i can see
i ran into this recently and ended up with a bunch of mutex and `rng_core` faff to support global use of `rand_core::Rng` objects while supporting platform initialisation. Unsure how to...
A few more sharp-edges / missing primitives i have run into (some of which are mentioned above): - `SystemTime`, `Instant` etc. - https://internals.rust-lang.org/t/pre-rfc-move-systemtime-and-duration-to-libcore/3903 - `CStr`, (`CString` though this would presumably...
@korken89 seems like an excellent idea! I don't know how much control over cargo generate we have, but, `mbed-cli` has a list of supported micros and boards you can ask...
I definitely agree with your summary @jamesmunns, and would love to see a community maintained repo for board support packages, though I am still in favour of SVDs as the...