xmos_loopback_cmake/README.md

17 lines
346 B
Markdown
Raw Permalink Normal View History

2021-07-26 10:01:43 +00:00
# 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 ...`
2021-07-26 09:11:50 +00:00