-
Notifications
You must be signed in to change notification settings - Fork 7.6k
core is too fat #11337
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
Comments
@me-no-dev PTAL. |
The CI is separated enough now that separate (assets and) packages could be put together for each variant. |
I know that Tools\esp32-arduino-libs\idf-release_v5.4-2f7dcd86-v1\ has separated enough now. |
My comment was directed at the devs that the pieces are in place to make single-variant packages. Each toolchain would not get any smaller, you would only download the ones you need. |
While we have all things separated enough, the Arduino.cc part is not ready to provide proper child cores support. All chip cores must use the main core in order for libraries to properly detect the architecture. That means that the |
Related area
core library
Hardware specification
esp32-s3
Is your feature request related to a problem?
The esp32 core library is too fat.
It install esp32 esp32-C* esp32-S* and esp32-P* on my computer.
However, I don't need esp32-C* and esp32-P*.
Can I only install the core library for esp32-s3 or esp32?
Describe the solution you'd like
The esp32 core falling into esp32 core, esp32-c* core and esp32-s* core.
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
The text was updated successfully, but these errors were encountered: