Debian based devcontainer for Raspberry Pico.
119
devcontainer.json for vscode:// please make sure you plug the device before launching the devcontainer (or otherwise reload when you do) - USB passthrough seems to have some slight issues
{
"name": "switcher",
"image": "spaceape99/raspberry-pico-sdk:0.0.1",
"customizations": {
"vscode": {
"settings": {},
"extensions": [
"ms-azuretools.vscode-docker",
"ms-vscode.cpptools",
"ms-vscode.cmake-tools",
"mcu-debug.debug-tracker-vscode", "marus25.cortex-debug",
"vscode.cpptools-extension-pack"
]
}
},
"workspaceMount": "source=${localWorkspaceFolder},target=${localWorkspaceFolder},type=bind",
"workspaceFolder": "${localWorkspaceFolder}",
// "mounts": [
// "type=bind,source=/dev/bus/usb,target/dev/bus/usb"
// ],
"runArgs": ["--privileged"]
}
Content type
Image
Digest
sha256:3ed089359…
Size
1.9 GB
Last updated
about 2 years ago
docker pull spaceape99/raspberry-pico-sdk:12.0.1