o copy component audio_board from ADF and create custom component from it o copy component audio_hal from ADF and create custom component from it o copy component audio_sal from ADF and create custom component from it o copy component esp_peripherals from ADF and create custom component from it - add fLaC support through xiph's original repository as a git module
10 lines
204 B
CMake
10 lines
204 B
CMake
|
|
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
|
|
|
set(COMPONENT_SRCS "audio_mem.c"
|
|
"audio_sys.c"
|
|
"audio_thread.c"
|
|
"audio_url.c")
|
|
|
|
register_component()
|