feat: add ESP-IDF framework support#27
Open
ShaTie wants to merge 5 commits into
Open
Conversation
Add Platform.h abstraction layer enabling ESP-IDF alongside Arduino: - millis(), random(), Stream, IPAddress implementations for ESP-IDF - ESP-IDF WiFi functions using esp_wifi.h and esp_netif.h - PROGMEM/pgm_read_byte fallback macros for ESP-IDF - Conditional __FlashStringHelper in Log.h Enables use with ESPHome's ESP-IDF backend for MQTT TLS support. Tested on ESP32-C3.
16 tasks
|
Also tested it successfully on ESP32-C6. |
|
@dudanov thoughts on getting this merged? Thanks! |
Owner
… for chips without WiFi
swoboda1337
reviewed
Mar 12, 2026
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
Author
|
@swoboda1337 @dudanov What else do I need to do to get the pr merged? |
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.
Add Platform.h abstraction layer enabling ESP-IDF framework alongside Arduino:
millis(),random(),Stream,IPAddressimplementations for ESP-IDFesp_wifi.handesp_netif.hPROGMEM/pgm_read_bytefallback macros for ESP-IDF__FlashStringHelperin Log.hTested on ESP32-C3.