forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 [email protected]
- Loading branch information
1 parent
2400b49
commit 5f2a778
Showing
2 changed files
with
67 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters