esp_algorithm_stub is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
Entry addr.
struct working_area *
Working area for code segment.
struct working_area *
Working area for data segment.
struct working_area *
Working area for trampoline.
struct working_area *
Working area for padding between code and data area.
Address of the target buffer for stub trampoline. If zero tramp->address will be used.
Tramp code area will be filled from dbus. We need to map it to the ibus to be able to initialize PC register to start algorithm execution from.
struct working_area *
Working area for stack.
Address of the target buffer for stack. If zero tramp->address will be used.
Address of the log buffer.
uint32_t
Size of the log buffer.
void *
Algorithm's arch-specific info.

References

from examples