-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes the hardware cdc jtag plugged/unplugged status and related timeout/delay #9275
Commits on Feb 22, 2024
-
feat(hw_cdc):fixes the hardware cdc jtag plugged/unplugged status
This will use a new IDF 5.1 feature to detect if the USB HW CDC is plugged or not. This can be checked testing HWCDCSerial. It also fixes issues related to timeout or delays while writing to the HW Serial when USB is unplugged.
Configuration menu - View commit details
-
Copy full SHA for c5477c1 - Browse repository at this point
Copy the full SHA c5477c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 112e0c2 - Browse repository at this point
Copy the full SHA 112e0c2View commit details -
Skips the ESP32 SoC test given that it has no USB
Configuration menu - View commit details
-
Copy full SHA for 742cbb4 - Browse repository at this point
Copy the full SHA 742cbb4View commit details -
Skips the ESP32S2 because it has no HW CDC JTAG interface
Configuration menu - View commit details
-
Copy full SHA for ec05cd1 - Browse repository at this point
Copy the full SHA ec05cd1View commit details -
fix: fixes issues with Ubuntu CI
Only compiles the example in case it is using Hardware CD and JTAG mode.
Configuration menu - View commit details
-
Copy full SHA for f7e8b9f - Browse repository at this point
Copy the full SHA f7e8b9fView commit details
Commits on Feb 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0e168aa - Browse repository at this point
Copy the full SHA 0e168aaView commit details
Commits on Feb 25, 2024
-
feat(serialcdc): non block functions
modifies write and flush to do not clock in case CDC host is not connected to the CDC client from the C3/S3/C6/H2
Configuration menu - View commit details
-
Copy full SHA for 52dec69 - Browse repository at this point
Copy the full SHA 52dec69View commit details -
Configuration menu - View commit details
-
Copy full SHA for c01e44a - Browse repository at this point
Copy the full SHA c01e44aView commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2b1646d - Browse repository at this point
Copy the full SHA 2b1646dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1701a5a - Browse repository at this point
Copy the full SHA 1701a5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1d6108 - Browse repository at this point
Copy the full SHA b1d6108View commit details
Commits on Feb 28, 2024
-
feat(hwcdc): Improves HWSerial_Events.ino
Improves the example by adding more information about USB being plugged and CDC being connected.
Configuration menu - View commit details
-
Copy full SHA for a203d42 - Browse repository at this point
Copy the full SHA a203d42View commit details -
feat(hwcdc): solves CDC connection issue
Detects correctly when CDC is or not connected. Deals with USB unplugged while the sketch is printing to CDD.
Configuration menu - View commit details
-
Copy full SHA for 774bb9a - Browse repository at this point
Copy the full SHA 774bb9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98bad3e - Browse repository at this point
Copy the full SHA 98bad3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06b8a08 - Browse repository at this point
Copy the full SHA 06b8a08View commit details -
Configuration menu - View commit details
-
Copy full SHA for c218f50 - Browse repository at this point
Copy the full SHA c218f50View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca0a9f5 - Browse repository at this point
Copy the full SHA ca0a9f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7d66d2 - Browse repository at this point
Copy the full SHA f7d66d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 980f7b1 - Browse repository at this point
Copy the full SHA 980f7b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e6eda4 - Browse repository at this point
Copy the full SHA 8e6eda4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43075e4 - Browse repository at this point
Copy the full SHA 43075e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d2d18d - Browse repository at this point
Copy the full SHA 3d2d18dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 467fe9d - Browse repository at this point
Copy the full SHA 467fe9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 576d675 - Browse repository at this point
Copy the full SHA 576d675View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab157cf - Browse repository at this point
Copy the full SHA ab157cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d2cb69 - Browse repository at this point
Copy the full SHA 5d2cb69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5000939 - Browse repository at this point
Copy the full SHA 5000939View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0c7b41 - Browse repository at this point
Copy the full SHA a0c7b41View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4eca05 - Browse repository at this point
Copy the full SHA d4eca05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b42a8f - Browse repository at this point
Copy the full SHA 7b42a8fView commit details