From 8307046406dc7d64cbf0e5232d094965ff8207dc Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Wed, 8 Mar 2023 17:19:32 +0100 Subject: [PATCH] stm32/boards: Include "senml" in manifest for ARDUINO boards. --- ports/stm32/boards/ARDUINO_GIGA/manifest.py | 1 + ports/stm32/boards/ARDUINO_NICLA_VISION/manifest.py | 1 + ports/stm32/boards/ARDUINO_PORTENTA_H7/manifest.py | 1 + 3 files changed, 3 insertions(+) diff --git a/ports/stm32/boards/ARDUINO_GIGA/manifest.py b/ports/stm32/boards/ARDUINO_GIGA/manifest.py index 1db4b8054c..b3c6b02e5b 100644 --- a/ports/stm32/boards/ARDUINO_GIGA/manifest.py +++ b/ports/stm32/boards/ARDUINO_GIGA/manifest.py @@ -5,6 +5,7 @@ require("bundle-networking") # Utils require("time") +require("senml") require("logging") # Bluetooth diff --git a/ports/stm32/boards/ARDUINO_NICLA_VISION/manifest.py b/ports/stm32/boards/ARDUINO_NICLA_VISION/manifest.py index 1db4b8054c..b3c6b02e5b 100644 --- a/ports/stm32/boards/ARDUINO_NICLA_VISION/manifest.py +++ b/ports/stm32/boards/ARDUINO_NICLA_VISION/manifest.py @@ -5,6 +5,7 @@ require("bundle-networking") # Utils require("time") +require("senml") require("logging") # Bluetooth diff --git a/ports/stm32/boards/ARDUINO_PORTENTA_H7/manifest.py b/ports/stm32/boards/ARDUINO_PORTENTA_H7/manifest.py index 1db4b8054c..b3c6b02e5b 100644 --- a/ports/stm32/boards/ARDUINO_PORTENTA_H7/manifest.py +++ b/ports/stm32/boards/ARDUINO_PORTENTA_H7/manifest.py @@ -5,6 +5,7 @@ require("bundle-networking") # Utils require("time") +require("senml") require("logging") # Bluetooth