1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #2073 from aep/master

nrf51: halt works better
This commit is contained in:
Christian Mehlis 2014-11-25 20:23:37 +01:00
commit c7e949c277

View File

@ -19,8 +19,8 @@ echo "##"
openocd -f "${BIN_FOLDER}/openocd.cfg" \
-c "init" \
-c "targets" \
-c "halt" \
-c "flash banks" \
-c "reset halt" \
-c "flash write_image erase $1 0" \
-c "verify_image $1" \
-c "reset run"\