EAGLE ZYBO Linux
|
applications
This folder contains implementation files and CMake files that build executable files.
build
& build-arm
These to folders are used by the build system to build everything.
cmake
This folder contains the installation script for Google Test, and the Toolchain file that defines the compile options for building code for the ZYBO.
scripts
Currently, there is one script that copies all ARMv7 executables and libraries from the Docker toolchain and OpenCV builds, and stores them in a filesystem in a file that can be copied to the SD card. These libraries are needed to run the compiled code.
doc
This folder contains documentation in the form of MarkDown documents, as well as a recipe for automatically generated documentation using Doxygen.
The output of Doxygen is in the html
subfolder: use index.html
as the entry point.
docker
This folder contains all files to build the Docker images with the toolchain and necessary libraries.
src
This folder contains the source code for the different libraries.
The code is split up in "modules". Each of these modules has a specific task and has a number of tests.
A module folder consists of three main folders and a CMake file:
src
include
test
CMakeLists.txt