Loopback demo for the XMOS XCORE-200-EXPLORER kit. Using Cmake as the build system
lib_gpio@e22d9a3549 | ||
lib_i2c@f57440fa51 | ||
lib_i2s@54ca251e20 | ||
lib_xassert@25508f9f99 | ||
src | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
LICENSE | ||
README.md |
XMOS loopback cmake
Loopback demo for the XMOS XCORE-200-EXPLORER kit. We use cmake as our build system.
Installation
Please make sure that we are in a clean environment. The example makes use of XMOS libraries, which are pulled in as submodules. Therefore we have to clone this repository recursively:
$ git clone --recursive ...