Search found 3 matches

by LarsMygh
Mon May 20, 2024 4:17 am
Forum: General Discussion
Topic: ESP-IDF: Create New ESP-IDF Component
Replies: 0
Views: 585

ESP-IDF: Create New ESP-IDF Component

Simple question: Using ESP-IDF directly under VS-Code: - Creating a new project based on # TinyUSB Composite Device (MSC + Serial) Example (using "ESP-IDF: Create New Project") - Adding a new component "esp32_utils" (using "ESP-IDF: Create New ESP-IDF Component") - Adding "include "esp32_utils.h" to...
by LarsMygh
Thu Jan 25, 2024 8:31 pm
Forum: ESP-IDF
Topic: ESP32-S3 CDC Decriptors
Replies: 1
Views: 744

Re: ESP32-S3 CDC Decriptors

Have tested the "tusb_serial_device" example in the IDF. All seems to work fine. When using NULL descriptors, info is taking from the sdkconfig.

Question: Is possible to override the 'Serial Number' on start up? (Saving a Serial number into, say, Eeprom and loading it into the descriptor?
by LarsMygh
Sat Jan 20, 2024 7:32 am
Forum: ESP-IDF
Topic: ESP32-S3 CDC Decriptors
Replies: 1
Views: 744

ESP32-S3 CDC Decriptors

I am using the ESP_IDF standard "tusb_serial_device" example as a template for a project: I have used the menuconfig since I want my own VID and PID so part of my sdkconfig looks something like this (obviously my info substituting the default Espressif VID, PID etc) # # TinyUSB Stack # CONFIG_TINYUS...