You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a new board definition that has ESP32S3 chip.
Experimenting requires frequent make clean distclean.
On each iteration chip/esp-hal-3rdparty is fetched from scratch.
This extremely slows down everything.
@tmedicci@rcsim is it possible to pre-fetch all esp dependencies into a predefined location and make build use it from there instead fetching each time? :-)
I could not find that in our docs. It this is possible and not yet in the docs I will update :-)
Description
make clean distclean.Verification