-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit b6a9aad
Showing
1 changed file
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
# Real Time For the Masses | ||
|
||
> Coordination repository of the development of the Real Time For the Masses framework | ||
This repository [issue tracker] is used by the developers to coordinate efforts towards making Rust | ||
a great choice for embedded real-time development. | ||
|
||
[issue tracker]: https://github.com/rtfm-rs/rfcs/issues | ||
|
||
**Want to get started with embedded development with Rust?** Check out our | ||
[embedded Rust book][book] and the rest of our [bookshelf]. | ||
|
||
[book]: https://docs.rust-embedded.org/book | ||
[bookshelf]: https://docs.rust-embedded.org | ||
|
||
## Vision | ||
|
||
What is it that we really want? At a broad level: | ||
|
||
- TODO: Fill this | ||
|
||
## What we do | ||
|
||
- TODO: Fill this | ||
|
||
## How you can help | ||
|
||
- TODO: Fill this | ||
|
||
## Organization | ||
|
||
- TODO: Fill this | ||
|
||
### The developers | ||
|
||
#### Members | ||
|
||
- [@japaric] | ||
- [@korken89] | ||
- [@perlindgren] | ||
- [@nils-grepit] | ||
- [@texitoi] | ||
|
||
### Hibernating | ||
|
||
The following members have put themselves into hibernation the hibernation state, due to being absent or busy for an extended amount of time. See [ops/hibernating.md](https://github.com/rtfm-rs/rfcs/blob/master/ops/hibernating.md). | ||
|
||
### Contact | ||
|
||
- TODO: Fill this | ||
|
||
## RFCs | ||
|
||
When the team deems it necessary the RFC process may be used to make decisions or to design | ||
processes, user interfaces, APIs, etc. | ||
|
||
Learn more about the Rust's RFC process (which is the same as our own) [here][rust-rfc]. | ||
|
||
[rust-rfc]: https://rust-lang.github.io/rfcs/ | ||
|
||
To create an RFC, simply: | ||
- clone this repo to your own personal one | ||
- copy `0000-template.md` to `text/0000-my-feature.md` (where "my-feature" is | ||
descriptive. Don't assign an RFC number yet) | ||
- fill in the details of your RFC in that file | ||
- Open an pull request with this repository |