Skip to content
Snippets Groups Projects
Commit fd839221 authored by Damien George's avatar Damien George
Browse files

stm32/boards/PYBD_SFx: Enable ussl module using mbedTLS.

parent fed4c235
No related branches found
No related tags found
No related merge requests found
......@@ -12,3 +12,5 @@ TEXT1_SECTIONS = .text_ext
# MicroPython settings
MICROPY_PY_LWIP = 1
MICROPY_PY_NETWORK_CYW43 = 1
MICROPY_PY_USSL = 1
MICROPY_SSL_MBEDTLS = 1
......@@ -12,3 +12,5 @@ TEXT1_SECTIONS = .text_ext
# MicroPython settings
MICROPY_PY_LWIP = 1
MICROPY_PY_NETWORK_CYW43 = 1
MICROPY_PY_USSL = 1
MICROPY_SSL_MBEDTLS = 1
......@@ -9,3 +9,5 @@ TEXT0_ADDR = 0x08008000
# MicroPython settings
MICROPY_PY_LWIP = 1
MICROPY_PY_NETWORK_CYW43 = 1
MICROPY_PY_USSL = 1
MICROPY_SSL_MBEDTLS = 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment