Browse Source
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>pull/79433/head
4 changed files with 0 additions and 4 deletions
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
CONFIG_UART_ASYNC_API=y |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
CONFIG_UART_ASYNC_API=y |
Loading…
Reference in new issue