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

board: m5stack_stamps3: Add support for M5Stack StampS3 #67130

Merged
merged 2 commits into from
Jan 12, 2024

Conversation

MrMarteng
Copy link
Collaborator

Adding support for StampS3 IoT Module from M5Stack.

@MrMarteng MrMarteng force-pushed the m5stack_stamps3 branch 4 times, most recently from d7fb070 to f3da72b Compare January 5, 2024 12:12
Timing parameters for WS2812C variant of digital RGB.

Signed-off-by: Martin Kiepfer <[email protected]>
@MrMarteng MrMarteng marked this pull request as ready for review January 5, 2024 16:37
@zephyrbot zephyrbot added the area: Devicetree Binding PR modifies or adds a Device Tree binding label Jan 5, 2024
@zephyrbot zephyrbot requested a review from galak January 5, 2024 16:37
@MrMarteng
Copy link
Collaborator Author

@galak Any feedback from this PR?
There are currently no other reviewers assigned to this PR.

Copy link
Collaborator

@kartben kartben left a comment

Choose a reason for hiding this comment

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

very cool! some documentation comments but lgtm otherwise. Hopefully ESP32 folks can have a closer look

boards/xtensa/m5stack_stamps3/Kconfig.defconfig Outdated Show resolved Hide resolved
boards/xtensa/m5stack_stamps3/doc/index.rst Outdated Show resolved Hide resolved
============

M5Stack-StampS3 requires a single 5V input power supply. The module internally
featues a DCDC (MUN3CAD01-SC) to generate the 3.3V needed for the MCU.
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
featues a DCDC (MUN3CAD01-SC) to generate the 3.3V needed for the MCU.
features a DCDC (MUN3CAD01-SC) to generate the 3.3V needed for the MCU.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Fixed in 38f0a59

boards/xtensa/m5stack_stamps3/Kconfig.board Outdated Show resolved Hide resolved
config ENTROPY_GENERATOR
default y

config HEAP_MEM_POOL_SIZE
Copy link
Collaborator

Choose a reason for hiding this comment

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

This config has been updated. Please, change it to config HEAP_MEM_POOL_ADD_SIZE_BOARD

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Fixed in 38f0a59

marekmatej
marekmatej previously approved these changes Jan 10, 2024
@MrMarteng MrMarteng changed the title board: m5stack_stamps3: Add support for M5Stack-StampS3 board: m5stack_stamps3: Add support for M5Stack StampS3 Jan 11, 2024
Comment on lines 33 to 46
+---------------+------------------------------------------------------------------+------------+
| Key Component | Description | Status |
+===============+==================================================================+============+
|| ESP32-S3FN8 || This MPU-ESP32S3 module provides complete Wi-Fi and Bluetooth || supported |
|| module || functionalities and integrates a 8MB flash. || |
+---------------+------------------------------------------------------------------+------------+
|| Status LED || One user LED connected via :dtcompatible:`worldsemi,ws2812-spi` || supported |
|| || interface (``led-strip``). || |
+---------------+------------------------------------------------------------------+------------+
|| USB Port || USB interface. Power supply for the board as well as the || supported |
|| || communication interface between a computer and the board. || |
+---------------+------------------------------------------------------------------+------------+
| User button | User button (``sw0``) | supported |
+---------------+------------------------------------------------------------------+------------+
Copy link
Collaborator

Choose a reason for hiding this comment

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

Hey just noticed this, not a big deal as it renders fine apparently, but what's with the double |s? I don't think they are needed? In fact, the only other instance I could find of such an odd instance I could find in-tree is in M5Stack Core2 doc, so my bad for not spotting this before ;-)

Could you please clean it up? FWIW things look good to me otherwise (I wish I would have the hardware at hand to test further though), so here's my virtual +1 :)

…oard

Adding support for M5Stack StampS3 development board, featuring an ESP32
MCU

Signed-off-by: Martin Kiepfer <[email protected]>
@carlescufi carlescufi merged commit 51e5ecf into zephyrproject-rtos:main Jan 12, 2024
19 checks passed
@kartben
Copy link
Collaborator

kartben commented Jan 12, 2024

Thanks, @MrMarteng! 🥳

@MrMarteng MrMarteng deleted the m5stack_stamps3 branch January 12, 2024 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Devicetree Binding PR modifies or adds a Device Tree binding
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants