mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-06 04:15:36 +00:00
The smp_shell_rx_byte has been renamed to smp_shell_rx_bytes and now accepts data buffer pointer and its size as parameters. Return value has been changed to size_t and represents number of bytes processed from the given buffer. The change has been done to more efficiently serve most common scenario when the function is called in loop to process buffer, byte by byte. Previously such operation required passing each byte separately, with the change the function will work directly on source buffer reducing number of calls and byte copy operations. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no> |
||
---|---|---|
.. | ||
buf.c | ||
CMakeLists.txt | ||
Kconfig | ||
serial_util.c | ||
smp_bt.c | ||
smp_shell.c | ||
smp_uart.c | ||
smp_udp.c | ||
smp.c |