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

sunton esp32-8048s070 support #9149

Merged
merged 1 commit into from
Apr 6, 2024
Merged

sunton esp32-8048s070 support #9149

merged 1 commit into from
Apr 6, 2024

Conversation

SeanTheITGuy
Copy link

Second attempt. I'll try not to mess the PR up, this time.

@RetiredWizard
Copy link

I don't understand how the touch screen is working but all's well I guess. I worked on the makerfabs tt7 display board which shared the USB pins with I2S audio and the pins gave resource errors unless the firmware was built with USB disabled.....

@RetiredWizard
Copy link

I don't have the hardware to test but I looked over the schematics and the only issue I saw doesn't appear to be a problem when tested on the hardware.

@RetiredWizard
Copy link

RetiredWizard commented Apr 5, 2024

Ahh, You have CIRCUITPY_USB = 0 in mpconfigboard.mk. That's why you're not seeing the conflict. Wouldn't that shut down the CIRCUITPY drive? Does the device enumerate a USB port on the host machine?

@SeanTheITGuy
Copy link
Author

The USB port is hooked to a USB TTL, not to the native USB pins on the S3. Seems an odd choice on the part of the manufacturer, but it is what it is.

@RetiredWizard
Copy link

Cool, so does the CIRCUITPY drive still work over USB TTL?

@SeanTheITGuy
Copy link
Author

Unfortunately not, and as you said, you'd have a choice of either touch or usb drive.

@RetiredWizard
Copy link

Well now that there's Web Workflow it's actually not a terrible trade-off to get a few more GPIO pins 😁. I wish Makerfabs had done that with their version....

Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

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

Sounds like everything is resolved. The lack of real USB is still 🤷

@dhalbert dhalbert merged commit f2d42e9 into adafruit:main Apr 6, 2024
15 checks passed
@dhalbert
Copy link
Collaborator

dhalbert commented Apr 6, 2024

Please open a PR to add this board to circuitpython.org: https://learn.adafruit.com/how-to-add-a-new-board-to-the-circuitpython-org-website

@SeanTheITGuy SeanTheITGuy deleted the sunton_esp32_8048S07 branch April 7, 2024 19:56
This pull request was closed.
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.

3 participants