Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 1.15 KB

README.rst

File metadata and controls

28 lines (18 loc) · 1.15 KB

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.