Skip to content

shield: m5stack_cardputer: initial support #86295

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

Merged
merged 1 commit into from
Apr 24, 2025

Conversation

ric96
Copy link
Contributor

@ric96 ric96 commented Feb 25, 2025

Added initial support for the M5Stack Cardputer shield for M5 Stamp S3. The following features are supported:

  • uSD
  • st7789 LCD
  • Analog input from VBAT
  • I2C on the grove connector

@zephyrbot zephyrbot added the area: Shields Shields (add-on boards) label Feb 25, 2025
@kartben
Copy link
Collaborator

kartben commented Feb 25, 2025

had some work in progress here e4020c3 - feel free to cherrypick anything you like :)

@ric96
Copy link
Contributor Author

ric96 commented Feb 25, 2025

had some work in progress here e4020c3 - feel free to cherrypick anything you like :)

yup, have been looking at it since you mentioned it on discord, just wanted to get a minimal board support up-streamed first.

@ric96 ric96 force-pushed the cardputer branch 2 times, most recently from eadbef6 to a230171 Compare February 25, 2025 19:54
@ric96
Copy link
Contributor Author

ric96 commented Mar 24, 2025

@kartben polite ping for review :)

spim2_default: spim2_default {
group1 {
pinmux = <SPIM2_SCLK_GPIO36>,
<SPIM2_CSEL_GPIO37>;
Copy link
Collaborator

Choose a reason for hiding this comment

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

alignment here is off

Copy link
Contributor Author

Choose a reason for hiding this comment

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

tabs were set to 4 spaces 🤦

Comment on lines 3 to 4
M5Stack-Cardputer base shield
####################################
Copy link
Collaborator

Choose a reason for hiding this comment

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

length mismatch

/delete-node/ &status_rgb_led;

&pinctrl {

Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change

sylvioalves
sylvioalves previously approved these changes Apr 22, 2025
disk-name = "SD";
status = "okay";
};

Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change

Added initial support for the M5Stack Cardputer shield for
M5 Stamp S3. The following features are supported:

- uSD
- st7789 LCD
- Analog input from VBAT
- I2C on the grove connector

Signed-off-by: Sahaj Sarup <[email protected]>
@kartben kartben merged commit d784adb into zephyrproject-rtos:main Apr 24, 2025
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Shields Shields (add-on boards)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants