Skip to content

Commit 8034de7

Browse files
afesheirmmahadevan108
authored andcommitted
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 <[email protected]>
1 parent a482884 commit 8034de7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/services/debugging/coredump.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Usage
4545

4646
When the core dump module is enabled, during a fatal error, CPU registers
4747
and memory content are printed or stored according to which backends
48-
are enabled. This core dump data can fed into a custom-made GDB server as
48+
are enabled. This core dump data can be fed into a custom-made GDB server as
4949
a remote target for GDB (and other GDB compatible debuggers). CPU registers,
5050
memory content and stack can be examined in the debugger.
5151

doc/services/debugging/cs_trace_defmt.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ decoded offline by the host but deformatter can be used on-chip to decode the da
1111
application runtime.
1212

1313
Usage
14-
#####
14+
*****
1515

1616
Deformatter is initialized with a user callback. Data is decoded using
1717
:c:func:`cs_trace_defmt_process` in 16 bytes chunks. Callback is called whenever stream changes or

0 commit comments

Comments
 (0)