forked from auracaster/openocd
target/espressif: add application tracing functionality over JTAG
This feature allows to transfer arbitrary data between host and ESP32 via JTAG. The main use cases: 1- Collecting application specific data 2- Lightweight logging to the host 3- System behaviour analysis with SEGGER SystemView 4- Source code coverage Signed-off-by: Erhan Kurubas <erhan.kurubas@espressif.com> Change-Id: I95dee00ac22891fa326915a3fcac3c088cbb2afc Reviewed-on: https://review.openocd.org/c/openocd/+/7163 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
committed by
Antonio Borneo
parent
0384fe5d59
commit
8d1dcf293a
@@ -364,6 +364,11 @@ static const struct command_registration esp32s3_command_handlers[] = {
|
||||
.usage = "",
|
||||
.chain = esp_xtensa_smp_command_handlers,
|
||||
},
|
||||
{
|
||||
.name = "esp",
|
||||
.usage = "",
|
||||
.chain = esp32_apptrace_command_handlers,
|
||||
},
|
||||
{
|
||||
.name = "esp32",
|
||||
.usage = "",
|
||||
|
||||
Reference in New Issue
Block a user