-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Add better esptool support (ArduinoIDE 2.0.0) #6506
Conversation
Bootloader/Erase support only for ESP32-S3 Dev Board for now
looks like I need to update the definitions for all boards, because they will not flash without |
might be time to finally convert the boards.txt to a template generated file. |
it's on the list with gazillion tasks to do :D the new IDE is weird (or maybe it's the cli that is weird) |
Yeah, it's a complete rework and I think it is based on Eclipse now? Sadly they didn't migrate away from the rather fragile text file based configuration to something a bit more robust. But that migration would have broken all existing boards/platforms/etc. |
it's based on Theia/Electron and written in PostScript. I dug a bit deeper into it, there are things broken and undocumented. They could have used the same text based system, but turn it into something like Make or CMake. Their build system is the same and is still slow. |
Fixes some compatibility issues with Arduino IDE 2.0.0