zephyr/snippets/nordic-log-stm-dict
Krzysztof Chruściński c6f4e719b7 snippets: nordic-log-stm: Do no enforce UART Asynchronous API
UART asynchronous API will ensure highest throughput but it is not
necessary as polling API is also supported as a fallback. Do not
enforce use of asynchronous API as there might be cases when polling
might be used (e.g. to reduce memory footprint).

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2024-10-04 10:46:54 +01:00
..
boards snippets: nordic-log-stm: Do no enforce UART Asynchronous API 2024-10-04 10:46:54 +01:00
README.rst
log_stm_dict.conf
snippet.yml snippets: nordic-log-stm: Do no enforce UART Asynchronous API 2024-10-04 10:46:54 +01:00

README.rst

.. _nordic-log-stm-dict:

Nordic Dictionary-based STM logging snippet (nordic-log-stm-dict)
#################################################################

Overview
********

This snippet allows users to build Zephyr with the dictionary-based logging to
the Coresight STM stimulus ports. Data is collected in ETR buffer. Data from ETR
buffer is output on UART.