You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't intend to continue to work on this repository, or accept pull requests, for the time being but you are more than welcome to use it as a reference! The code is permissively licensed (MIT / Apache-2).
12
+
13
+
If you are interested in using the async/await in your embedded project or evaluate it for a project, [give us a call]! We do consulting.
14
+
15
+
[give us a call]: https://ferrous-systems.com/#contact
16
+
17
+
To learn more about embedded async/await work check out this series of blog posts we wrote on the topic:
18
+
19
+
-[Bringing async/await to embedded Rust](https://ferrous-systems.com/blog/embedded-async-await/)
20
+
-[async/await on embedded Rust](https://ferrous-systems.com/blog/async-on-embedded/)
21
+
-[no_std async/await - soon on stable](https://ferrous-systems.com/blog/stable-async-on-embedded/)
22
+
23
+
---
24
+
7
25
Check `nrf52/examples` for an overview of what can be done with the runtime.
8
26
9
27
**NOTE** You need a rustc build that includes PR [rust-lang/rust#69033]
0 commit comments