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 alternatives you've considered
CMake would have to edit the launch.json and not only the setting.json.
(launch.json using cacheVariables directly would NOT fix, as seems ${} must be in quotes to work)
The text was updated successfully, but these errors were encountered:
target_core_clock is defined in .vscode/settings.json. Im using other variables set there, for example "svdFile": "${config:TARGET_SVD}", and that is fine
I need to support different chip with clock speed.
The setup is:
Unfortunately, while this work for stuff like the swoPort, on the cpuFrequency field i get error "Expected "number"."
Describe the solution you'd like
Allow cpuFrequency and swoFrequency (but really any numeric field) to be a string.
Something similar was implemented here: https://github.com/microsoft/vscode-js-debug/pull/1880/files
Describe alternatives you've considered
CMake would have to edit the launch.json and not only the setting.json.
(launch.json using cacheVariables directly would NOT fix, as seems ${} must be in quotes to work)
The text was updated successfully, but these errors were encountered: