Loopback demo for the XMOS XCORE-200-EXPLORER kit. Using Cmake as the build system
Go to file
Anne de Jong 5864a17376 Added small comments 2021-07-27 13:21:01 +02:00
lib_gpio@e22d9a3549 Compilation with CMake seems to work 2021-07-26 12:01:43 +02:00
lib_i2c@f57440fa51 Compilation with CMake seems to work 2021-07-26 12:01:43 +02:00
lib_i2s@54ca251e20 Compilation with CMake seems to work 2021-07-26 12:01:43 +02:00
lib_xassert@25508f9f99 Compilation with CMake seems to work 2021-07-26 12:01:43 +02:00
src Compilation with CMake seems to work 2021-07-26 12:01:43 +02:00
.gitignore Compilation with CMake seems to work 2021-07-26 12:01:43 +02:00
.gitmodules Compilation with CMake seems to work 2021-07-26 12:01:43 +02:00
CMakeLists.txt Added small comments 2021-07-27 13:21:01 +02:00
LICENSE Initial commit 2021-07-26 09:11:50 +00:00
README.md Compilation with CMake seems to work 2021-07-26 12:01:43 +02:00

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