Skip to content

firmware release gate for Zed

io.github.jmshinhwa/firmware-release-gate

Finds the build-config lines that ship an ESP-IDF or Zephyr device with secure boot off, a debug por

client:Zed transport:stdio runtime:npm

Install firmware release gate in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "firmware-release-gate": {
      "command": "npx",
      "args": [
        "-y",
        "@readystack/firmware-release-gate"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

firmware release gate in other clients