Zephyr (operating system): Difference between revisions

Content deleted Content added
Template:Infobox OS: updates, fills. WP:LINKs: updates, adds, WP:NOPIPEs. WP:EoS WP:COPYEDITs. Terms < WP:ABBRs. WP:LISTGAP cuts. Template:Official website add. Template: move up, CamelCase > sentence case.
m Cut needless carriage returns between infobox lines. Numbered list fix.
Line 9:
| screenshot alt =
| caption =
 
 
| developer = [[Linux Foundation]],<br />[[Wind River Systems]]
| family = [[Real-time operating system]]s
Line 17 ⟶ 15:
| released = {{Start date and age|2016|02|17|df=yes}}<ref name="zephyr-project" />
| discontinued = <!-- DO NOT use for articles about releases of operating systems -->
 
 
| latest release version = 1.7.0
| latest release date = {{Start date and age|2017|03|11|df=yes}}<ref>{{cite web|url=https://www.zephyrproject.org/community/blog/announcing-zephyr-os-v160|title=Announcing Zephyr OS v1.6.0|publisher=}}</ref>
Line 82 ⟶ 78:
 
The development services offer several familiar services for development, including:
1.# Multi-threading services for both priority-based, non-preemptive cooperative threads and priority-based, preemptive threads with optional round robin time-slicing.
2.# Interrupt services for both compile-time and run-time registration of interrupt handlers.
3.# Inter-thread synchronization services for binary semaphores, counting semaphores, and mutex semaphores.
4.# Inter-thread data passing services for basic message queues, enhanced message queues, and byte streams.
5.# Memory allocation services for dynamic allocation and freeing of fixed-size or variable-size memory blocks.
6.# Power management services such as tickless idle and an advanced idling infrastructure.
 
==See also==