tree: f82ca67609bdc26c964a855c708e790020e9783d
  1. BUILD.bazel
  2. prj.conf
  3. README.md
examples/nrf52_picolibc/README.md

Nordic nrf52833dk example with picolibc

This example exercises ARM builds using picolibc.

How to build?

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

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