OpenIoTAcademy / Training_Kayanyazisaat

MIT License
1 stars 5 forks source link

OpenIoTAcademy Template-Embedded project files.

This build system is developed for OpenIoTAcademy projects. It is using CMake for build system. It will include unit-tests for each submodule.

CMake build system currently generates Makefiles for building. Any IDE specific project files will be included by developers.

How to build

Navigate into out/ folder and run those commands to build for native(for same host) compiling.

cmake ../

make

If you want to cross compile please provide ARCH variable to the CMake. Current plan is to support these :

cmake ../ -DARCH=arm or cmake ../ -DARCH=armhf