xmos_loopback_cmake/README.md

17 lines
346 B
Markdown

# 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 ...`