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.
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 https://github.com/Atmosic/openair.git 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.