mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2024-12-12 19:16:42 +00:00
Merge #352
352: Adds embassy-start r=eldruin a=huntc This is a link to a project starter template for writing embedded async Rust applications using Embassy. Co-authored-by: Christopher Hunt <huntchr@gmail.com>
This commit is contained in:
commit
88b799e493
1 changed files with 2 additions and 0 deletions
|
@ -145,6 +145,8 @@ In 2018 the Rust community created an embedded working group to help drive adopt
|
|||
- [app-template](https://github.com/knurling-rs/app-template), a `cargo-generate` powered project template for quickly setting up new projects using the Knurling Tools.
|
||||
- [defmt-test](https://github.com/knurling-rs/defmt-test), an embedded test harness that lets you write and run unit tests as if you were using the built-in `#[test]` attribute, but will run on an embedded target
|
||||
- [embedded-hal-compat](https://github.com/ryankurte/embedded-hal-compat), a compatibility layer to provide interoperability between `v0.2.x` and `v1.x.x` hal implementations and drivers
|
||||
- [Embassy start](https://github.com/titanclass/embassy-start) is a GitHub repo template for setting up async embedded Rust projects that use [Embassy](https://github.com/embassy-rs/embassy). This particular template targets nRF hardware and networking using the Uarte for the purposes of illustration only.
|
||||
|
||||
|
||||
[embedded-hal-mock]: https://crates.io/crates/embedded-hal-mock
|
||||
|
||||
|
|
Loading…
Reference in a new issue