Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
configs/ | H | 25-Apr-2025 | - | 128 | 72 | |
BUILD.bazel | H A D | 25-Apr-2025 | 1 KiB | 34 | 31 | |
BUILD.gn | H A D | 25-Apr-2025 | 8 KiB | 294 | 281 | |
README.md | H A D | 25-Apr-2025 | 463 | 10 | 8 | |
mbedtls.BUILD.bazel | H A D | 25-Apr-2025 | 1.3 KiB | 49 | 44 | |
mbedtls.gni | H A D | 25-Apr-2025 | 1,022 | 27 | 23 |
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, 5preferably using Git submodules. 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