This repository was archived by the owner on Nov 7, 2024. It is now read-only.

Description
Hi there, thanks for providing such a useful component, but I encountered some problems when deploying.
I tried both esp-idf v4.4 stable version(the latest release) and the master branch which seems to be a beta version of esp-idf 5.0, they both failed compiling.
The chip is esp32s3, I followed the instruction and put your repo under ${IDF_PATH}/components then use idf.py menuconfig to open the esp32usb with it’s hid component and leave the original tinyusb closed.
I managed to fix some missing header problems but the ‘std::string’ in function declarations blocked me, would you please update this repo to fix it? Thanks a lot!