From fe4caad25b764f521af45b1cd749ea34d1c257e0 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Mon, 30 Jul 2018 19:36:54 -0500 Subject: [PATCH 1/3] add the hal team --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index b2d83ae3..abd5d28d 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,22 @@ What is it that we really want? At a broad level: [@pftbest]: https://github.com/pftbest [@thejpster]: https://github.com/thejpster +### The HAL team + +The HAL team develops and maintains crates that ease the development of Hardware Abstraction Layers, +Board Support Crates and drivers. + +#### Members + +- [@japaric] + +#### Projects + +Projects maintained by the HAL team. + +- [`embedded-hal`](https://github.com/japaric/embedded-hal) +- [`linux-embedded-hal`](https://github.com/japaric/linux-embedded-hal) + ### Subprojects * [AVR fork of Rust](https://github.com/avr-rust/) From ce2812c70ff19e7985c9c9e5392764bc3db7e732 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Tue, 31 Jul 2018 11:38:47 -0500 Subject: [PATCH 2/3] add hannobraun --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index abd5d28d..2c081b90 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Board Support Crates and drivers. #### Members - [@japaric] +- [@hannobraun] #### Projects From b86128ce622418ed08ed6ae2f5838520ee80b299 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Thu, 2 Aug 2018 22:01:44 -0500 Subject: [PATCH 3/3] add therealprof --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c081b90..45a23224 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,9 @@ Board Support Crates and drivers. #### Members -- [@japaric] - [@hannobraun] +- [@japaric] +- [@therealprof](https://github.com/therealprof) #### Projects