Daniel Egger
Daniel Egger
@michalfita So what prevents you from using that directly?
@japaric Do the problems with compile time sized stack objects count? I hope (but am not sure) that const generics will be sufficient to address the problem that it is...
@korken89 Sounds great but the syntax is a bit wonky. Why would you specify the core type as `--mcu`? And why would you specify it at all if you have...
I created an issue in `cargo-generate` for the possibility to use presets: https://github.com/ashleygwilliams/cargo-generate/issues/92
Hm, if we have used the "generic" approach before, then certainly not in a lot of places, most HALs multiply the code via macro plus that also depends on the...
There have been a variety of templates available now including https://github.com/rust-embedded/cortex-m-quickstart and https://github.com/rust-embedded/msp430-quickstart under the WG umbrella.
@jonathanpallant Not sure how to extract this information from https://github.com/orgs/rust-embedded/teams . There might be an API to do that but that requires setting up access tokens and might end up...
This should be up-to-date: https://github.com/rust-lang/team/blob/master/teams/wg-embedded.toml (and is also visible through the Rust homepage). I just noticed that three people are still absent, will add them now. ;)
re teams, this is what we have now: ``` All All members posborne adamgreig laanwj danc86 raw-bin dvc94ch ryankurte korken89 … 31 members 0 teams Core The core team represents...
@jamesmunns By and large I agree but: > SVD files themselves (as provided by the manufacturer) are rarely updated by the manufacturer Not true, while many of them truly suck...