Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
W
White Rabbit core collection
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
29
Issues
29
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
image/svg+xml
Discourse
Discourse
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Projects
White Rabbit core collection
Commits
83ca35b0
Commit
83ca35b0
authored
Jul 27, 2018
by
Dimitris Lampridis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
boards: introduce board Manifest and add it to the root Manifest
parent
c466a66b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
Manifest.py
Manifest.py
+1
-0
Manifest.py
board/Manifest.py
+5
-0
No files found.
Manifest.py
View file @
83ca35b0
...
...
@@ -2,5 +2,6 @@ modules = {
"local"
:
[
"modules"
,
"platform"
,
"board"
,
],
}
board/Manifest.py
0 → 100644
View file @
83ca35b0
try
:
if
board
in
[
"spec"
,
"svec"
,
"vfchd"
,
"common"
]:
modules
=
{
"local"
:
[
board
]
}
except
NameError
:
pass
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