Skip to content

[RFC] Bootstrap the embedded Linux team #139

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 13, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,26 @@ Projects maintained by this team.
- [`panic-itm`]
- [`panic-semihosting`]

### The embedded Linux team

The embedded Linux team develops and maintains the core of the embedded Linux crate ecosystem.

#### Members

- [@nastevens]
- [@posborne]

#### Projects

Projects maintained by the embedded Linux team

- [`gpio-utils`]: https://github.com/rust-embedded/gpio-utils
- [`i2cdev`]: https://github.com/rust-embedded/rust-i2cdev
- [`linux-embedded-hal`]: https://github.com/japaric/linux-embedded-hal
- [`spidev`]:https://github.com/rust-embedded/rust-spidev
- [`sysfs-gpio`]: https://github.com/rust-embedded/rust-sysfs-gpio
- [`sysfs-pwm`]: https://github.com/rust-embedded/rust-sysfs-pwm

### The HAL team

The HAL team develops and maintains crates that ease the development of Hardware Abstraction Layers,
Expand Down Expand Up @@ -198,7 +218,9 @@ irc.mozilla.org).
[@japaric]: https://github.com/japaric
[@jcsoo]: https://github.com/jcsoo
[@korken89]: https://github.com/korken89
[@nastevens]: https://github.com/nastevens
[@pftbest]: https://github.com/pftbest
[@posborne]: https://github.com/posborne
[@ryankurte]: https://github.com/ryankurte
[@thejpster]: https://github.com/thejpster
[@therealprof]: https://github.com/therealprof
Expand All @@ -216,6 +238,8 @@ irc.mozilla.org).
[`cortex-m`]: https://github.com/rust-embedded/cortex-m
[`cross`]: https://github.com/rust-embedded/cross
[`embedded-hal`]: https://github.com/rust-embedded/embedded-hal
[`gpio-utils`]: https://github.com/rust-embedded/gpio-utils
[`i2cdev`]: https://github.com/rust-embedded/rust-i2cdev
[`itm`]: https://github.com/rust-embedded/itm
[`linux-embedded-hal`]: https://github.com/rust-embedded/linux-embedded-hal
[`msp430-quickstart`]: https://github.com/pftbest/msp430-quickstart
Expand All @@ -226,7 +250,10 @@ irc.mozilla.org).
[`riscv-rt`]: https://github.com/riscv-rust/riscv-rt
[`riscv-rust-quickstart`]: https://github.com/riscv-rust/riscv-rust-quickstart
[`riscv`]: https://github.com/riscv-rust/riscv
[`spidev`]:https://github.com/rust-embedded/rust-spidev
[`svd2rust`]: https://github.com/rust-embedded/svd2rust
[`sysfs-gpio`]: https://github.com/rust-embedded/rust-sysfs-gpio
[`sysfs-pwm`]: https://github.com/rust-embedded/rust-sysfs-pwm

## Other projects

Expand Down