Skip to content

Multicore Support #948

Open
Open
@Quick-Flash

Description

@Quick-Flash

After RTIC 0.5 multicore support was dropped. It is currently possible to sort of do multicore support by running 2 separate RTIC processes, one on each core, however this just means that each core is given its own tasks to do and has to communicate between each other in order to share data. New products such as the ESP32P4 and the rp2040 are good candidates for an initial kind of multicore support as they have two identical cores. This way when scheduling new tasks whichever core isn't currently busy can be used instead of just running different tasks on each core. As more and more processors are being created that are multicore, this issue should become more important to better fully support these processors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions