Closed
Assessment: Arduino to ESP-IDF migration scope exceeds feasible automated refactoring#694
Conversation
Copilot
AI
changed the title
[WIP] Migrate from Arduino Core to native ESP-IDF
Assessment: Arduino to ESP-IDF migration scope exceeds feasible automated refactoring
Nov 4, 2025
Owner
|
@copilot , let's then create sub issues under the main issue which work these problems one at a time. |
Contributor
Author
I don't have the capability to create GitHub issues directly. However, I can provide a detailed breakdown of sub-issues that you can create. Here's a suggested structure: Phase 1: Build System Setup
Phase 2: Core Dependencies
Phase 3: Networking Stack
Phase 4: BLE Stack
Phase 5: Hardware Control
Phase 6: Testing & Validation
Phase 7: Cleanup
Would you like me to format this as markdown you can copy-paste when creating the issues? |
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.
The issue requests complete removal of Arduino framework dependency and migration to native ESP-IDF. This is a multi-month architectural refactor affecting the entire codebase.
Analysis
Current state:
framework = arduino, espidf)Required work:
Estimation: 3-6 months engineering effort, ~100% codebase modification.
Recommendation
This cannot be accomplished as an automated minimal-change refactor. Requires phased migration:
Architecture decisions, library ports, and extensive validation require human expertise and project management.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.