Skip to content

Commit c6f4e71

Browse files
nordic-krchfabiobaltieri
authored andcommitted
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 <[email protected]>
1 parent 3904c3b commit c6f4e71

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

snippets/nordic-log-stm-dict/boards/nrf54h20_cpuapp.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

snippets/nordic-log-stm-dict/snippet.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ boards:
55
/.*/nrf54h20/cpuapp/:
66
append:
77
EXTRA_DTC_OVERLAY_FILE: boards/nrf54h20_cpuapp.overlay
8-
EXTRA_CONF_FILE: boards/nrf54h20_cpuapp.conf
98
/.*/nrf54h20/cpurad/:
109
append:
1110
EXTRA_DTC_OVERLAY_FILE: boards/nrf54h20_cpurad.overlay

snippets/nordic-log-stm/boards/nrf54h20_cpuapp.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

snippets/nordic-log-stm/snippet.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ boards:
55
/.*/nrf54h20/cpuapp/:
66
append:
77
EXTRA_DTC_OVERLAY_FILE: boards/nrf54h20_cpuapp.overlay
8-
EXTRA_CONF_FILE: boards/nrf54h20_cpuapp.conf
98
/.*/nrf54h20/cpurad/:
109
append:
1110
EXTRA_DTC_OVERLAY_FILE: boards/nrf54h20_cpurad.overlay

0 commit comments

Comments
 (0)