diff options
| author | iabdalkader <i.abdalkader@gmail.com> | 2023-03-08 17:19:32 +0100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2023-03-09 10:37:06 +1100 |
| commit | 8307046406dc7d64cbf0e5232d094965ff8207dc (patch) | |
| tree | c763b26f20bb2845b4919690fd65dd0e759068b9 | |
| parent | a234aa44f304a1ff1d1465d6e2121c356c834977 (diff) | |
stm32/boards: Include "senml" in manifest for ARDUINO boards.
| -rw-r--r-- | ports/stm32/boards/ARDUINO_GIGA/manifest.py | 1 | ||||
| -rw-r--r-- | ports/stm32/boards/ARDUINO_NICLA_VISION/manifest.py | 1 | ||||
| -rw-r--r-- | ports/stm32/boards/ARDUINO_PORTENTA_H7/manifest.py | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/ports/stm32/boards/ARDUINO_GIGA/manifest.py b/ports/stm32/boards/ARDUINO_GIGA/manifest.py index 1db4b8054..b3c6b02e5 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 1db4b8054..b3c6b02e5 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 1db4b8054..b3c6b02e5 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 |
