C++ Components for ESP-IDF / Components for the Minimal Working Environment (replacement for #669) - #692
Merged
pedrominatel merged 16 commits intoApr 8, 2026
Conversation
Contributor
Author
|
@f-hollow , @FBEZ : This is my follow-up pull request for #669 I have rearranged my GitHub contents, removed the second private account (which caused my accounts to get flagged), created an organization "elrebo-de" and renamed my personal account to "christoph-oberle". I have shifted the publication date from 30.03.2026 to 13.04.2026. Regards |
f-hollow
reviewed
Apr 1, 2026
f-hollow
left a comment
Collaborator
There was a problem hiding this comment.
Thank you for writing this article! Here is my editorial review. Just a few nitpicks to improve readability.
Otherwise, LGTM!
missing comma added Co-authored-by: ESP-Kirill <f-hollow@yandex.ru>
Co-authored-by: ESP-Kirill <f-hollow@yandex.ru>
Co-authored-by: ESP-Kirill <f-hollow@yandex.ru>
Co-authored-by: ESP-Kirill <f-hollow@yandex.ru>
Co-authored-by: ESP-Kirill <f-hollow@yandex.ru>
Co-authored-by: ESP-Kirill <f-hollow@yandex.ru>
Co-authored-by: ESP-Kirill <f-hollow@yandex.ru>
Co-authored-by: ESP-Kirill <f-hollow@yandex.ru>
Co-authored-by: ESP-Kirill <f-hollow@yandex.ru>
Co-authored-by: ESP-Kirill <f-hollow@yandex.ru>
Co-authored-by: ESP-Kirill <f-hollow@yandex.ru>
Co-authored-by: ESP-Kirill <f-hollow@yandex.ru>
Co-authored-by: ESP-Kirill <f-hollow@yandex.ru>
f-hollow
approved these changes
Apr 2, 2026
f-hollow
left a comment
Collaborator
There was a problem hiding this comment.
@christoph-oberle Thank you very much for implementing the feedback.
LGTM!
Co-authored-by: ESP-Kirill <f-hollow@yandex.ru>
pedrominatel
approved these changes
Apr 8, 2026
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-04-13Review process
@f-hollow,@FBEZ, and/or@pedrominatel)Checks
content/blog/2026/04/cpp-components-for-esp-idf(articles only)My new_article)date: 20YY-MM-DDaliases:with a new URL slug is addedlastmode: 20YY-MM-DDstable, hard no forlatest)main🔗 Related
This is a follow-up pull request for pull request #669
I had to close the original pull request because I have deleted the forked repository.
Now after cleaning my GitHub contents I have created a new pull request with the exact same contents as before
🧪 Testing (Hugo)
hugo serverlocally and verified there are no build errors.