Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DC motor driver hat
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software
DC motor driver hat
Merge requests
!42
Add firmware version consistency check in Rust API
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add firmware version consistency check in Rust API
rust-firmware-consistency
into
main
Overview
0
Commits
2
Pipelines
7
Changes
6
Merged
Samuel Tardieu
requested to merge
rust-firmware-consistency
into
main
5 months ago
Overview
0
Commits
2
Pipelines
7
Changes
6
Expand
0
0
Merge request reports
Compare
main
version 7
12108da5
5 months ago
version 6
e61da725
5 months ago
version 5
2541d89b
5 months ago
version 4
3c84de0f
5 months ago
version 3
8f027090
5 months ago
version 2
70a3b383
5 months ago
version 1
b19097cb
5 months ago
main (base)
and
version 4
latest version
12108da5
2 commits,
5 months ago
version 7
12108da5
3 commits,
5 months ago
version 6
e61da725
3 commits,
5 months ago
version 5
2541d89b
2 commits,
5 months ago
version 4
3c84de0f
2 commits,
5 months ago
version 3
8f027090
2 commits,
5 months ago
version 2
70a3b383
2 commits,
5 months ago
version 1
b19097cb
1 commit,
5 months ago
6 files
+
48
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
controller/Cargo.toml
+
1
−
1
Options
@@ -4,7 +4,7 @@ description = "Firmware for DC Motor Driver Hat DFR0592"
authors.workspace
=
true
edition.workspace
=
true
license.workspace
=
true
version
=
"1.0.0"
# Update in python/controller.py as well
version
=
"1.0.0"
# Update in python/controller.py
and tele0592/src/controller.rs
as well
[[bin]]
name
=
"controller-firmware"
Loading