Closed bsirang closed 3 years ago
I had trouble getting openocd targets working initially until I dug deeper and realized I need to add this to the WORKSPACE
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.
I had trouble getting openocd targets working initially until I dug deeper and realized I need to add this to the
WORKSPACE
The README should mention it.