zephyr/subsys/net/lib/openthread/platform
Lukasz Maciejonczyk 5dd5128345 net: openthread: align platform time with radio time
On dual-core architecture the platform time can be not aligned with
radio time. This happens e.g. for nRF53 devices. Unaligned times imply
mulfunction in CSL windows scheduling.
This PR fixes it by adding/subtracting the time offset in functions
which return the plaform time. The changes have no impact on platforms
where the times are the same.

Signed-off-by: Lukasz Maciejonczyk <lukasz.maciejonczyk@nordicsemi.no>
2022-04-01 12:41:12 -05:00
..
alarm.c net: openthread: align platform time with radio time 2022-04-01 12:41:12 -05:00
CMakeLists.txt net: openthread: store settings in RAM if there is no flash driver 2021-12-09 11:04:49 -06:00
crypto_psa.c openthread: platform: implement otPlatCryptoRand API 2022-03-01 12:49:36 +01:00
diag.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
entropy.c net: lib: openthread: obtain entropy device using DEVICE_DT_GET 2022-03-11 15:27:05 -08:00
logging.c net: openthread: bring back LOG_MODE_MINIMAL support 2022-03-01 12:49:36 +01:00
memory.c net: openthread: added heap related otPlat methods implementation 2021-02-18 18:23:06 +02:00
misc.c net: openthread: Implement otPlatAssertFail 2021-07-01 13:22:01 -04:00
openthread-core-zephyr-config.h everywhere: fix typos 2022-03-18 13:24:08 -04:00
platform-zephyr.h logging: added new logging backend - Spinel protocol 2020-07-21 15:11:55 +02:00
platform.c net: openthread: align platform time with radio time 2022-04-01 12:41:12 -05:00
radio.c openthread: net: implementing of otPlatRadioSetChannelMaxTransmitPower 2022-03-08 09:21:48 -06:00
settings.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
shell.c net: openthread: revert CLI prompt workaround 2022-01-07 12:48:27 -05:00
spi.c net: openthread: Align with the new NCP API 2021-04-30 12:55:02 -05:00
uart.c net: ot: rework NCP interface configuration 2021-08-23 18:53:47 -04:00