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
Describe the bug
using launch in run mode right after doing build triggers another full of the system
ESP-IDF 5.3.1
i'm not sure if this is because i'm using an sdkconfig.h in build directory (as this is a derived file) or something else.
but this is extremely annoying
additionally when double clicking on the defaults file it launches the sdk configuration editor which is nice, but making any changes suddenly pollutes the defaults file with ALL the values in the sdk config, so i'm not sure how am i to use it.
editing directly the defaults file doesn't trigger a re-build, which means it won't take into account the new changes.
also trying to do tweak the defaults file becomes very cumbersome, say for example i have several task priorities and several buffers size i need to change to experiments with optimizations, changing them in the defaults file means i have to do a rebuild (TWICE, because once for build and once for run in launch mode)
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Launch in run mode does a redundant re-building even after build was triggered before that .
Launch in run mode does a redundant re-building even after build was triggered before that . (IEP-1374)
Dec 4, 2024
Describe the bug
using launch in run mode right after doing build triggers another full of the system
ESP-IDF 5.3.1
i'm not sure if this is because i'm using an sdkconfig.h in build directory (as this is a derived file) or something else.
but this is extremely annoying
additionally when double clicking on the defaults file it launches the sdk configuration editor which is nice, but making any changes suddenly pollutes the defaults file with ALL the values in the sdk config, so i'm not sure how am i to use it.
editing directly the defaults file doesn't trigger a re-build, which means it won't take into account the new changes.
also trying to do tweak the defaults file becomes very cumbersome, say for example i have several task priorities and several buffers size i need to change to experiments with optimizations, changing them in the defaults file means i have to do a rebuild (TWICE, because once for build and once for run in launch mode)
The text was updated successfully, but these errors were encountered: