-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
Conversation
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. |
eadbef6
to
a230171
Compare
@kartben polite ping for review :) |
spim2_default: spim2_default { | ||
group1 { | ||
pinmux = <SPIM2_SCLK_GPIO36>, | ||
<SPIM2_CSEL_GPIO37>; |
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.
alignment here is off
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.
tabs were set to 4 spaces 🤦
M5Stack-Cardputer base shield | ||
#################################### |
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.
length mismatch
/delete-node/ &status_rgb_led; | ||
|
||
&pinctrl { | ||
|
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.
disk-name = "SD"; | ||
status = "okay"; | ||
}; | ||
|
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.
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]>
Added initial support for the M5Stack Cardputer shield for M5 Stamp S3. The following features are supported: