Skip to content

Commit

Permalink
stm32/boards/ARDUINO_NICLA_VISION: Add SE05x driver.
Browse files Browse the repository at this point in the history
Signed-off-by: iabdalkader <[email protected]>
  • Loading branch information
iabdalkader authored and dpgeorge committed Oct 24, 2024
1 parent 28009a7 commit 57bc98f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ports/stm32/boards/ARDUINO_NICLA_VISION/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@

# RPC
require("msgpackrpc", library="arduino-lib")

# SE05x driver
require("se05x", library="arduino-lib")
1 change: 1 addition & 0 deletions ports/stm32/boards/ARDUINO_NICLA_VISION/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ MICROPY_BLUETOOTH_BTSTACK = 0
MICROPY_PY_LWIP = 1
MICROPY_PY_NETWORK_CYW43 = 1
MICROPY_PY_SSL = 1
MICROPY_PY_SSL_ECDSA_SIGN_ALT=1
MICROPY_SSL_MBEDTLS = 1
MICROPY_PY_OPENAMP = 1
MICROPY_PY_OPENAMP_REMOTEPROC = 1
Expand Down

0 comments on commit 57bc98f

Please sign in to comment.