We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5496683 commit 4771390Copy full SHA for 4771390
NXP/MIMXRT1060-EVK/.vs/launch.vs.json
@@ -31,6 +31,10 @@
31
{
32
"text": "-interpreter-exec console \"monitor reset halt\"",
33
"ignoreFailures": false
34
+ },
35
+ {
36
+ "text": "-interpreter-exec console \"set mem inaccessible-by-default off\"",
37
+ "ignoreFailures": true
38
}
39
],
40
"svdPath": "${workspaceRoot}/MIMXRT1062.svd"
NXP/MIMXRT1060-EVK/.vscode/launch.json
@@ -48,7 +48,14 @@
48
// "limit": 8
49
// },
50
"preLaunchTask": "Flash",
51
- "svdPath": "${workspaceFolder}/MIMXRT1062.svd"
+ "svdPath": "${workspaceFolder}/MIMXRT1062.svd",
52
+ "setupCommands": [
53
54
+ "description": "Allow reading of peripheral registers",
55
+ "text": "set mem inaccessible-by-default off",
56
57
+ }
58
+ ]
59
60
61
"inputs": [
0 commit comments