Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
adc2018-system
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
adc2018
adc2018-system
Commits
55d90c02
Commit
55d90c02
authored
Aug 27, 2018
by
Kento HASEGAWA
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add support for the Ultra96 board
parent
3049fc63
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
336 additions
and
1 deletion
+336
-1
main.py
comm/client/main.py
+2
-1
Solver2018Ultra.py
solver/Solver2018Ultra.py
+334
-0
No files found.
comm/client/main.py
View file @
55d90c02
...
...
@@ -20,6 +20,7 @@ import BoardStr
import
Solver2017
import
Solver2018
import
Solver2018Ultra
app
=
Flask
(
__name__
)
args
=
{}
...
...
@@ -132,7 +133,7 @@ if __name__ == "__main__":
elif
args
[
'solver'
]
==
'2018'
:
pynqrouter
=
Solver2018
elif
args
[
'solver'
]
==
'2018Ultra'
:
raise
NotImplementedError
()
pynqrouter
=
Solver2018Ultra
elif
args
[
'solver'
]
==
'2018Ishi'
:
raise
NotImplementedError
()
else
:
...
...
solver/Solver2018Ultra.py
0 → 100644
View file @
55d90c02
This diff is collapsed.
Click to expand it.
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