25737- [Coverity CID :210585] Unchecked return value in samples/net/sockets/socketpair/src/socketpair_example.c 25736- [Coverity CID :210583] Unchecked return value from library in samples/net/sockets/socketpair/src/socketpair_example.c 25731- [Coverity CID :210568] Argument cannot be negative in ...
@@ -406,7 +411,7 @@ ZTEST_USER(uart_async_chain_read, test_chained_read) "Unexpected amount of data received %d exp:%d", rx_data_idx, sizeof(tx_buf)); zassert_equal(memcmp(tx_buf, chained_cpy_buf, sizeof(tx_buf)), 0, ...
# Modem trace uart backend CONFIG_NRF_MODEM_LIB_TRACE_BACKEND_UART=y CONFIG_NRF_MODEM_LIB_TRACE_BACKEND_UART_ZEPHYR=y # UART configuration CONFIG_SERIAL=y CONFIG_UART_ASYNC_API=y 7 changes: 5 additions & 2 deletions 7 applications/asset_tracker_v2/sample.yaml Show comments View file Edit...
**Describe the bug** async_api.lpuart test is Failed on v3.4.0-rc2 on mimxrt1170_evk_cm7 testcase path is drivers/uart/async_api/lpuart/long_buffers see logs for details **To Reproduce** 1. ``` scripts/twister --device-testing --device-s...
If you don't own a USB-to-UART adapter, compile the sketch in Debug mode; this will force the shell to wait until you open the Serial Monitor. Then, run sketch command and probably you'll be able to read the error (if generated by llext). For OS crashes, the USB-to-UART ...
Embassy start is a GitHub repo template for setting up async embedded Rust projects that use Embassy. This particular template targets nRF hardware and networking using the Uarte for the purposes of illustration only. svd-generator CLI tool to parse flattened device tree files, and create a SVD...
:github:`4217` - samples:net:sockets:echo_async : unexpected communication blocks between client and server after few packets transmission :github:`4309` - xtensa: GDB: Unable to debug :github:`4533` - IPv6/DAD: Things should be synchronized around net if up status and ipv6 addr add :git...
tests: uart_async_api: skip test cases if LPUART is present without DMA Apr 22, 2022 .checkpatch.conf checkpatch: Ignore IS_ENABLED_CONFIG warnings Oct 18, 2021 .clang-format clang-format: Change lines length limit from 80 to 100 May 6, 2021 .codecov.yml ci: add .codecov.yml for codec...
driver to receive more than one byte at a time for transmission (which is what the Zephyr blocking UART interface does), you must useCONFIG_NET_PPP_ASYNC_UARTand, when you do that, you need to buffer the TX packets you are given as they may be over-written before you returnUART_TX_...
serial: uart_async_rx: Avoid possible division by zero … cf8ef7a ceolin added the bug label Jul 15, 2024 zephyrbot added area: UART size: XS labels Jul 15, 2024 zephyrbot requested a review from dcpleung July 15, 2024 19:56 zephyrbot assigned dcpleung Jul 15, 2024 ...