-
Notifications
You must be signed in to change notification settings - Fork 28
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
How to use PSRAM with ESP32 on Zephyr #351
Conversation
a489420
to
e78d1cc
Compare
e78d1cc
to
4663bfc
Compare
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.
Thank you so much, @wmrsouza for your contribution!
PTAL at my comments.
a308b10
to
4ab3d4f
Compare
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.
@wmrsouza Thank you for contributing this article!
It is written very well. All my edits are mostly spelling fixes or requests to comply with our formatting conventions.
Please start by reviewing my PR to your branch zephyr_how_to_use_psram
with some spelling and grammar fixes. It should save your time implementing my review comments.
8692770
to
528380f
Compare
@wmrsouza please rebase to enjoy the article preview link created by the bot. |
d35a9ed
to
d790bb1
Compare
d790bb1
to
01a77dd
Compare
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.
nice and informative, LGTM
ae8546c
to
babf81a
Compare
765ad25
to
f76de02
Compare
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.
Some final nitpicks and suggestions. Otherwise, LGTM!
|
||
There are limits regarding the maximum PSRAM capacity that each ESP32 SoC series can manage. As an example, ESP32-S3 can manage PSRAMs up to 32 MB. | ||
|
||
Espressif currently offers some PSRAM models: |
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.
offers
means that they are available for purchase? If yes, is it worth providing a link?
8f38939
to
448aa9c
Compare
448aa9c
to
c590e59
Compare
This article aims to show how to enable, configure and use external PSRAM memory on Zephyr applications running on ESP32 SoCs Signed-off-by: Marcio Ribeiro <[email protected]>
c590e59
to
c4ebf27
Compare
This article aims to show how to enable, configure and use external PSRAM memory on Zephyr applications running on ESP32 SoCs