Open SuGlider opened 2 years ago
@technoblogy Let's continue it here.
Thanks.
probably unrelated? https://github.com/espressif/esp-idf/issues/9318 (at a guess, that bug is user-app-specific, this bug is Arduino-runtime-specific)
Thanks @egnor for the reference. I'll take it into consideration for the S3 USB Serial JTAG interface.
@all
Examples about UART controlling are at PR #7412
@SuGlider I've now tested ESP32 Arduino 2.0.3 with a number of ESP32 boards, using a benchmark that involves uploading a program of about 1400 characters to my uLisp interpreter and then running it. The results are as follows:
Key observations:
Any thoughts about why USB CDC is now OK on ESP32-S2 but not ESP32-S3 or ESP32-C3?
Also, any idea where there's such a difference in performance? My benchmark isn't making use of serial, except to print the result at the end.
Originally posted by @technoblogy in https://github.com/espressif/arduino-esp32/issues/6221#issuecomment-1128950038