Zephyr (operating system): Difference between revisions

Content deleted Content added
top: reference tag position
Line 56:
=== 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"}}</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="Zephyr Project documentation: Application Development"</ref>.
 
=== Kernel ===