contains options for adapting to LyraT boards, in which case the thing should be compiled using ESP's audio development system (esp-adf) instead of the default esp-idf. (also, the "sdkconfig" file will have to be rebuilt). As they stand the sources load a pre-compiled patch which is munged as a C string in the file "testpatch.c". Optionally Pd can be reconfigured to load patches over wifi.
7 lines
228 B
CMake
7 lines
228 B
CMake
# The following lines of boilerplate have to be in your project's CMakeLists
|
|
# in this exact order for cmake to work correctly
|
|
cmake_minimum_required(VERSION 3.5)
|
|
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
|
project(espd)
|