Zephyr (operating system): Difference between revisions

Content deleted Content added
m lc common nouns
Tags: Visual edit Mobile edit Mobile web edit Advanced mobile edit
m style improvement
Tags: Visual edit Mobile edit Mobile web edit Advanced mobile edit
Line 53:
 
===Configuration and build system===
Zephyr uses [[Kconfig]] and [[devicetree]] as its configuration systems, inherited from the [[Linux kernel]], but implemented in the programming language [[Python (programming language)|Python]] programming language for portability to non-[[Unix]] operating systems.<ref>{{Cite web |url=https://github.com/zephyrproject-rtos/zephyr/tree/master/scripts |title=scripts/ folder |website=[[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/ |title=Application Development: Zephyr Project Documentation |website=Zephyr Project}}</ref>
 
===Utility tool "West"===