Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
83070464
Commit
83070464
authored
Mar 08, 2023
by
iabdalkader
Committed by
Damien George
Mar 09, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stm32/boards: Include "senml" in manifest for ARDUINO boards.
parent
a234aa44
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
ports/stm32/boards/ARDUINO_GIGA/manifest.py
ports/stm32/boards/ARDUINO_GIGA/manifest.py
+1
-0
ports/stm32/boards/ARDUINO_NICLA_VISION/manifest.py
ports/stm32/boards/ARDUINO_NICLA_VISION/manifest.py
+1
-0
ports/stm32/boards/ARDUINO_PORTENTA_H7/manifest.py
ports/stm32/boards/ARDUINO_PORTENTA_H7/manifest.py
+1
-0
No files found.
ports/stm32/boards/ARDUINO_GIGA/manifest.py
View file @
83070464
...
...
@@ -5,6 +5,7 @@ require("bundle-networking")
# Utils
require
(
"time"
)
require
(
"senml"
)
require
(
"logging"
)
# Bluetooth
...
...
ports/stm32/boards/ARDUINO_NICLA_VISION/manifest.py
View file @
83070464
...
...
@@ -5,6 +5,7 @@ require("bundle-networking")
# Utils
require
(
"time"
)
require
(
"senml"
)
require
(
"logging"
)
# Bluetooth
...
...
ports/stm32/boards/ARDUINO_PORTENTA_H7/manifest.py
View file @
83070464
...
...
@@ -5,6 +5,7 @@ require("bundle-networking")
# Utils
require
(
"time"
)
require
(
"senml"
)
require
(
"logging"
)
# Bluetooth
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment