Skip to content

Decouple FreeRTOS from everything #1441

@kammce

Description

@kammce

Feature Request

A hard coupling to FreeRTOS will make adding additional RTOSes difficult to integrate in the future. Decoupling now and adding some sort of installer for FreeRTOS at runtime would be the better approach if it is possible. This issue corresponds to #427.

Detailed Description

Preferred execution would be something like the following.

#include "platform/operating_system/freertos.hpp"

int main()
{
  sjsu::InstallFreeRTOS();
  // ...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    RefactorCall to refactor code base

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions