update build commands
Some checks failed
Build / Build (push) Failing after 3m2s
Build / build (ubuntu-22.04) (push) Failing after 33s
Documentation / build (push) Failing after -1m5s

This commit is contained in:
2025-05-31 00:14:12 -06:00
parent 6ff85cb2cc
commit 494d04f1f2

View File

@ -41,8 +41,10 @@ nrfutil install device
## Building
```bash
west build -p -b nrf52dk/nrf52832 zephyr/samples/basic/blinky
west build -p auto -b nrf52dk/nrf52832 firmware/blinky
west build -p auto -b nrf52dk/nrf52832 firmware/app
west flash
```
# Zephyr Example Application