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>
This commit is contained in:
parent
3904c3b2fe
commit
c6f4e719b7
4 changed files with 0 additions and 4 deletions
|
@ -1 +0,0 @@
|
|||
CONFIG_UART_ASYNC_API=y
|
|
@ -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 +0,0 @@
|
|||
CONFIG_UART_ASYNC_API=y
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue