Skip to content
Mihail Chindris edited this page Dec 28, 2020 · 8 revisions

Before building:

Clone this repository:

git clone https://github.com/analogdevicesinc/no-OS

This repo is using different submodules, so depending of your needs you should initialize some of them:

  • Tinyiiod: To use projects which support iio
  git submodule update --init libraries/stm32/STM32CubeF4
  • Mqtt client: To use projects that are using the mqtt client to connect to an mqtt borker
  git submodule update --init libraries/mqtt/paho.mqtt.embedded-c
  • MbedTLS: To use the network layer with TLS integrated
  git submodule update --init libraries/mbedtls

Contents

  1. Building projects for xilinx and altera platforms:
  2. Building projects for aducm3029:
  3. Post build steps for ZCU102
  4. Coding style guidelines for no-os development:
Clone this wiki locally