Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/services/debugging/coredump.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion doc/services/debugging/cs_trace_defmt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading