8000 stm32/boards/ARDUINO_NICLA_VISION: Add SE05x driver. · micropython/micropython@57bc98f · GitHub
[go: up one dir, main page]

Skip to content

Commit 57bc98f

Browse files
iabdalkaderdpgeorge
authored andcommitted
stm32/boards/ARDUINO_NICLA_VISION: Add SE05x driver.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
1 parent 28009a7 commit 57bc98f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ports/stm32/boards/ARDUINO_NICLA_VISION/manifest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff li A042 ne change
@@ -16,3 +16,6 @@
1616

1717
# RPC
1818
require("msgpackrpc", library="arduino-lib")
19+
20+
# SE05x driver
21+
require("se05x", library="arduino-lib")

ports/stm32/boards/ARDUINO_NICLA_VISION/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ MICROPY_BLUETOOTH_BTSTACK = 0
2222
MICROPY_PY_LWIP = 1
2323
MICROPY_PY_NETWORK_CYW43 = 1
2424
MICROPY_PY_SSL = 1
25+
MICROPY_PY_SSL_ECDSA_SIGN_ALT=1
2526
MICROPY_SSL_MBEDTLS = 1
2627
MICROPY_PY_OPENAMP = 1
2728
MICROPY_PY_OPENAMP_REMOTEPROC = 1

0 commit comments

Comments
 (0)
0