bazelembedded / bazel-embedded

Tools for embedded/bare-metal development using bazel
https://www.nb.rough.run/tags/bazel/
MIT License
103 stars 31 forks source link

README doesn't mention openocd WORKSPACE requirements #33

Closed bsirang closed 3 years ago

bsirang commented 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

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

openocd_deps()

The README should mention it.

nathaniel-brough commented 3 years ago

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