TrampolineRTOS / trampoline

Trampoline is a static RTOS for small embedded systems. Its API is aligned with OSEK/VDX OS and AUTOSAR OS 4.2 standards.
GNU General Public License v2.0
599 stars 263 forks source link

Multicore support on Posix #161

Closed liyinbo closed 4 months ago

liyinbo commented 5 months ago

Hi,guys,do you have plans to support multicore on Posix?

jlbirccyn commented 4 months ago

Hello @liyinbo

We discussed this with my colleagues some 3 or 4 years ago, but we didn't pursue it because we didn't have the time to devote to it. From memory, the main ideas were as follows:

It would be a nice project for a Master degree student in computer science.

liyinbo commented 4 months ago

Thank you very much for your contributions. It seems that supporting Multi-core would require a change in the architecture of Viper, and there is a lot of work involved in this.I will close this issue.