1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 05:53:49 +01:00

tools/openocd: Fix Flash probing for nucleo-f747zi

This commit is contained in:
Karl Fessel 2020-02-24 15:51:41 +01:00
parent 979b4d5cf7
commit f00f1254ec

View File

@ -217,6 +217,8 @@ _flash_list_raw() {
-f '${OPENOCD_CONFIG}' \
${OPENOCD_EXTRA_RESET_INIT} \
-c 'init' \
-c 'targets' \
-c 'reset halt' \
-c 'flash probe 0' \
-c 'flash list' \
-c 'shutdown'" 2>&1 && return