mirrexagon / nixpkgs-esp-dev

Nix flake and overlay for ESP8266 and ESP32 development.
Creative Commons Zero v1.0 Universal
115 stars 52 forks source link

Fix openocd scripts path #50

Closed BastienGermond closed 1 month ago

BastienGermond commented 2 months ago

In tools.json, openocd export_vars is set to ${TOOL_PATH}/openocd-esp32/share/openocd/scripts and ${TOOL_PATH} correspond to our $out.

Making this symlink allows openocd to find the scripts that are needed.

mirrexagon commented 1 month ago

Thanks!