bazelembedded/bazel-embedded

README doesn't mention openocd WORKSPACE requirements

Closed this issue · 1 comments

I had trouble getting openocd targets working initially until I dug deeper and realized I need to add this to the WORKSPACE

load("@bazel_embedded//tools/openocd:openocd_repository.bzl", "openocd_deps")

openocd_deps()

The README should mention it.

Hi bsirang. Thanks for rasing this. I've updated the readme as requested.