mcuboot/boot/mbed
George Beckstein e42c6482e5 Temporarily disable use of TinyCrypt with Mbed-OS
TinyCrypt uses a modified version of micro-ecc that is also used by the Mbed Cordio BLE stack. When building mcuboot for a target with BLE enabled, this causes multiple-defined symbol errors during linking. Due to the nature of Mbed's current build system, it is difficult to fix this.

Mbed will soon release a more flexible cmake-based build system that will make it possible to exclude these TinyCrypt files from an application build that may also link Cordio BLE sources.

Until then, this commit temporarily disables the use of TinyCrypt with Mbed-OS and excludes its sources from the build to avoid this build error.

Signed-off-by: George Beckstein <becksteing@embeddedplanet.com>
2020-11-06 09:18:27 -03:00
..
include Temporarily disable use of TinyCrypt with Mbed-OS 2020-11-06 09:18:27 -03:00
src Mbed-OS porting layer implementation for mcuboot 2020-11-03 19:16:46 -03:00
app_enc_keys.c Mbed-OS porting layer implementation for mcuboot 2020-11-03 19:16:46 -03:00
mbed_lib.json Mbed-OS porting layer implementation for mcuboot 2020-11-03 19:16:46 -03:00
mcuboot_main.cpp Mbed-OS porting layer implementation for mcuboot 2020-11-03 19:16:46 -03:00