I want to use mbedtls with a project how do I add this?

Hi I want to add mbed tls to a project https://tls.mbed.org/, I’m not sure how to add this external library to the build, any help in getting this working would be great. I think the project is publically hosted here GitHub - Mbed-TLS/mbedtls: An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API.. I’m happy to help in getting this added to external libraries if pointed in right direction…

Hi @gilandose! The structure of this library needs some modifications, so I’ve created a simple project for you with an example from the mbedTLS repository.

@valeros I’m also trying to add mbedtls to a project, as the example provided is quite old, could you provide some more info on how to import this library, so I could import the most recent versions directly from github?