diff options
author | Damien George <damien.p.george@gmail.com> | 2019-06-05 15:22:21 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-06-05 15:22:21 +1000 |
commit | 678ec182cd4d9b800ed22a98f0a1eb00b5e85aa6 (patch) | |
tree | 0a981e57b89e3187e94cb07be5a79c2a975a9061 /py/objmodule.c | |
parent | 399417adbae831ba660cfcad3d75e2d5dab756ef (diff) |
extmod/extmod.mk: Integrate mbedTLS so it is built from source.
Setting MICROPY_PY_USSL and MICROPY_SSL_MBEDTLS at the Makefile-level will
now build mbedTLS from source and include it in the build, with the ussl
module using this TLS library. Extra settings like MBEDTLS_CONFIG_FILE may
need to be provided by a given port.
If a port wants to use its own mbedTLS library then it should not set
MICROPY_SSL_MBEDTLS at the Makefile-level but rather set it at the C level,
and provide the library as part of the build in its own way (see eg esp32
port).
Diffstat (limited to 'py/objmodule.c')
0 files changed, 0 insertions, 0 deletions