Closed conorpp closed 4 years ago
Change build to use mbedtls sources directly.
Need to download mbedtls release:
git clone https://github.com/ARMmbed/mbedtls.git cd mbedtls git checkout mbedtls-2.16.0
Then build normally.
cd .. make
Not totally sure if mbedtls_config.h currently is the minimal configuration
mbedtls_config.h
There's also a few primitives required for build but we don't need, like MD5.
thanks)
Change build to use mbedtls sources directly.
Need to download mbedtls release:
Then build normally.