Zephyr (operating system): Difference between revisions

Content deleted Content added
Introiboad (talk | contribs)
No edit summary
m Added comma.
Line 54:
=== Configuration and build system ===
 
Zephyr uses [[Kconfig]] and [[device tree]] as its configuration systems, inherited from the [[Linux kernel]] but implemented in Python for portability to non-Unix operating systems.<ref>{{Cite web|url=https://github.com/zephyrproject-rtos/zephyr/tree/master/scripts|title=scripts/ folder on GitHub|date=12 May 2020}}</ref> The RTOS build system is based on [[CMake]], which allows Zephyr applications to be built on [[Linux]], [[macOS]], and [[Microsoft Windows]].<ref>{{Cite web|url=https://docs.zephyrproject.org/latest/application/index.html |title=Application Development – Zephyr Project Documentation |website=Zephyr Project}}</ref>
 
=== Kernel ===