You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| configs | 1 year ago | |
| BUILD.bazel | 1 year ago | |
| BUILD.gn | 1 year ago | |
| OWNERS | 1 year ago | |
| README.md | 1 year ago | |
| mbedtls.gni | 1 year ago | |
README.md
MbedTLS Library
The folder provides build scripts and configuration recipes for building
the MbedTLS library. The source code needs to be downloaded by the user,
preferably using Git submodules. For gn build,
set dir_pw_third_party_mbedtls to point to the path of the source code.
For applications using MbedTLS, add $dir_pw_third_party/mbedtls to the
dependency list. The config header can be set using gn variable
pw_third_party_mbedtls_CONFIG_HEADER.