mbed-os/connectivity/mbedtls/platform/src
Jaeden Amero 87d1992f4f mbedtls: Rename Mbed timing implementation
We get a linker warning with the recently added timing module
implementation for Mbed. This is because there is Mbed TLS also ships a
file called timing.c, which we are including in Mbed OS also. With CLI
1, we get an error about unique object files because of the similarly
named implementation files.

    Object file timing.o is not unique! It could be made from: mbed-os/connectivity/mbedtls/source/timing.c mbed-os/connectivity/mbedtls/platform/src/timing.cpp

Rename the Mbed timing module implementation to timing_mbed.cpp to avoid
this naming conflict.

Fixes: b8781e527b ("mbedtls: Add an alt implementation of timing")

Fixes #14759
2021-06-10 17:02:28 +01:00
..
hash_wrappers.c Move hash_wrappers.c to platform subdirectory 2021-02-25 14:02:54 +00:00
mbed_trng.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
platform_alt.cpp Move mbedtls 2020-08-11 11:32:08 +01:00
shared_rng.cpp Move mbedtls 2020-08-11 11:32:08 +01:00
timing_mbed.cpp mbedtls: Rename Mbed timing implementation 2021-06-10 17:02:28 +01:00