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

pull/1/head
Damien George 2019-06-05 15:38:01 +10:00
parent fed4c23590
commit fd839221fd
3 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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