8000 esp32: Add MICROPY_HW_ENABLE_UART_REPL and enable on generic S2/S3. by dpgeorge · Pull Request #8531 · micropython/micropython · GitHub
[go: up one dir, main page]

Skip to content

esp32: Add MICROPY_HW_ENABLE_UART_REPL and enable on generic S2/S3. #8531

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

Merged
merged 1 commit into from
Apr 14, 2022

Conversation

dpgeorge
Copy link
Member

Some S2/S3 modules don't use the native USB interface but instead have an
external USB-UART. To make the GENERIC_S3/S3 firmware work on these boards
the UART REPL is enabled in addition to the native USB CDC REPL.

Fixes issues #8418 and #8524.

Some S2/S3 modules don't use the native USB interface but instead have an
external USB-UART.  To make the GENERIC_S3/S3 firmware work on these boards
the UART REPL is enabled in addition to the native USB CDC REPL.

Fixes issues micropython#8418 and micropython#8524.

Signed-off-by: Damien George <damien@micropython.org>
@dpgeorge dpgeorge force-pushed the esp32-uart-repl-on-s2-s3 branch from 79cbc53 to fe9eaf1 Compare April 14, 2022 04:39
@dpgeorge dpgeorge merged commit fe9eaf1 into micropython:master Apr 14, 2022
@dpgeorge dpgeorge deleted the esp32-uart-repl-on-s2-s3 branch April 14, 2022 05:44
tannewt added a commit to tannewt/circuitpython that referenced this pull request Oct 30, 2023
Switch warnings to mp_rom_error_text_t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0