Skip to content

add m5stack atom-s3u pindefs #11352

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

mhaberler
Copy link

Description of Change

add M5Stack AromS3U pin definitions as per https://docs.m5stack.com/en/core/AtomS3U

@CLAassistant
Copy link

CLAassistant commented May 11, 2025

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

github-actions bot commented May 11, 2025

Messages
📖 🎉 Good Job! All checks are passing!

👋 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 ...


This automated output is generated by the PR linter DangerJS, which checks if your Pull Request meets the project's requirements and helps you fix potential issues.

DangerJS is triggered with each push event to a Pull Request and modify the contents of this comment.

Please consider the following:
- Danger mainly focuses on the PR structure and formatting and can't understand the meaning behind your code or changes.
- Danger is not a substitute for human code reviews; it's still important to request a code review from your colleagues.
- To manually retry these Danger checks, please navigate to the Actions tab and re-run last Danger workflow.

Review and merge process you can expect ...


We do welcome contributions in the form of bug reports, feature requests and pull requests.

1. An internal issue has been created for the PR, we assign it to the relevant engineer.
2. They review the PR and either approve it or ask you for changes or clarifications.
3. Once the GitHub PR is approved we do the final review, collect approvals from core owners and make sure all the automated tests are passing.
- At this point we may do some adjustments to the proposed change, or extend it by adding tests or documentation.
4. If the change is approved and passes the tests it is merged into the default branch.

Generated by 🚫 dangerJS against f499d99

mhaberler added a commit to mhaberler/platform-espressif32 that referenced this pull request May 11, 2025
mhaberler added a commit to mhaberler/platform-espressif32 that referenced this pull request May 11, 2025
Jason2866 pushed a commit to pioarduino/platform-espressif32 that referenced this pull request May 11, 2025
* feat(boards): add m5stack-atoms3u board matches pindefs PR espressif/arduino-esp32#11352
@P-R-O-C-H-Y
Copy link
Member

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.

@P-R-O-C-H-Y P-R-O-C-H-Y added the Status: In Progress ⚠️ Issue is in progress label May 12, 2025
@mhaberler
Copy link
Author

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

@P-R-O-C-H-Y
Copy link
Member

Also please don't forget to sign the CLA

@mhaberler
Copy link
Author

Also please don't forget to sign the CLA

did that, succeeded, re-pushed with signed-off-by, CLA still looks unsigned in PR
please advis

@mhaberler
Copy link
Author

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.

@P-R-O-C-H-Y
Copy link
Member

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.
Can you please redo your changes (close/reopen the PR if needed) that all commits comes from your GH account @mhaberler.
Thanks

@mhaberler
Copy link
Author

sorry about that. Will redo properly.

Copy link
Member

@P-R-O-C-H-Y P-R-O-C-H-Y left a comment

Choose a reason for hiding this comment

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

@mhaberler PTAL

Comment on lines +22422 to +22426
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
Copy link
Member

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

Suggested change
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

Comment on lines +22397 to +22405
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
Copy link
Member

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?

Comment on lines +22462 to +22467
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
Copy link
Member

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

Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants