We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 936dfc5 commit 3260327Copy full SHA for 3260327
1 file changed
.devcontainer/devcontainer.json
@@ -4,9 +4,10 @@
4
"dockerfile": "Dockerfile"
5
},
6
7
- // USB access for STeaMi board (DAPLink / mpremote / OpenOCD)
+ // USB access for STeaMi board (DAPLink / mpremote / OpenOCD).
8
+ // Privileged mode is required for firmware flashing and board communication.
9
+ // This is incompatible with GitHub Codespaces but essential for local use.
10
"privileged": true,
- "mounts": ["type=bind,source=/dev/bus/usb,target=/dev/bus/usb"],
11
"runArgs": ["--device=/dev/bus/usb"],
12
13
"features": {
0 commit comments