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

multicore brainstorming #2

Open
3 tasks
vn-ki opened this issue Jan 7, 2021 · 1 comment
Open
3 tasks

multicore brainstorming #2

vn-ki opened this issue Jan 7, 2021 · 1 comment

Comments

@vn-ki
Copy link
Owner

vn-ki commented Jan 7, 2021

Unanswered questions

  • core masking (restrict certain tasks to certain cores) compile time or run time? (runtime for zephyr)
  • should we support both SMP and AMP at the same time? (see esol, rtic does this too)

Prior art

TODO

@vn-ki
Copy link
Owner Author

vn-ki commented Jan 18, 2021

Concerns

  • using multicore would make the kernel arch specific (only ARM) (see microamp)
  • can CORE0 control the registers of CORE1?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant