zephyr/subsys/net/lib/openthread/platform
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
..
alarm.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
CMakeLists.txt logging: added new logging backend - Spinel protocol 2020-07-21 15:11:55 +02:00
diag.c net: openthread: make diag compile 2020-07-20 14:40:29 +03:00
entropy.c drivers: entropy: replace CONFIG_ENTROPY_NAME with DT macro 2020-04-13 09:14:21 -05:00
flash.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
logging.c net: openthread: improved OT log interface 2020-06-17 17:08:12 +02:00
misc.c net: openthread: Add NCP start-up and required platform changes 2020-03-25 08:37:16 +02:00
openthread-core-zephyr-config.h net: openthread: Update OpenThread revision 2020-06-22 17:09:10 +02:00
platform-zephyr.h logging: added new logging backend - Spinel protocol 2020-07-21 15:11:55 +02:00
platform.c net: openthread: Add NCP start-up and required platform changes 2020-03-25 08:37:16 +02:00
radio.c net: openthread: make diag compile 2020-07-20 14:40:29 +03:00
settings.c random: Include header where it is used 2020-07-08 21:05:36 -04:00
shell.c net: openthread: cli: Align config of OT and Zephyr shell max cmd size 2020-06-08 21:45:29 +03:00
spi.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart.c net: openthread: platform: Removed double-buffering in UART send. 2020-07-22 11:08:21 +03:00