Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
flow3r firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
flow3r
flow3r firmware
Merge requests
!600
Simulator improvements
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Simulator improvements
sim
into
main
Overview
0
Commits
29
Pipelines
19
Changes
34
Merged
dos
requested to merge
sim
into
main
1 year ago
Overview
0
Commits
29
Pipelines
19
Changes
34
Expand
0
0
Merge request reports
Compare
main
version 18
7a2a7723
1 year ago
version 17
a07aaf05
1 year ago
version 16
9b37f709
1 year ago
version 15
23183097
1 year ago
version 14
5acdebb6
1 year ago
version 13
0b439ea1
1 year ago
version 12
edcd062c
1 year ago
version 11
f2c73587
1 year ago
version 10
9b6f93f6
1 year ago
version 9
74bdaa75
1 year ago
version 8
d2ca019f
1 year ago
version 7
85bbe124
1 year ago
version 6
b26a0384
1 year ago
version 5
8a811ec9
1 year ago
version 4
c6d20076
1 year ago
version 3
d05b05e6
1 year ago
version 2
b68f108f
1 year ago
version 1
10c9b583
1 year ago
main (base)
and
latest version
latest version
2ab00019
29 commits,
1 year ago
version 18
7a2a7723
29 commits,
1 year ago
version 17
a07aaf05
28 commits,
1 year ago
version 16
9b37f709
27 commits,
1 year ago
version 15
23183097
24 commits,
1 year ago
version 14
5acdebb6
24 commits,
1 year ago
version 13
0b439ea1
22 commits,
1 year ago
version 12
edcd062c
16 commits,
1 year ago
version 11
f2c73587
15 commits,
1 year ago
version 10
9b6f93f6
15 commits,
1 year ago
version 9
74bdaa75
14 commits,
1 year ago
version 8
d2ca019f
14 commits,
1 year ago
version 7
85bbe124
13 commits,
1 year ago
version 6
b26a0384
13 commits,
1 year ago
version 5
8a811ec9
12 commits,
1 year ago
version 4
c6d20076
12 commits,
1 year ago
version 3
d05b05e6
12 commits,
1 year ago
version 2
b68f108f
12 commits,
1 year ago
version 1
10c9b583
12 commits,
1 year ago
34 files
+
670
−
138
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
34
Search (e.g. *.vue) (Ctrl+P)
docs/badge/firmware-development.rst
+
1
−
1
Options
@@ -53,7 +53,7 @@ For running the simulator, you'll need Python 3 with pygame and wasmer:
::
$ python3 -m venv venv
$ venv/bin/pip install pygame requests
$ venv/bin/pip install pygame requests
pymad
$ venv/bin/pip install wasmer wasmer-compiler-cranelift
.. warning::
Loading