tree: 8b43385d9043a3fcf7ba7cb175a0be7963d97844
  1. BUILD.bazel
  2. prj.conf
  3. README.md
examples/nrf52_newlib/README.md

Nordic nrf52833dk example with newlib

This example exercises ARM builds using newlib.

How to build?

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

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