List of Open Source Real-Time Operating Systems
1–10 of 44 posts
Re: List of Open Source Real-Time Operating Systems
#2Re: List of Open Source Real-Time Operating Systems
#3Love this page. After wanting to try something other than FreeRTOS, and having been frustrated with very public projects RIOT and Zephyr, I found TNEO from this page and have used it successfully in multiple gadgets. Still very happy with it.
Re: List of Open Source Real-Time Operating Systems
#4Re: List of Open Source Real-Time Operating Systems
#5Can Linux itself be compiled/built as a realtime OS? I mean without adding additional software or hacking.
Re: List of Open Source Real-Time Operating Systems
#6Can Linux itself be compiled/built as a realtime OS? I mean without adding additional software or hacking.
Re: List of Open Source Real-Time Operating Systems
#7Can Linux itself be compiled/built as a realtime OS? I mean without adding additional software or hacking.
Re: List of Open Source Real-Time Operating Systems
#8Can Linux itself be compiled/built as a realtime OS? I mean without adding additional software or hacking.
https://rt.wiki.kernel.org/index.php/Main_Page
This is the wiki for the PREEMPT_RT patchset. Parts of this have been moving into mainline for years, bringing the regular kernel closer and closer to real-time. However, there are some real-time features that will never be appropriate for mainline, so you can get them through this patchset. Some of the "famous" kernel devs are also very active in PREEMPT-RT; it's as official as you can get short of being in the mainline kernel.
For lots of uses, the regular kernel is already realtime enough.