Silicon Labs
  • ⟵ Back
    Products
    Featured image
    Lowest-Power Wi-Fi 6 SoC Available: Introducing SiWx917
    WirelessWireless
    Bluetooth
    Wi-Fi
    Thread
    Zigbee
    Multiprotocol
    Proprietary
    Z-Wave
    TechnologyTechnology
    Machine Learning
    Matter
    Security
    Amazon Sidewalk
    Wi-SUN
    Non-WirelessNon-Wireless
    MCUs
    Sensors
    Interface
    Power Management
    ServicesServices
    Custom Part Manufacturing
    Long Term SDK Support
  • ⟵ Back
    Applications
    Featured image
    Join us for our Tech Talks wireless technology webinar series created for developers, by developers
    Smart HomeSmart Home
    Appliances
    Entertainment Devices
    LED Lighting
    Security Cameras
    Sensors
    Smart Locks
    Switches
    Industrial IoTIndustrial IoT
    Access Control
    Battery-Powered Tools
    Circuit Breakers
    Commercial Lighting
    Electric Submetering
    Human Machine Interface
    Predictive Maintenance
    Smart HVAC
    Smart CitiesSmart Cities
    Battery Storage
    EV Charging Stations
    Smart Agriculture
    Smart Buildings
    Smart Metering
    Smart Solar PV System
    Street Lighting
    Smart RetailSmart Retail
    Commercial Lighting
    Direction Finding
    Electronic Shelf Labels
    Loss Prevention
    Wi-Fi Access Points
    Connected HealthConnected Health
    Portable Medical Devices
    Smart Hospitals
    Smart Wearable Devices
  • ⟵ Back
    Ecosystems
    Featured image
    First Complete Wireless Development Solution for Amazon Sidewalk
    Ecosystem PartnersEcosystem Partners
    Amazon Sidewalk
    Google Home
  • ⟵ Back
    Resources
    Featured image
    Simplicity Studio 5
    Fast track IoT development
    Developer ToolsDeveloper Tools
    Software Documentation
    Release Notes
    Github
    Technical Library
    Simplicity Studio
    Mobile Apps
    All SDKs
    Development Kits
    Gateways
    RTOS
    Content and TrainingContent and Training
    Tech Talks 2023
    Works With On-Demand
    Blog
    Case Studies
    Whitepapers
    Training Library
    Webinars
    SupportSupport
    Community
    Partner Network
    Channel & Distribution
    Quality and Packaging
    How to Buy
    Submit a Ticket
    Report a Security Issue
  • ⟵ Back
    Company
    Featured image
    Join us for our Tech Talks wireless technology webinar series created for developers, by developers
    CompanyCompany
    About Us
    Careers
    Management Team
    Board of Directors
    Contact Us
    News & EventsNews & Events
    Blog
    Press Room
    Events
    FinancialsFinancials
    Investor Relations
    Environmental, Social & Governance
    Financial Reports
    OfficesOffices
    Austin
    Hyderabad
    Singapore
    Budapest
    Boston
    Espoo
    Other Global Offices
English
  • English
  • 简体中文
  • 日本語
//
Developers // Real-Time Operating Systems (RTOS) // Zephyr RTOS

Zephyr RTOS

As the IoT has evolved, so have the RTOSes that enable the development of its endless array of connected devices. In addition to improvements in performance and memory consumption, there have been notable changes in the ways that RTOSes are packaged and licensed. Such changes are evident in one of the more recent RTOSes to emerge as a viable option for IoT projects, Zephyr OS.

  1. Overview
  2. Getting Started
  3. Tech Docs
  4. Community & Support
  1. Overview

A Comprehensive Software Platform

For many software developers who support resource-constrained devices, the term “RTOS” is synonymous with “kernel.” It is assumed that an RTOS’s primary—or, perhaps, only—role is to manage the different tasks comprising an application. This view, however, encompasses only a small portion of the functionality needed to implement a connected device. Real-world IoT products require numerous peripheral drivers, various middleware components, and protocol stacks for communication. When this software is not delivered as part of the RTOS, it becomes the responsibility either of the developer or a silicon vendor.

From the start, the Zephyr project has aimed to address the full range of needs of an IoT development project. Thus, Zephyr is much more a “software platform” than an RTOS. In addition to robust, fully tested implementations of the embedded software components referenced above, Zephyr is provided with command-line tools that promote a consistent and straightforward configuration and build process.

 

Licensing and Governance

Zephyr is not only unique in its packaging of numerous different software components into a single platform. The way that it is developed and managed also reflects an approach different to that followed by other RTOSes. Zephyr is a Linux Foundation project with governing bodies intended to ensure that it doesn’t become captive to any particular cloud or semiconductor vendor. While a group of member companies support the Zephyr project financially and help to make key decisions on the direction of the codebase, development is open to anyone, and there is a vibrant community of code contributors today.

Underpinning Zephyr’s community is the software’s true open-source licensing policy. The default license model for Zephyr is Apache 2.0, which offers permissive, easy-to-understand terms and is widely used in the world of IoT. Although Zephyr users and member companies are free to make their own proprietary, non-portable additions to the OS outside of the project’s official repo, the guiding philosophy of the project is one of openness and collaboration, and these principles motivate many of the decisions taken by Zephyr’s governing bodies.

 

Silicon Labs’ Support of Zephyr

Given Silicon Labs’ many ties to the RTOS space, there was a clear rationale for joining the Zephyr project as a Silver member in 2021. With membership, companies gain a voice in defining the roadmap for the OS. Silicon Labs’ involvement in Zephyr, however, is not limited to participation in the project’s governance and includes active development efforts aimed at enabling the use of Zephyr on new hardware platforms.

To ensure that the current efforts will be a success, they are being carried out in close collaboration with another Zephyr member,
Antmicro.  When negotiating the policies and politics of a dynamic, multi-faceted project, it is always helpful to have an experienced guide, and Antmicro has a résumé dating back practically to the founding of Zephyr.  The Antmicro team has made numerous contributions to the OS and is highly familiar with the code base. 

The initial support efforts by Silicon Labs and Antmicro are aimed at enabling BLE and Wi-Fi functionality with Zephyr on Silicon Labs devices.  The code resulting from these efforts is being delivered via the official Zephyr repo, and the goal is to leverage as much of the Zephyr infrastructure—drivers, middeware, tools, etc.—as possible.  In the case of BLE, as the diagram below indicates, the Zephyr host Bluetooth stack is being used, enabling developers to easily get started with existing Zephyr examples.

Future Projects

As the Zephyr project evolves and its userbase grows, Silicon Labs will move forward with new support and integration efforts encompassing a range of devices and wireless technology.  Of course, the open-source nature of Zephyr means that the community will be able to assist in these efforts, and to lead
additional initiatives.  Ultimately, any contributions to the project will benefit the developers who are looking to realize Zephyr’s potential as a truly open and portable RTOS.  

  1. Getting Started

General Zephyr Setup

The official documentation for Zephyr includes a simple getting started guide for installing the software and tools needed to build and run the OS on an embedded device. The guide covers the setup for host machines running Windows, Linux, or Mac OS and should be the first stop for any developers new to Zephyr.


Zephyr on Silicon Labs Hardware

In collaboration with the Zephyr experts at Antmicro, Silicon Labs has enabled Zephyr to run on three EFR32 wireless kits. (The OS has also been ported to a variety of other EFR32 and EFM32 kits, but the output of these efforts has not been verified or tested by Silicon Labs engineers.) The Supported Boards pages listed below provide additional information on the functionality enabled on each kit, along with instructions for building and downloading code that complement the above-mentioned getting started guide.

EFR32BG22 Thunderboard

View Kit Details
Buy Kit

EFR32xG24 Dev Kit

View Kit Details
Buy Kit
  1. Tech Docs

Official Zephyr Documentation

  1. Community & Support

Knowledge Base Articles

Browse our knowledge base articles for information about specific products.

Search Knowledge Base

User Forums

Browse technical questions, share your ideas, and learn more about our latest solutions.

Search the Forums

Questions? You're in the Right Place.

Silicon Labs has an active, knowledgeable user community of engineers and developers that are enthusiastic about solving problems.

Browse the Community
Silicon Labs
Stay Connected With Us
Plug into the latest on Silicon Labs products, including product releases and resources, documentation updates, PCN notifications, upcoming events, and more.
  • About Us
  • Careers
  • Community
  • Contact Us
  • Cookies
  • Corporate Responsibility
  • Investor Relations
  • Press Room
  • Privacy and Terms
  • Site Feedback
Note: This content may contain offensive terminology that is now obsolete. Silicon Labs is replacing these terms with inclusive language wherever possible. for more information, visit our webpage.
Copyright © Silicon Laboratories. All rights reserved.
粤ICP备15107361号
Also of Interest:
  • Wireless
  • Microcontrollers (MCU)
  • Bluetooth modules

Your File Will Start Downloading Shortly

Thank you for downloading .

If you have any issues downloading, please contact sales support or product technical support.

Close
Loading Results
Close

Please select at least one column.