• Home
Name Date Size #Lines LOC

..--

configs/03-May-2024-5913

BUILD.bazelD03-May-20241.1 KiB4035

BUILD.gnD03-May-20243.7 KiB144136

OWNERSD03-May-202420 21

README.mdD03-May-2024493 108

mbedtls.gniD03-May-20241,022 2723

README.md

1# MbedTLS Library
2
3The folder provides build scripts and configuration recipes for building
4the MbedTLS library. The source code needs to be downloaded by the user, or
5via the support in pw_package "pw package install mbedtls". For gn build,
6set `dir_pw_third_party_mbedtls` to point to the path of the source code.
7For applications using MbedTLS, add `$dir_pw_third_party/mbedtls` to the
8dependency list. The config header can be set using gn variable
9`pw_third_party_mbedtls_CONFIG_HEADER`.
10