Zephyr (operating system): Difference between revisions

Content deleted Content added
dab-needed tag
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 [[GNU/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 ===