Build a sample for nordic nrf52805.
## clone project
git clone https://github.com/fugreat/nrf52805_ble_uart
## add submodue(sdk)
git submodule init
git submodule update
## compile:
make
## download
make erase
make flash_softdevice
make flash
Refence from nordic :
developing-for-the-nrf52805-with-nrf5-sdk