Skip to content
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

Add Esp32 Serial USB JTAG support to uart driver #2853

Merged
merged 1 commit into from
Jul 4, 2024

Conversation

mikee47
Copy link
Contributor

@mikee47 mikee47 commented Jul 4, 2024

This PR adds UART driver support for esp32 variants with an integrated USB JTAG/Serial port, such as esp32c3.
Requires ESP-IDF version 5.2 or later.

Example usage::

#ifdef UART_ID_SERIAL_USB_JTAG
  Serial.setPort(UART_ID_SERIAL_USB_JTAG);
#endif
Serial.begin(...);

See issue #2772

@mikee47 mikee47 changed the title Add support to uart driver Add Esp32 Serial USB JTAG support to uart driver Jul 4, 2024
@SmingHub SmingHub deleted a comment from what-the-diff bot Jul 4, 2024
@slaff slaff added this to the 5.2.0 milestone Jul 4, 2024
@slaff slaff merged commit a6fc94e into SmingHub:develop Jul 4, 2024
48 checks passed
@mikee47 mikee47 deleted the feature/esp32c3-usb-serial branch July 4, 2024 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants