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
The cbuild setup command is the central command of IDEs to the CMSIS-Toolbox backend tools. Any delay of the completion of the command is likely to reduce the responsiveness of the IDE waiting for the outcome captured in *.cbuild-idx.yml
Reasons for potential slow down:
installing many potentially large packs
processing a solution with many target- and build-types
processing projects with many components and files
cmake generating compile-commands.json files takes long
a) create multiple tests with different profiles for all hosts
b) capture duration of execution and record the trend in a spreadsheet
The text was updated successfully, but these errors were encountered:
The
cbuild setup
command is the central command of IDEs to the CMSIS-Toolbox backend tools. Any delay of the completion of the command is likely to reduce the responsiveness of the IDE waiting for the outcome captured in*.cbuild-idx.yml
Reasons for potential slow down:
a) create multiple tests with different profiles for all hosts
b) capture duration of execution and record the trend in a spreadsheet
The text was updated successfully, but these errors were encountered: