Ha Thach
Ha Thach
@brentru sorry for huge delay, I tested again with latest of everything. And indeed, there is an issue enumerating with macos (tested on my x86 macos 12.7.6). As far as...
> > PS: meanwhile, can you verify that when unplugging the very same board to other non-macos machine, it could show up, maybe trying an android ? > > Same...
This help to prevent S3 to be enumerated as USB JTAG while waitinf for 2nd reset (200-500 ms) https://github.com/adafruit/tinyuf2/pull/406 . Now it enumerate as arduino, however it is too fast...
@brentru this should be fixed by #454 which update tinyusb to be able to force re-enumeration with esp32s3. I will make an PR to arduino-esp32 to bump up tinyuf2 to...
Those are standard request, I dont see why it could cause the issue, can you get and post the debug log and the device info using pc such as lsusb...
there is moe update, please pull and test again. let me know if it works for you
> Thank you, `use cbw.command[0] for pending IO command` made it easier to for command extension :) > > Without `usbd_defer_func` `proc_read_io_data\proc_write_io_data` will be executed in IO task's context, I...
not reproducible with arduino-esp32 v3.2.0 and tinyusb 3.5.0, please update your setup and try again
thank you, I ordered an at32f403 board, will test this out when it is delivered.
fixed by #2871