JTAG debugging script work now. - release

under the build directory, a number of new files will be written with
prefixes like flash_dbg_* and dbg_*. These can be used to debug using
jtag.  the flash_dbg* files will flash the binaries to the dbg target
and, if necessary, set the offset for debugging (e.g. when running
squeezelite, the debugger needs to know that it's running in an offset
that's not the same as recovery). These files can be used in a command
like : xtensa-esp32-elf-gdb.exe --command=build/flash_dbg_squeezelite
This commit is contained in:
Sebastien
2020-03-15 10:46:40 -04:00
parent b0b489704e
commit 3870b86a31
8 changed files with 46 additions and 52 deletions

View File

@@ -3,7 +3,7 @@
#include <ctype.h>
#include <stdlib.h>
#include "platform_bt_core.h"
#include "bt_app_core.h"
#include "esp_log.h"
#include "esp_bt.h"
#include "esp_bt_device.h"