Sign inSign up

spaceape99/raspberry-pico-sdk

By spaceape99

•Updated about 2 years ago

Debian based devcontainer for Raspberry Pico.

Image
0

119

spaceape99/raspberry-pico-sdk repository overview

⁠Latest image provides:

  • raspberry-pico-sdk (of course) v1.5.0;
  • arm-none-eabi toolchain v8.3.1;
  • openocd, arm-none-eabi-gdb (aliased from gdb-multiarch);
  • picoprobe
  • cmake 3.18.4

⁠Sample 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"]
}

Tag summary

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