Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
korken89 committed Sep 15, 2019
0 parents commit b6a9aad
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions README.md
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

0 comments on commit b6a9aad

Please sign in to comment.