-
Notifications
You must be signed in to change notification settings - Fork 7.6k
add m5stack atom-s3u pindefs #11352
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: master
Are you sure you want to change the base?
add m5stack atom-s3u pindefs #11352
Conversation
👋 Hello mhaberler, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
matches pindefs PR espressif/arduino-esp32#11352
* feat(boards): add m5stack-atoms3u board matches pindefs PR espressif/arduino-esp32#11352
Hi @mhaberler, you are missing board definitions in boards.txt file. You need to add that also in order to be possible to select the board. |
thanks, will do |
Also please don't forget to sign the CLA |
extend boards.txt as per https://docs.m5stack.com/en/core/AtomS3U Signed-off-by: Michael Haberler <git@mah.priv.at>
did that, succeeded, re-pushed with signed-off-by, CLA still looks unsigned in PR |
well I dont know how to get past this CLA issue I herewith certify I did sign the CLA for espressif/arduino-esp32 Version: 2023-04-20 Please go ahead and merge. |
"Michael Haberler seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account." I see there are few commits that were committed with just a user name without an GitHub account. |
sorry about that. Will redo properly. |
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.
@mhaberler PTAL
m5stack_atoms3u.menu.FlashMode.opi=OPI 80MHz | ||
m5stack_atoms3u.menu.FlashMode.opi.build.flash_mode=dout | ||
m5stack_atoms3u.menu.FlashMode.opi.build.boot=opi | ||
m5stack_atoms3u.menu.FlashMode.opi.build.boot_freq=80m | ||
m5stack_atoms3u.menu.FlashMode.opi.build.flash_freq=80m |
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.
S3FN8 has quad SPI flash
m5stack_atoms3u.menu.FlashMode.opi=OPI 80MHz | |
m5stack_atoms3u.menu.FlashMode.opi.build.flash_mode=dout | |
m5stack_atoms3u.menu.FlashMode.opi.build.boot=opi | |
m5stack_atoms3u.menu.FlashMode.opi.build.boot_freq=80m | |
m5stack_atoms3u.menu.FlashMode.opi.build.flash_freq=80m |
m5stack_atoms3u.menu.PSRAM.disabled=Disabled | ||
m5stack_atoms3u.menu.PSRAM.disabled.build.defines= | ||
m5stack_atoms3u.menu.PSRAM.disabled.build.psram_type=qspi | ||
m5stack_atoms3u.menu.PSRAM.enabled=QSPI PSRAM | ||
m5stack_atoms3u.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM | ||
m5stack_atoms3u.menu.PSRAM.enabled.build.psram_type=qspi | ||
m5stack_atoms3u.menu.PSRAM.opi=OPI PSRAM | ||
m5stack_atoms3u.menu.PSRAM.opi.build.defines=-DBOARD_HAS_PSRAM | ||
m5stack_atoms3u.menu.PSRAM.opi.build.psram_type=opi |
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.
Are you sure the board have PSRAM?
m5stack_atoms3u.menu.UploadMode.default=UART0 / Hardware CDC | ||
m5stack_atoms3u.menu.UploadMode.default.upload.use_1200bps_touch=false | ||
m5stack_atoms3u.menu.UploadMode.default.upload.wait_for_upload_port=false | ||
m5stack_atoms3u.menu.UploadMode.cdc=USB-OTG CDC (TinyUSB) | ||
m5stack_atoms3u.menu.UploadMode.cdc.upload.use_1200bps_touch=true | ||
m5stack_atoms3u.menu.UploadMode.cdc.upload.wait_for_upload_port=true |
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.
The board have only 1 connector (USB), please use only proper settings, also with other stuff like CDC and USB mode
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.
give me a few days
I need to install Arduino IDE which I havent used in years, and verify
Description of Change
add M5Stack AromS3U pin definitions as per https://docs.m5stack.com/en/core/AtomS3U