Skip to content

Commit

Permalink
[nrf fromtree] drivers: misc: coresight: nrf_etr: Imply UART asynchro…
Browse files Browse the repository at this point in the history
…nous API

Asynchronous API is recommended to be used by ETR buffer handler but
polling is also supported. Imply UART_ASYNC_API so that it is possible
to disable it in project config and fall back to polling if needed. For
example to reduce memory footprint.

Signed-off-by: Krzysztof Chruściński <[email protected]>

Signed-off-by: Sebastian Głąb <[email protected]>
(cherry picked from commit 2423312)
  • Loading branch information
nordic-segl authored and nordicjm committed Oct 14, 2024
1 parent c16b36e commit 187d590
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/misc/coresight/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ config NRF_ETR
bool "Coresight ETR handler (with Nordic TBM)"
depends on $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_TBM))
select NRFX_TBM
imply UART_ASYNC_API
default y
help
Module handles data stored in the ETR circular buffer (e.g. STM logging
Expand Down

0 comments on commit 187d590

Please sign in to comment.