8000 GitHub - layl1984/sdk-alif: Alif Semiconductor Zephyr Software Development Kit (SDK)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

layl1984/sdk-alif

 
 

Repository files navigation

Alif Semiconductor Zephyr SDK

Welcome to the Alif Semiconductor Zephyr SDK, a comprehensive environment for developing applications on Alif's devices using the Zephyr RTOS. This SDK provides Alif-specific code samples and the essential west.yml file, which manages all required modules and submodules for a seamless development experience.

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

User Guide

The User Guide offers detailed instructions on setting up, building, and deploying applications on Alif devices using the Zephyr RTOS.

Access the latest version of the guide at: Alif Zephyr SDK User Guide.

Release Notes

Stay updated with the latest changes:

  • New Features: Explore the latest additions and capabilities in the current release.
  • Known Issues: Be aware of current limitations or potential challenges during development.

For complete details on the latest released version, see the Release Notes.

Getting the Alif SDK

To obtain or update the Alif SDK, you need Git and West installed.

Clone/Check-out a New SDK Delivery

Execute below commands to achieve the whole SDK delivery at revision ${revision} and place it in a folder named sdk-alif:

mkdir sdk-alif
cd sdk-alif
west init -m https://github.com/alifsemi/sdk-alif.git --mr ${revision}
west update

Replace ${revision} with any SDK revision(branch/tag/commit SHA) you wish to achieve. This can be main if you want the latest state, or any commit SHA or tag.

Syntax: west init -m <URL> --mr <REVISION>

Example: west init -m https://github.com/alifsemi/sdk-alif.git --mr v1.2.0

Getting Started

To explore the project and start building applications, see the Building Application Binaries Guide.

About

Alif Semiconductor Zephyr Software Development Kit (SDK)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.2%
  • C++ 3.8%
  • CMake 0.8%
  • Python 0.6%
  • Groovy 0.4%
  • Shell 0.1%
  • Linker Script 0.1%
0