Skip to content

Commit 62346fd

Browse files
authored
Merge pull request #253 from rust-embedded/jamesmunns-patch-2
Add section for community chat rooms
2 parents cecc63e + 758a392 commit 62346fd

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

README.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This project is developed and maintained by the [Resources team][team].
1313
## Table of contents
1414

1515
* [Community](#community)
16+
* [Community Chat Rooms](#community-chat-rooms)
1617
* [Books, blogs and training materials](#books-blogs-and-training-materials)
1718
* [Tools](#tools)
1819
* [Real-time](#real-time)
@@ -67,13 +68,28 @@ This project is developed and maintained by the [Resources team][team].
6768

6869
## Community
6970

70-
In 2018 Rust community has created an embedded workgroup to help drive adoption in the Rust ecosystem.
71+
In 2018 the Rust community created an embedded working group to help drive adoption in the Rust ecosystem.
7172

7273
- [Embedded WG](https://github.com/rust-embedded/wg/), including newsletters with progress updates.
7374

74-
- You can usually find community members (including embedded WG members) in the [`#rust-embedded:matrix.org` Matrix room](https://matrix.to/#/#rust-embedded:matrix.org).
75-
76-
- [embedded.rs](https://t.me/embedded_rs) Telegram chat about Rust for microcontrollers in Russian language.
75+
### Community Chat Rooms
76+
77+
- You can usually find community members (including embedded WG members) in the official [`#rust-embedded:matrix.org` Matrix room].
78+
- [embedded.rs] - Telegram chat about Rust for microcontrollers in the Russian language.
79+
- [#esp-rs:matrix.org] - For discussion of using Embedded Rust on Xtensa devices
80+
- [#nrf-rs:matrix.org] - For discussion of using Embedded Rust on Nordic Semiconductor devices
81+
- [#probe-rs:matrix.org] - For discussion of the Probe-rs debugging toolkit
82+
- [#rtfm-rs:matrix.org] - For discussion of the Real Time for The Masses concurrency framework
83+
- [#rust-embedded-graphics:matrix.org] - For discussion of the [`embedded-graphics`] crate and ecosystem
84+
85+
[#rust-embedded-graphics:matrix.org]: https://matrix.to/#/#rust-embedded-graphics:matrix.org
86+
[#esp-rs:matrix.org]: https://matrix.to/#/#esp-rs:matrix.org
87+
[`#rust-embedded:matrix.org` Matrix room]: https://matrix.to/#/#rust-embedded:matrix.org
88+
[embedded.rs]: https://t.me/embedded_rs
89+
[#rtfm-rs:matrix.org]: https://matrix.to/#/#rtfm-rs:matrix.org
90+
[#nrf-rs:matrix.org]: https://matrix.to/#/#nrf-rs:matrix.org
91+
[#probe-rs:matrix.org]: https://matrix.to/#/#probe-rs:matrix.org
92+
[`embedded-graphics`]: https://crates.io/crates/embedded-graphics
7793

7894
## Books, blogs and training materials
7995

@@ -425,7 +441,7 @@ The following crates provide HAL-like abstractions for subcomponents of embedded
425441
devices which go beyond what is available in [`embedded-hal`]:
426442

427443
- [`accelerometer`](https://github.com/NeoBirth/accelerometer.rs) - Generic accelerometer support, including traits and types for taking readings from 2 or 3-axis accelerometers and tracking device orientations - ![crates.io](https://img.shields.io/crates/v/accelerometer.svg)
428-
- [`embedded-graphics`](https://crates.io/crates/embedded-graphics): 2D drawing library for any size display - ![crates.io](https://img.shields.io/crates/v/embedded-graphics.svg)
444+
- [`embedded-graphics`]: 2D drawing library for any size display - ![crates.io](https://img.shields.io/crates/v/embedded-graphics.svg)
429445
- [`radio`](https://github.com/ryankurte/rust-radio) - Generic radio transceiver traits, mocks, and helpers - ![crates.io](https://img.shields.io/crates/v/radio.svg)
430446
- [`smart-leds`](https://github.com/smart-leds-rs): Support for addressable LEDs including WS2812 and APA102
431447
- [`usb-device`](https://github.com/mvirkkunen/usb-device): Abstraction layer between USB peripheral crates & USB class crates - ![crates.io](https://img.shields.io/crates/v/usb-device.svg)

0 commit comments

Comments
 (0)