Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 921 Bytes

README.rst

File metadata and controls

27 lines (19 loc) · 921 Bytes
https://readthedocs.org/projects/tsip/badge/?version=latest https://travis-ci.org/snowcap-electronics/tsip.svg?branch=master

Snowcap Tsip

Please see the project documentation in Read the docs.

Overview

Zephyr based RTOS multiapp framework

Build

Source the tsip-env.sh to get appropriate environment variables for the project. It will source the zephyr-env.sh as well.

The tsip-env.sh takes the application name and the board as parameters. The application name is used to compile the app using src/main-<app_name>.c source file. E.g.:

$ . tsip-env.sh test native_posix