-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
esp32/boards: Add support for XIAO ESP32S3/C3 boards. #12042
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
base: master
Are you sure you want to change the base?
Conversation
5d64b97
to
9be6a2b
Compare
Where should I add pictures of these boards? |
|
Is there a reason why I2S is deactivated? I use I2S with the ESP32C3. |
@sosi-deadeye Do you hava a working I2S with ESP32C3 and the 1.20.0 |
# XIAO ESP32 C3 MicroPython Helper Library | ||
|
||
from micropython import const | ||
from machine import Pin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove unused import
Should the board name include manufacturer? See samd/ports/SEEED_XIAO_SAMD21 for example. If so it could be: |
Signed-off-by: Jiaxuan Weng <1391548050@qq.com>
Signed-off-by: Jiaxuan Weng <1391548050@qq.com>
Signed-off-by: Jiaxuan Weng <1391548050@qq.com>
You are right. now manufacturer name has been added to the board name. |
Just tested this PR and is still working with latest |
Is this still ongoing? I am preparing a PR that needs Xiao S3 support. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think here you should also add spiram_oct to support octal. Have you tested de ram size with your configuration?
No description provided.