docs: clarified esp32 timer clk source, updated the flash encryption table and esptrace doc

This commit is contained in:
Wang Fang
2021-05-11 17:49:31 +08:00
committed by bot
parent 201018da43
commit 71141a326d
5 changed files with 33 additions and 60 deletions

View File

@@ -393,7 +393,7 @@ Command usage examples:
esp sysview start file://pro-cpu.SVDat file://app-cpu.SVDat
The tracing data will be retrieved and saved in non-blocking mode. To stop data this process enter ``esp apptrace stop`` command on OpenOCD telnet prompt, optionally pressing Ctrl+C in OpenOCD window.
The tracing data will be retrieved and saved in non-blocking mode. To stop data this process enter ``esp sysview stop`` command on OpenOCD telnet prompt, optionally pressing Ctrl+C in OpenOCD window.
2. Retrieve tracing data and save them indefinitely.