Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decouple FreeRTOS from everything #1441

Open
kammce opened this issue Feb 3, 2021 · 0 comments
Open

Decouple FreeRTOS from everything #1441

kammce opened this issue Feb 3, 2021 · 0 comments
Labels
Refactor Call to refactor code base

Comments

@kammce
Copy link
Member

kammce commented Feb 3, 2021

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();
  // ...
}
@kammce kammce added the Refactor Call to refactor code base label Feb 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactor Call to refactor code base
Projects
None yet
Development

No branches or pull requests

1 participant