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