You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-5Lines changed: 21 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ This project is developed and maintained by the [Resources team][team].
13
13
## Table of contents
14
14
15
15
*[Community](#community)
16
+
*[Community Chat Rooms](#community-chat-rooms)
16
17
*[Books, blogs and training materials](#books-blogs-and-training-materials)
17
18
*[Tools](#tools)
18
19
*[Real-time](#real-time)
@@ -67,13 +68,28 @@ This project is developed and maintained by the [Resources team][team].
67
68
68
69
## Community
69
70
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.
71
72
72
73
-[Embedded WG](https://github.com/rust-embedded/wg/), including newsletters with progress updates.
73
74
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
@@ -425,7 +441,7 @@ The following crates provide HAL-like abstractions for subcomponents of embedded
425
441
devices which go beyond what is available in [`embedded-hal`]:
426
442
427
443
-[`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 - 
428
-
-[`embedded-graphics`](https://crates.io/crates/embedded-graphics): 2D drawing library for any size display - 
444
+
-[`embedded-graphics`]: 2D drawing library for any size display - 
429
445
-[`radio`](https://github.com/ryankurte/rust-radio) - Generic radio transceiver traits, mocks, and helpers - 
430
446
-[`smart-leds`](https://github.com/smart-leds-rs): Support for addressable LEDs including WS2812 and APA102
431
447
-[`usb-device`](https://github.com/mvirkkunen/usb-device): Abstraction layer between USB peripheral crates & USB class crates - 
0 commit comments