Skip to content

Atmosic Open Source Zephyr Applications

License

Notifications You must be signed in to change notification settings

Atmosic/openair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atmosic Zephyr SDK

Overview

This is the top-level repository for the Atmosic SDK. It contains the west manifest for the SDK dependencies as well as applications developed by Atmosic showcasing its extreme low-power SoC solutions.

Supported Platforms

Creating a Workspace

To create an Atmosic SDK workspace, first follow the instructions from the official Zephyr documentation on setting up the tooling for your host operating system. Then use west init and west update as follows:

west init -m git@github.com:Atmosic/apps zephyrproject
cd zephyrproject
west update

Refer to the Supported Platforms documentation for details on how to build and program an application. For example, see the section on programming and debugging an ATM33xx EVK.