stm32/boards/PYBD_SFx: Enable ussl module using mbedTLS.
This commit is contained in:
parent
fed4c23590
commit
fd839221fd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue