tree: 16f410595bb853a1668f1fb21f4f4faeea476a32
  1. BUILD.bazel
  2. hello_dts.cc
  3. prj.conf
  4. README.md
examples/nrf52/README.md

Nordic nrf52833dk example

How to build?

examples $ bazelisk build //nrf52 --platforms=//nrf52:nrf52833dk

If you need debug symbols, you can add --strip=never to the build command.