zephyr/subsys/net/lib/openthread
Kamil Kasperczyk f061400b37 net: openthread: platform: Removed double-buffering in UART send.
Putting data to local buffer before transmission was removed
to optimize operation. Local buffering was not needed, as passed
buffer cannot be modified until sending is finished.

Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
2020-07-22 11:08:21 +03:00
..
platform net: openthread: platform: Removed double-buffering in UART send. 2020-07-22 11:08:21 +03:00
CMakeLists.txt