commit | 242331291d30d90e80947f0266cb123327b0a289 | [log] [tgz] |
---|---|---|
author | Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no> | Tue Oct 01 10:42:29 2024 +0200 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Fri Oct 04 10:46:54 2024 +0100 |
tree | ce8ba0b1f783489ffe0f1ff4b262ac58e0b92812 | |
parent | c6f4e719b78d90d2b27f4f20602db323e9268409 [diff] |
drivers: misc: coresight: nrf_etr: Imply UART asynchronous 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 <krzysztof.chruscinski@nordicsemi.no>