-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
board: m5stack_stamps3: Add support for M5Stack StampS3 #67130
Conversation
d7fb070
to
f3da72b
Compare
Timing parameters for WS2812C variant of digital RGB. Signed-off-by: Martin Kiepfer <[email protected]>
f3da72b
to
8415716
Compare
@galak Any feedback from this PR? |
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.
very cool! some documentation comments but lgtm otherwise. Hopefully ESP32 folks can have a closer look
============ | ||
|
||
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. |
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.
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. |
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.
Fixed in 38f0a59
config ENTROPY_GENERATOR | ||
default y | ||
|
||
config HEAP_MEM_POOL_SIZE |
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.
This config has been updated. Please, change it to config HEAP_MEM_POOL_ADD_SIZE_BOARD
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.
Fixed in 38f0a59
8415716
to
38f0a59
Compare
+---------------+------------------------------------------------------------------+------------+ | ||
| 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 | | ||
+---------------+------------------------------------------------------------------+------------+ |
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.
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 :)
38f0a59
to
e45894a
Compare
…oard Adding support for M5Stack StampS3 development board, featuring an ESP32 MCU Signed-off-by: Martin Kiepfer <[email protected]>
e45894a
to
413c77e
Compare
Thanks, @MrMarteng! 🥳 |
Adding support for StampS3 IoT Module from M5Stack.