346 B
346 B
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 ...