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

Support TinyS2 ESP32-S2 Board #1585

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

rgreer4
Copy link

@rgreer4 rgreer4 commented May 22, 2021

Adds support for the new TinyS2 ESP32-S2 board. Appears to have a different set of VID/PID values than what is already in Mu.

@rgreer4
Copy link
Author

rgreer4 commented May 22, 2021

(Note I should have mentioned this is supporting a direct CP install without the UF2 bootloader, hence the difference in VID/PID I think. In case ya'll dont want to bother with a variant like this.)

@Neradoc
Copy link
Contributor

Neradoc commented May 24, 2021

You mentioned CP, but you modified the file for the Micropython mode on ESP, is that what you wanted to do ?
Circuitpython mode no longer needs a list of vid/pid in the current beta, using the Serial connection interface name instead.

FYI this vid/pid is from https://github.com/espressif/usb-pids where UnexpectedMaker registered a pid for Circuitpython 0x8002 and one for the UF2 bootloader 0x8005, as is usually preferred. The presence of the UF2 bootloader does not influence the PID of Circuitpython.

@ntoll
Copy link
Member

ntoll commented Jun 19, 2021

👋 OK.... if this is a change for CP, it should probably be done in the context of the CP mode rather than ESP. Happy to follow steer from folks more "in the know" about where this should happen. 👍

Thanks for the contribution.

@ntoll
Copy link
Member

ntoll commented Oct 3, 2021

Any movement on this..?

@ntoll
Copy link
Member

ntoll commented Dec 20, 2021

Polite nudge on this.

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.

None yet

3 participants