zephyr/subsys/net/lib/openthread/platform
Robert Lubos 063fefd15d net: openthread: Use Zephyr's mbedTLS instead of compiling own
So far OpenThread compiled it's own, internal copy of mbedTLS library.
This commit changes this behavior by using Zephyr's mbedTLS instance
appropriately configured for OpenThread needs.

Generic mbedTLS config file was used in this case, so that application
can still configure remaining parts of mbedTLS for it's own needs.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2019-09-17 20:07:58 +08:00
..
alarm.c openthread: Update openthread version to latest upstream/master. 2018-12-20 12:24:51 +01:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
diag.c
flash.c cleanup: include/: move flash.h to drivers/flash.h 2019-06-27 22:55:49 -04:00
logging.c misra-c: Add 'U' to unsigned variable assignments in subsys/ 2018-12-04 22:51:56 -05:00
misc.c cleanup: include/: move misc/reboot.h to power/reboot.h 2019-06-27 22:55:49 -04:00
openthread-core-zephyr-config.h net: openthread: Use Zephyr's mbedTLS instead of compiling own 2019-09-17 20:07:58 +08:00
platform-zephyr.h openthread: Update openthread version to latest upstream/master. 2018-12-20 12:24:51 +01:00
platform.c openthread: Update openthread version to latest upstream/master. 2018-12-20 12:24:51 +01:00
radio.c cleanup: include/: move misc/__assert.h to sys/__assert.h 2019-06-27 22:55:49 -04:00
random.c openthread: Update openthread version to latest upstream/master. 2018-12-20 12:24:51 +01:00
shell.c cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
spi.c