mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Merge #601
601: Make bors run r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
This commit is contained in:
commit
5adee8d3f9
1 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@ Formerly known as Real-Time For the Masses.
|
||||||
- **All Cortex-M devices are fully supported**.
|
- **All Cortex-M devices are fully supported**.
|
||||||
|
|
||||||
- This task model is amenable to known WCET (Worst Case Execution Time) analysis
|
- This task model is amenable to known WCET (Worst Case Execution Time) analysis
|
||||||
and scheduling analysis techniques.
|
and scheduling analysis techniques.
|
||||||
|
|
||||||
### Crate `cortex-m` 0.6 vs 0.7 in RTIC 0.5.x
|
### Crate `cortex-m` 0.6 vs 0.7 in RTIC 0.5.x
|
||||||
|
|
||||||
|
@ -94,11 +94,11 @@ $ cargo xtask --target <your target>
|
||||||
|
|
||||||
This crate is based on the [Real-Time For the Masses language][rtfm-lang]
|
This crate is based on the [Real-Time For the Masses language][rtfm-lang]
|
||||||
created by the Embedded Systems group at [Luleå University of Technology][ltu],
|
created by the Embedded Systems group at [Luleå University of Technology][ltu],
|
||||||
led by [Prof. Per Lindgren][per].
|
led by [Prof. Per Lindgren][perl].
|
||||||
|
|
||||||
[rtfm-lang]: http://www.rtfm-lang.org/
|
[rtfm-lang]: http://www.rtfm-lang.org/
|
||||||
[ltu]: https://www.ltu.se/?l=en
|
[ltu]: https://www.ltu.se/?l=en
|
||||||
[per]: https://www.ltu.se/staff/p/pln-1.11258?l=en
|
[perl]: https://www.ltu.se/staff/p/pln-1.11258?l=en
|
||||||
|
|
||||||
## References
|
## References
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue