# examples_tinyusb_esp32sx **Repository Path**: iot-components/examples_tinyusb_esp32sx ## Basic Information - **Project Name**: examples_tinyusb_esp32sx - **Description**: ESP32-S2 / ESP32-S3 tinyusb examples - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-07-22 - **Last Updated**: 2022-06-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## How to Build Examples 1. Install latest master branch ESP-IDF 2. Install ESP-IDF component manager 1. `. ./export.sh` to add ESP-IDF environment values 2. `pip install idf-component-manager --upgrade` 3. `idf.py set-target esp32s2` 4. `idf.py build flash monitor` 5. if successful install, project's required components will be downloaded automatically