Programming Language

Zephyr

Zephyr (programminglanguage)
Full NameZephyr
Short NameZephyr
DescriptionTBD
CompanyUnkown
WebNo
MobileNo
EnterpriseNo
EmbeddedNo
Snippet from Wikipedia: Zephyr (operating system)

Zephyr () is a small real-time operating system (RTOS) for connected, resource-constrained and embedded devices (with an emphasis on microcontrollers) supporting multiple architectures and released under the Apache License 2.0. Zephyr includes a kernel, and all components and libraries, device drivers, protocol stacks, file systems, and firmware updates, needed to develop full application software.

It is named after Zephyrus, the ancient Greek god of the west wind.

#include <zephyr.h>
#include <sys/printk.h>

void main(void) {
    printk("Hello, World!\n");
}

See also: Programming Languages

  • dev/zephyr.txt
  • Last modified: 2024/08/01 16:33
  • by Henrik Yllemo