Skip to content

Commit 3260327

Browse files
committed
tooling: Fix Copilot review comments on devcontainer.
1 parent 936dfc5 commit 3260327

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
"dockerfile": "Dockerfile"
55
},
66

7-
// USB access for STeaMi board (DAPLink / mpremote / OpenOCD)
7+
// 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.
810
"privileged": true,
9-
"mounts": ["type=bind,source=/dev/bus/usb,target=/dev/bus/usb"],
1011
"runArgs": ["--device=/dev/bus/usb"],
1112

1213
"features": {

0 commit comments

Comments
 (0)