Skip to content

Arunmanialagarsamy/zephyr-silabs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Silicon Labs Zephyr repository

This repository include support for device not yet included in the Zephyr RTOS project.

Usage

Install west command. Usually, it is done through pip (or pipx):

pip install west

Retrieve this repository:

mkdir workspace
cd workspace
west init -m [email protected]:siliconlabssoftware/zephyr-silabs

Retrieve modules:

west update

Install a toolchain. Toolchain installation [is described in Zephyr documentation2.

TL;DR:

wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.8/zephyr-sdk-0.16.8_linux-x86_64.tar.xz
wget -O - https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.8/sha256.sum | shasum --check --ignore-missing
tar -xvf zephyr-sdk-0.16.8_linux-x86_64.tar.xz
cd zephyr-sdk-0.16.8
./setup.sh

Build an application:

west build -b siwx917_rb4338a zephyr/samples/hello_world

About

Silicon Labs Zephyr repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 51.3%
  • C 30.9%
  • CMake 17.8%