Content deleted Content added
Introiboad (talk | contribs) No edit summary |
m removed weasel words Tags: Visual edit Mobile edit Mobile web edit Advanced mobile edit |
||
(3 intermediate revisions by the same user not shown) | |||
Line 17:
| latest release version = 4.2.0
| latest release date = {{Start date and age|2025|07|19|df=yes}}<ref>{{cite web |url= https://github.com/zephyrproject-rtos/zephyr/releases/tag/v4.2.0 |title= Zephyr v4.2.0|website= [[GitHub]]}}</ref><ref>{{cite web |url=https://www.zephyrproject.org/zephyr-rtos-4-2-now-available-introduces-renesas-rx-support-usb-video-class-and-more|title= Zephyr RTOS 4.2 Now Available|website= [[Zephyr blog]]}}</ref>
| marketing target = [[Internet of things]], [[
| programmed in = [[C (programming language)|C]]
| language = English
Line 45:
==Features==
Zephyr intends to provide all components needed to develop resource-constrained and embedded or microcontroller-based applications. This includes
* A small kernel
* A flexible configuration and build system for compile-time definition of required resources and modules
Line 53:
===Configuration and build system===
Zephyr uses [[Kconfig]] and [[devicetree]] as its configuration systems, inherited from the [[Linux kernel]], but implemented in
===
Zephyr has a general-purpose tool called
===Kernel===
|