Search found 3 matches

by ghoti57
Mon Apr 24, 2023 7:25 am
Forum: Hardware
Topic: Using tinyusb from a component
Replies: 1
Views: 974

Re: Using tinyusb from a component

This really belongs under ESP-IDF so reposted there and closing this topic
by ghoti57
Mon Apr 24, 2023 7:24 am
Forum: ESP-IDF
Topic: Using tinyusb from a component
Replies: 1
Views: 8797

Using tinyusb from a component

ESP-IDF 5.0.1 Windows 11 I originally posted this under hardware but in hindsight this is a tool problem so I'm re-posting here (and closing original post) I can create a fairly trivial project using tinyusb that creates two cdc-acm serial ports and echoes input from each in the other (test.zip). Ho...
by ghoti57
Sat Apr 22, 2023 2:23 pm
Forum: Hardware
Topic: Using tinyusb from a component
Replies: 1
Views: 974

Using tinyusb from a component

ESP-IDF 5.0.1 Windows 11 I can create a fairly trivial project using tinyusb that creates two cdc-acm serial ports and echoes output from each in the other (test.zip). However if I try to move usb.c and usb.h into a component I can't get the system to build. In the first instance i just moved usb.c ...