mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Merge #624
624: Update software_tasks.md r=korken89 a=RCasatta Co-authored-by: Riccardo Casatta <riccardo.casatta@gmail.com>
This commit is contained in:
commit
c6231d81d8
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Software tasks & spawn
|
||||
|
||||
The RTIC concept of a software task shares a lot with that of [hardware tasks][hardware_tasks.md]
|
||||
The RTIC concept of a software task shares a lot with that of [hardware tasks](./hardware_tasks.md)
|
||||
with the core difference that a software task is not explicitly bound to a specific
|
||||
interrupt vector, but rather a “dispatcher” interrupt vector running
|
||||
at the same priority as the software task.
|
||||
|
|
Loading…
Reference in a new issue