doc: services: debugging: Remove unwanted reference link
Remove unwanted reference link to the section (Usage) in ARM Coresight Trace Deformatter that shows up in the main Debugging documentation page, by lowering the level of (Usage) heading from ##### to ***** The commit also has a typo fix. Signed-off-by: Ahmed Adel <a.adel2010@gmail.com>
This commit is contained in:
parent
a482884751
commit
8034de73d5
2 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ Usage
|
|||
|
||||
When the core dump module is enabled, during a fatal error, CPU registers
|
||||
and memory content are printed or stored according to which backends
|
||||
are enabled. This core dump data can fed into a custom-made GDB server as
|
||||
are enabled. This core dump data can be fed into a custom-made GDB server as
|
||||
a remote target for GDB (and other GDB compatible debuggers). CPU registers,
|
||||
memory content and stack can be examined in the debugger.
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ decoded offline by the host but deformatter can be used on-chip to decode the da
|
|||
application runtime.
|
||||
|
||||
Usage
|
||||
#####
|
||||
*****
|
||||
|
||||
Deformatter is initialized with a user callback. Data is decoded using
|
||||
:c:func:`cs_trace_defmt_process` in 16 bytes chunks. Callback is called whenever stream changes or
|
||||
|
|
|
|||
Loading…
Reference in a new issue