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
However, retrieved chip ID is different than name of svd files in pico-sdk/sdk/2.0.0/src/rpXXXX/hardware_regs/RPXXXX.svd
Those svd files names are using Uppercase, retrieved chip id is Lowercase. This causes problem on Linux (Ubuntu 22.04 in my case) and regiters cannot be viewed in Debug View XPERIPHERALS:
Changing manually name to RPXXXX.svd fixes the problem. I think those files should be changed in SDK to Lowercase to be consistent.
The text was updated successfully, but these errors were encountered:
I don't think we can rename them in the SDK, for backwards compatibility reasons. I've added a getChipUppercase command and fixed the generated launch.json file instead
Generated launch.json fle contains this lines:
However, retrieved chip ID is different than name of svd files in pico-sdk/sdk/2.0.0/src/rpXXXX/hardware_regs/RPXXXX.svd
Those svd files names are using Uppercase, retrieved chip id is Lowercase. This causes problem on Linux (Ubuntu 22.04 in my case) and regiters cannot be viewed in Debug View XPERIPHERALS:
Changing manually name to RPXXXX.svd fixes the problem. I think those files should be changed in SDK to Lowercase to be consistent.
The text was updated successfully, but these errors were encountered: