Good question! I'm also not a Rust expert, but maybe that syntax would be considered unsafe in some situations? I think the 'peripheral access crates' try to auto-generate those sorts of struct objects from SVD files,…
Lots of people pointing out that Rust isn't very ergonomic on embedded platforms. IMO one huge issue is how verbose the syntax needs to be. Look at some of the cases in the article, such as: let mut dp =…
Good question! I'm also not a Rust expert, but maybe that syntax would be considered unsafe in some situations? I think the 'peripheral access crates' try to auto-generate those sorts of struct objects from SVD files,…
Lots of people pointing out that Rust isn't very ergonomic on embedded platforms. IMO one huge issue is how verbose the syntax needs to be. Look at some of the cases in the article, such as: let mut dp =…