Skip to content

Add luatos core esp32c3 ch343 #8164

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 3 commits into from
Jul 24, 2023

Conversation

madcitygeek
Copy link

Now with unique CIRCUITPY_CREATION_ID.

This is for the "classic" variant of this board, as described on the vendor's site, that has a CH343 TTL chip tied to the USB port.

@tannewt
Copy link
Member

tannewt commented Jul 13, 2023

What is different from CircuitPython's view from the board version we currently have? Different pinout?

@madcitygeek
Copy link
Author

The current board definition doesn't work for me. The difference I found was in the pin definitions for the UART - the existing board uses:

#define CIRCUITPY_ESP_USB_SERIAL_JTAG (1)

While this variant uses:

// Default bus pins
#define DEFAULT_UART_BUS_RX         (&pin_GPIO20)
#define DEFAULT_UART_BUS_TX         (&pin_GPIO21)

// Serial over UART
#define CIRCUITPY_CONSOLE_UART_RX               DEFAULT_UART_BUS_RX
#define CIRCUITPY_CONSOLE_UART_TX               DEFAULT_UART_BUS_TX

Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, thanks!

@tannewt tannewt merged commit fff309b into adafruit:main Jul 24, 2023
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