8000 stm32/boards: Enable ussl module via mbedtls for boards with network. · micropython/micropython@5da60ff · GitHub
[go: up one dir, main page]

Skip to content

Commit 5da60ff

Browse files
committed
stm32/boards: Enable ussl module via mbedtls for boards with network.
1 parent b80bccc commit 5da60ff

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

ports/stm32/boards/NUCLEO_F429ZI/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ TEXT1_ADDR = 0x08020000
77

88
# MicroPython settings
99
MICROPY_PY_LWIP = 1
10+
MICROPY_PY_USSL = 1
11+
MICROPY_SSL_MBEDTLS = 1

ports/stm32/boards/NUCLEO_F767ZI/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ TEXT1_ADDR = 0x08020000
88

99
# MicroPython settings
1010
MICROPY_PY_LWIP = 1
11+
MICROPY_PY_USSL = 1
12+
MICROPY_SSL_MBEDTLS = 1

ports/stm32/boards/STM32F769DISC/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ endif
3939

4040
# MicroPython settings
4141
MICROPY_PY_LWIP = 1
42+
MICROPY_PY_USSL = 1
43+
MICROPY_SSL_MBEDTLS = 1

ports/stm32/boards/STM32F7DISC/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ TEXT1_ADDR = 0x08020000
77

88
# MicroPython settings
99
MICROPY_PY_LWIP = 1
10+
MICROPY_PY_USSL = 1
11+
MICROPY_SSL_MBEDTLS = 1

0 commit comments

Comments
 (0)
0