We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28009a7 commit 57bc98fCopy full SHA for 57bc98f
ports/stm32/boards/ARDUINO_NICLA_VISION/manifest.py
@@ -16,3 +16,6 @@
16
17
# RPC
18
require("msgpackrpc", library="arduino-lib")
19
+
20
+# SE05x driver
21
+require("se05x", library="arduino-lib")
ports/stm32/boards/ARDUINO_NICLA_VISION/mpconfigboard.mk
@@ -22,6 +22,7 @@ MICROPY_BLUETOOTH_BTSTACK = 0
22
MICROPY_PY_LWIP = 1
23
MICROPY_PY_NETWORK_CYW43 = 1
24
MICROPY_PY_SSL = 1
25
+MICROPY_PY_SSL_ECDSA_SIGN_ALT=1
26
MICROPY_SSL_MBEDTLS = 1
27
MICROPY_PY_OPENAMP = 1
28
MICROPY_PY_OPENAMP_REMOTEPROC = 1
0 commit comments