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.