C++ Components for ESP-IDF / Components for the Minimal Working Environment#669
Open
elrebo-de wants to merge 4 commits intoespressif:mainfrom
Open
C++ Components for ESP-IDF / Components for the Minimal Working Environment#669elrebo-de wants to merge 4 commits intoespressif:mainfrom
elrebo-de wants to merge 4 commits intoespressif:mainfrom
Conversation
pedrominatel
reviewed
Mar 6, 2026
Member
pedrominatel
left a comment
There was a problem hiding this comment.
Thank you very much, @elrebo-de, for your contribution! Interesting article.
Please take a look at our CI and fix the underscore in the file name.
content/blog/2026/03/cpp-components-for-esp-idf/featured-cpp-components.webp
Show resolved
Hide resolved
…in CMakeLists.txt of the program using a component.
|
🎉 A preview for this PR is available at: https://preview-developer.espressif.com/pr669/ |
Collaborator
|
@elrebo-de Thank you very much for your contribution! I will try to finish my review this week. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Description
For beginners it is not easy to establish a minimal working environment for the ESP32 SoCs with e.g. Wifi, buttons, LEDs and waking up from Deep Sleep. Unfortunately such a minimal environment is necessary to get things done. This article describes some components which help to set up this environment. By using C++ the complexity is hidden inside the component classes.
Publish date
Expected publish date:
2026-03-30Review process
@f-hollow, @FBEZ: would yo please review my first article?
@f-hollow,@FBEZ, and/or@pedrominatel)Checks
content/blog/YYYY/MM/my-new-article(articles only)My new_article)date: 20YY-MM-DDaliases:with a new URL slug is addedlastmode: 20YY-MM-DDstable, hard no forlatest)main🔗 Related
🧪 Testing (Hugo)
I have run
hugo serverlocally and verified there are no build errors.I have checked the rendered output on Desktop view.