To build and run:
- Make a new folder with a suitable name.
- Access the folder and clone the repository.
- Execute
west init -l
andwest update
. The project dependencies will build outside thenrf_publisher
repository. - Execute
west build -b <board_name>
- Execute
west flash
to flash the firmware to the board.