mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2024-11-03 15:40:18 +00:00
Merge #279
279: Change RTFM to RTIC r=therealprof a=trembel Changing RTFM to RTIC. RTFM for MSP430 doesn't seem to be maintained and has not made the change to RTIC Co-authored-by: trembel <silvano.cortesi@hotmail.com>
This commit is contained in:
commit
5af1be4a3c
@ -84,14 +84,14 @@ In 2018 the Rust community created an embedded working group to help drive adopt
|
|||||||
- [#esp-rs:matrix.org] - For discussion of using Embedded Rust on Xtensa devices
|
- [#esp-rs:matrix.org] - For discussion of using Embedded Rust on Xtensa devices
|
||||||
- [#nrf-rs:matrix.org] - For discussion of using Embedded Rust on Nordic Semiconductor devices
|
- [#nrf-rs:matrix.org] - For discussion of using Embedded Rust on Nordic Semiconductor devices
|
||||||
- [#probe-rs:matrix.org] - For discussion of the Probe-rs debugging toolkit
|
- [#probe-rs:matrix.org] - For discussion of the Probe-rs debugging toolkit
|
||||||
- [#rtfm-rs:matrix.org] - For discussion of the Real Time for The Masses concurrency framework
|
- [#rtic-rs:matrix.org] - For discussion of the Real-Time Interrupt-driven Concurrency framework
|
||||||
- [#rust-embedded-graphics:matrix.org] - For discussion of the [`embedded-graphics`] crate and ecosystem
|
- [#rust-embedded-graphics:matrix.org] - For discussion of the [`embedded-graphics`] crate and ecosystem
|
||||||
|
|
||||||
[#rust-embedded-graphics:matrix.org]: https://matrix.to/#/#rust-embedded-graphics:matrix.org
|
[#rust-embedded-graphics:matrix.org]: https://matrix.to/#/#rust-embedded-graphics:matrix.org
|
||||||
[#esp-rs:matrix.org]: https://matrix.to/#/#esp-rs:matrix.org
|
[#esp-rs:matrix.org]: https://matrix.to/#/#esp-rs:matrix.org
|
||||||
[`#rust-embedded:matrix.org` Matrix room]: https://matrix.to/#/#rust-embedded:matrix.org
|
[`#rust-embedded:matrix.org` Matrix room]: https://matrix.to/#/#rust-embedded:matrix.org
|
||||||
[embedded.rs]: https://t.me/embedded_rs
|
[embedded.rs]: https://t.me/embedded_rs
|
||||||
[#rtfm-rs:matrix.org]: https://matrix.to/#/#rtfm-rs:matrix.org
|
[#rtic-rs:matrix.org]: https://matrix.to/#/#rtic-rs:matrix.org
|
||||||
[#nrf-rs:matrix.org]: https://matrix.to/#/#nrf-rs:matrix.org
|
[#nrf-rs:matrix.org]: https://matrix.to/#/#nrf-rs:matrix.org
|
||||||
[#probe-rs:matrix.org]: https://matrix.to/#/#probe-rs:matrix.org
|
[#probe-rs:matrix.org]: https://matrix.to/#/#probe-rs:matrix.org
|
||||||
[`embedded-graphics`]: https://crates.io/crates/embedded-graphics
|
[`embedded-graphics`]: https://crates.io/crates/embedded-graphics
|
||||||
@ -145,8 +145,8 @@ In 2018 the Rust community created an embedded working group to help drive adopt
|
|||||||
|
|
||||||
### Real-time tools
|
### Real-time tools
|
||||||
|
|
||||||
- [RTFM v0.5](https://rtfm.rs/0.5/book/en/) Real-Time For the Masses — A concurrency framework for building real time systems:
|
- [RTIC v0.5](https://rtic.rs/0.5/book/en/) Real-Time Interrupt-driven Concurrency — A concurrency framework for building real time systems:
|
||||||
- [cortex-m rtfm](https://github.com/rtfm-rs/cortex-m-rtfm) RTFM framework for ARM Cortex-M microcontrollers
|
- [cortex-m rtic](https://github.com/rtic-rs/cortex-m-rtic) RTIC framework for ARM Cortex-M microcontrollers
|
||||||
- [msp430 rtfm](https://github.com/japaric/msp430-rtfm) RTFM framework for MSP430 MCUs
|
- [msp430 rtfm](https://github.com/japaric/msp430-rtfm) RTFM framework for MSP430 MCUs
|
||||||
|
|
||||||
## Peripheral Access Crates
|
## Peripheral Access Crates
|
||||||
|
Loading…
Reference in New Issue
Block a user