Skip to content

Commit 52cdcc6

Browse files
committedMay 5, 2020
README: project status update
1 parent 341fa1c commit 52cdcc6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
 

‎README.md

+18
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@
44
55
**Status:** Proof of Concept. Do not use in production.
66

7+
Thanks for checking out our work! We wrote this PoC to test out the [compiler work] we did to enable the use of async/await in `no_std` code.
8+
9+
[compiler work]: https://github.com/rust-lang/rust/pull/69033
10+
11+
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+
725
Check `nrf52/examples` for an overview of what can be done with the runtime.
826

927
**NOTE** You need a rustc build that includes PR [rust-lang/rust#69033]

0 commit comments

Comments
 (0)
Failed to load comments.