OVMS3-idf/examples/peripherals/i2s_adc_dac/CMakeLists.txt
xiongyu faf898b659 bugfix(i2s): fix driver ut i2s
* Add test support for ESP32S2

* Add loop back test

* Support chip internal connection, no external wiring required.

* Delete the relevant codes of PDM of ESP32-S2 ll layer.

* fix dac dma mode issue
2020-03-03 11:58:53 +08:00

8 lines
276 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)
set(SUPPORTED_TARGETS esp32 esp32s2beta)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(i2s-adc-dac)