tree: 767716dae9292c8a5bb85316eb55e99c373c2855 [path history] [tgz]
  1. configs/
  2. BUILD.bazel
  3. BUILD.gn
  4. mbedtls.gni
  5. OWNERS
  6. README.md
third_party/mbedtls/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, or via the support in pw_package “pw package install mbedtls”. 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.