ESP_ADF + TinyUsb (ESP32-S3)
Posted: Thu Jun 02, 2022 1:06 pm
Hello. I use module ESP32-S3 whith example from component tinyusb (..\esp-idf\components\tinyusb\tinyusb\examples\device\cdc_msc_freertos)
It work correctly, but i need use audio components form esp-adf.
If i include esp-adf (include($ENV{ADF_PATH}/CMakeLists.txt) in CMakeLists.txt) - i get an error while compiling.
../main/main.c:287:3: error: implicit declaration of function 'tusb_init'; did you mean 'sys_init'? [-Werror=implicit-function-declaration]
tusb_init();
and many others errors
Component TinyUsb is set in menuconfig.
It work correctly, but i need use audio components form esp-adf.
If i include esp-adf (include($ENV{ADF_PATH}/CMakeLists.txt) in CMakeLists.txt) - i get an error while compiling.
../main/main.c:287:3: error: implicit declaration of function 'tusb_init'; did you mean 'sys_init'? [-Werror=implicit-function-declaration]
tusb_init();
and many others errors
Component TinyUsb is set in menuconfig.