mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-09 06:46:36 +00:00
5 lines
126 B
Bash
5 lines
126 B
Bash
|
#!/bin/sh
|
||
|
nrfjprog --eraseall -f nrf51
|
||
|
nrfjprog --program outdir/nrf51_pca10028/zephyr.hex -f nrf51
|
||
|
nrfjprog --reset -f nrf51
|