mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2024-10-31 22:28:50 +00:00
Merge #410
410: Fix link to a RTIC v1 book r=therealprof a=stonefoxes Current link leads to 404 Co-authored-by: stonefoxes <35688470+stonefoxes@users.noreply.github.com>
This commit is contained in:
commit
fa16a07f31
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ In 2018 the Rust community created an embedded working group to help drive adopt
|
|||
|
||||
### Real-time tools
|
||||
|
||||
- [RTIC v1.0](https://rtic.rs/1.0/book/en/) Real-Time Interrupt-driven Concurrency — A concurrency framework for building real time systems:
|
||||
- [RTIC v1.0](https://rtic.rs/1/book/en/) Real-Time Interrupt-driven Concurrency — A concurrency framework for building real time systems:
|
||||
- [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
|
||||
|
||||
|
|
Loading…
Reference in a new issue