docs: Updates OpenOCD command names

This commit is contained in:
Alexey Gerenkov
2020-03-16 19:06:47 +03:00
parent 63cd2b0613
commit 7ee7a6d7bb
6 changed files with 14 additions and 18 deletions
+2 -2
View File
@@ -5,9 +5,9 @@ flushregs
b app_main
commands
mon esp32 sysview start file:///tmp/sysview_example.svdat
mon esp sysview start file:///tmp/sysview_example.svdat
# For dual-core mode uncomment the line below and comment the line above
# mon esp32 sysview start file:///tmp/sysview_example0.svdat file:///tmp/sysview_example1.svdat
# mon esp sysview start file:///tmp/sysview_example0.svdat file:///tmp/sysview_example1.svdat
c
end