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

add initial working m5stack_stamps3 #374

Merged
merged 10 commits into from
Jan 31, 2024

Conversation

jamesjnadeau
Copy link
Contributor

Checklist

By completing this PR sufficiently, you help us to review this Pull Request quicker and also help improve the quality of Release Notes

  • Please provide specific title of the PR describing the change
  • Please provide related links (eg. Issue which will be closed by this Pull Request)
  • If you are adding an new boards, please make sure

This checklist items that are not applicable to your PR can be deleted.


Description of Change

Adding setup for m5 stack stamp s3

* THE SOFTWARE.
*/

// #ifndef ADAFRUIT_FEATHER_ESP32S3_TFT_H_
Copy link
Member

Choose a reason for hiding this comment

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

please remove those unused, and add header defie

Copy link
Member

Choose a reason for hiding this comment

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

header define still not added

Choose a reason for hiding this comment

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

#ifndef M5STACK_STAMPS3_BOARD_H_
#define M5STACK_STAMPS3_BOARD_H_``

put those under the license

#endif
put this at the end

ports/espressif/boards/m5stack_stamps3/board.h Outdated Show resolved Hide resolved
#define USB_PRODUCT "Stamp S3"

#define UF2_PRODUCT_NAME USB_MANUFACTURER " " USB_PRODUCT
#define UF2_BOARD_ID "ESP32S3"
Copy link
Member

Choose a reason for hiding this comment

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

incorrect board-id format

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have updated the board folder from cardputer to stamps3 to better match the board.

Copy link
Member

Choose a reason for hiding this comment

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

board-id still not in correct format

Choose a reason for hiding this comment

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

#define UF2_BOARD_ID "ESP32S3-StampS3-01"

Here is the correct board id, i didnt want to make another PR

ports/espressif/boards/m5stack_stamps3/board.h Outdated Show resolved Hide resolved
to better fit with the actual board being used here.
@jamesjnadeau
Copy link
Contributor Author

thank you @hathach, I think this is all set now, please let me know if I missed anything.

Copy link
Member

@hathach hathach left a comment

Choose a reason for hiding this comment

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

2 of change requests are still not fixed

@panguin6010
Copy link

panguin6010 commented Jan 25, 2024

@jamesjnadeau In leu of making another PR I commented the fixes for the open changes

@jamesjnadeau
Copy link
Contributor Author

@hathach this should now be fixed, thanks @panguin6010 for the help!

Copy link
Member

@hathach hathach left a comment

Choose a reason for hiding this comment

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

look good

@hathach hathach merged commit eec497e into adafruit:master Jan 31, 2024
90 checks passed
@jamesjnadeau jamesjnadeau deleted the m5stack-cardputer branch January 31, 2024 18:27
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