Skip to content

Alif Semiconductor Zephyr Software Development Kit (SDK)

License

Notifications You must be signed in to change notification settings

alifsemi/sdk-alif

Repository files navigation

Alif Semiconductor Zephyr SDK

Welcome to the Alif Semiconductor Zephyr SDK—a complete environment for application development on Alif's devices using Zephyr OS. This SDK includes Alif-specific code samples and the essential west.yml file, which manages all required modules and submodules for a full-featured development experience.

The SDK is tailored to help developers configure, build, and deploy real-time applications on Alif’s low-power, high-performance devices.

Quick Setup

If you're already familiar with Zephyr RTOS, install it and run the following command in a clean directory of your choice:

west init -m https://github.com/alifsemi/sdk-alif.git; west update

If you're new to Zephyr, start by reviewing the Introduction to Zephyr for an overview. Then, refer to the Getting Started Guide to begin development.

User Guide

The User Guide provides a comprehensive look at how to set up, build, and deploy applications on Alif devices using the Zephyr RTOS. Access the full guide User Guide.

Release Notes

Stay informed about the latest updates:

  • New Features: Discover the latest additions and capabilities introduced in the current release.
  • Fixed Bugs: Review the list of issues resolved to enhance performance and stability.
  • Known Issues: Understand any current limitations or potential issues to be aware of while developing.

For complete release details, see the Release Notes.