-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Home
Mihail Chindris edited this page Dec 28, 2020
·
8 revisions
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
- Building projects for xilinx and altera platforms:
- Building projects for aducm3029:
- Post build steps for ZCU102
- Coding style guidelines for no-os development: