Skip to content

Commit

Permalink
[nrf fromtree] snippets: nordic-log-stm: Do no enforce UART Asynchron…
Browse files Browse the repository at this point in the history
…ous 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 <[email protected]>

Signed-off-by: Sebastian Głąb <[email protected]>
(cherry picked from commit c6f4e71)
  • Loading branch information
nordic-segl authored and nordicjm committed Oct 14, 2024
1 parent f95f5c6 commit c16b36e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion snippets/nordic-log-stm-dict/boards/nrf54h20_cpuapp.conf

This file was deleted.

1 change: 0 additions & 1 deletion snippets/nordic-log-stm-dict/snippet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ boards:
/.*/nrf54h20/cpuapp/:
append:
EXTRA_DTC_OVERLAY_FILE: boards/nrf54h20_cpuapp.overlay
EXTRA_CONF_FILE: boards/nrf54h20_cpuapp.conf
/.*/nrf54h20/cpurad/:
append:
EXTRA_DTC_OVERLAY_FILE: boards/nrf54h20_cpurad.overlay
1 change: 0 additions & 1 deletion snippets/nordic-log-stm/boards/nrf54h20_cpuapp.conf

This file was deleted.

1 change: 0 additions & 1 deletion snippets/nordic-log-stm/snippet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ boards:
/.*/nrf54h20/cpuapp/:
append:
EXTRA_DTC_OVERLAY_FILE: boards/nrf54h20_cpuapp.overlay
EXTRA_CONF_FILE: boards/nrf54h20_cpuapp.conf
/.*/nrf54h20/cpurad/:
append:
EXTRA_DTC_OVERLAY_FILE: boards/nrf54h20_cpurad.overlay

0 comments on commit c16b36e

Please sign in to comment.