-
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
Way of opting out of downloading ESP32S2 tools for the install scripts (IDFGH-3092) #5113
Comments
This is actually pretty easy to implement for the installation part, and partially done (at least in the underlying idf_tools.py). However the The good news is that in the next toolchain release the targets are going to get merged. Same is going to happen for the ULP binutils. So the "full" installation size is going to be somewhat reduced. |
@igrr any news on this feature?
This is not right.
Of the |
Allow user to select specific ESP_TARGET while setting up ESD_IDF. Only necessary tools for given target will be downloaded and installed. Closes #5113
Allow user to select specific ESP_TARGET while setting up ESD_IDF. Only necessary tools for given target will be downloaded and installed. Closes #5113
Title. ~750MiB of disk space is highly valuable to me, especially when they will not be used at all.
The default can install whatever you want, like it does now, no change there. But an binary parameter like
--no-esp32s2
or a list of targets like
--enable-targets=esp32,esp32s2,...
like GCC's would be ideal.
The text was updated successfully, but these errors were encountered: