Skip to content

Commit ab7fd32

Browse files
committed
Various README updates
1 parent 9dfe608 commit ab7fd32

File tree

1 file changed

+27
-35
lines changed

1 file changed

+27
-35
lines changed

README.md

+27-35
Original file line numberDiff line numberDiff line change
@@ -49,25 +49,10 @@ At a high level we have two main tasks:
4949
- We maintain and moderate the venues the embedded community uses to discuss. That includes this
5050
coordination repository and our [Matrix room][matrix].
5151

52-
*And, we serve as a bridge between the [Rust teams] and the embedded community.*
52+
And, we serve as a bridge between the [Rust teams] and the embedded community.
5353

5454
[Rust teams]: https://www.rust-lang.org/team.html
5555

56-
- If you need a language or a compiler feature to improve your embedded software let us know and
57-
we'll discuss your request with the appropriate Rust team. For example, see [this request] for
58-
making the compiler emit information about the stack usage of functions, which was later
59-
[implemented] as an experimental feature.
60-
61-
[this request]: https://github.com/rust-embedded/wg/issues/106
62-
[implemented]: https://github.com/rust-lang/rust/pull/51946
63-
64-
- Similarly, if you need some unstable API in the standard library to be stabilized to make your
65-
crate work on the stable we'll forward your request to the library team. For example, see [this
66-
proposal] to add ARM instructions to `core::arch::arm` to eliminate the need for the unstable
67-
inline assembly feature (`asm!`) in the most common scenarios.
68-
69-
[this proposal]: https://github.com/rust-embedded/wg/issues/63
70-
7156
## How you can help
7257

7358
Everyone can contribute to the embedded WG efforts! There are several ways to help out:
@@ -186,6 +171,9 @@ The Cortex-R team develops and maintains the core of the Cortex-R crate ecosyste
186171

187172
#### Members
188173

174+
This team is currently empty! Please get in touch via an issue or the Matrix
175+
chat if you are interested in helping to maintain the Cortex-R crates.
176+
189177
#### Projects
190178

191179
- [`arm-dcc`]
@@ -218,8 +206,9 @@ Projects maintained by the embedded Linux team
218206

219207
### The HAL team
220208

221-
The HAL team develops and maintains crates that ease the development of Hardware Abstraction Layers,
222-
Board Support Crates and drivers.
209+
The HAL team develops and maintains crates containing shared traits and related
210+
code that enables the development of hardware abstraction layers and drivers
211+
which can interoperate across all embedded Rust devices on all architectures.
223212

224213
#### Members
225214

@@ -238,37 +227,37 @@ Projects maintained by the HAL team.
238227
- [`nb`]
239228
- [`critical-section`]
240229

241-
### The MSP430 team
230+
### The infrastructure team
242231

243-
The MS430 team develops and maintains the core of the MSP430 crate ecosystem.
232+
The infrastructure team manages our domains, DNS records, e-mail aliases, etc.
244233

245234
#### Members
246235

247-
- [@cr1901]
248-
- [@YuhanLiin]
236+
- [@nastevens]
237+
- [@ryankurte]
249238

250239
#### Projects
251240

252241
Projects maintained by this team
253242

254-
- [`msp430-quickstart`]
255-
- [`msp430-rt`]
256-
- [`msp430`]
243+
- [`rust-embedded-provisioning`]
257244

258-
### The infrastructure team
245+
### The MSP430 team
259246

260-
The infrastructure team manages our domains, DNS records, e-mail aliases, etc.
247+
The MS430 team develops and maintains the core of the MSP430 crate ecosystem.
261248

262249
#### Members
263250

264-
- [@nastevens]
265-
- [@ryankurte]
251+
- [@cr1901]
252+
- [@YuhanLiin]
266253

267254
#### Projects
268255

269256
Projects maintained by this team
270257

271-
- [`rust-embedded-provisioning`]
258+
- [`msp430-quickstart`]
259+
- [`msp430-rt`]
260+
- [`msp430`]
272261

273262
### The RISC-V team
274263

@@ -292,7 +281,8 @@ Projects maintained by this team
292281

293282
### The resources team
294283

295-
The resources team develops, maintains and curates resources on embedded Rust.
284+
The resources team develops, maintains and curates documentation, books, our
285+
social media accounts and websites, and similar resources on embedded Rust.
296286

297287
#### Members
298288

@@ -314,7 +304,9 @@ Projects maintained by the resources team
314304

315305
### The tools team
316306

317-
The tools team maintains and develops core embedded tools.
307+
The tools team maintains and develops software for embedded development
308+
which typically runs on your development machine rather than the
309+
embedded targets themselves.
318310

319311
#### Members
320312

@@ -343,9 +335,9 @@ The triage team is charge of keeping PR queues moving; they ensure no PR is left
343335

344336
- [@mathk]
345337

346-
### Hibernating
338+
### Hibernating and Alumni
347339

348-
The following members have put themselves into the hibernation state, due to being absent or busy for an extended amount of time. See [ops/hibernating.md](https://github.com/rust-embedded/wg/blob/master/ops/hibernating.md).
340+
The following alumni have put themselves into the hibernation state, due to being absent or busy for an extended amount of time. See [ops/hibernating.md](https://github.com/rust-embedded/wg/blob/master/ops/hibernating.md).
349341

350342
- [@andre-richter]
351343
- [@awygle]
@@ -478,7 +470,7 @@ These are other projects you may be interested in but that (currently) are not o
478470
- [AVR fork of Rust](https://github.com/avr-rust/)
479471
- [Xtensa fork of Rust (for Espressif chips)](https://github.com/esp-rs/rust)
480472

481-
## On going community efforts
473+
## Ongoing community efforts
482474

483475
### Device specific communities
484476

0 commit comments

Comments
 (0)