This website requires JavaScript.
Explore
Help
Sign in
mirror
/
rtic
Watch
1
Star
0
Fork
You've already forked rtic
0
mirror of
https://github.com/rtic-rs/rtic.git
synced
2024-11-27 14:04:56 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
4060c3def8
rtic
/
book
/
en
/
src
/
SUMMARY.md
Emil Fresk
2798500957
Make RTIC 2 work on stable by using
main
's stack as an allocator
2024-02-27 12:22:18 +01:00
2.3 KiB
Raw
Blame
History
Summary
Preface
Starting a new project
RTIC by example
The
app
Hardware tasks
Software tasks &
spawn
Resources
The init task
The idle task
Channel based communication
Delay and Timeout using Monotonics
The minimal app
Tips & Tricks
Resource de-structure-ing
Avoid copies when message passing
'static
super-powers
Inspecting generated code
Monotonics & the Timer Queue
RTIC vs. the world
RTIC and Embassy
Awesome RTIC examples
Migrating from v1.0.x to v2.0.0
Migrating to
rtic-monotonics
Software tasks must now be
async
Using and understanding
rtic-sync
A code example on migration
Under the hood
Cortex-M architectures