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
Graph
5b364cd3f65c1bf77ca7b9d025ab6c72cd1f0c01
Select Git revision
Branches
5
deployment
protected
edition-2024
github-migration
main
default
protected
push-ytxkyowyzzyu
Tags
4
tele0592-v1.1.1
tele0592-v1.1.0
tele0592-v1.0.1
tele0592-v1.0.0
9 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
26
Feb
25
19
Dec
12
19
Nov
18
17
16
15
14
21
Sep
14
13
11
10
9
7
6
5
29
Aug
30
Jul
28
27
25
24
19
17
16
15
12
11
10
9
2
2
Feb
1
31
Jan
27
26
25
Expect lints instead of allowing them
main
main
Deny clippy warnings
Use Rust edition 2024
Expect complex type
Remove unnecessary semicolon
Switch to Rust 1.85 and edition 2024
edition-2024
edition-2024
Update dependencies
Fix typo
deployment
deployment
Update PID coefficients at any time
Stay in control mode at (0, 0) speed
Be more explicit with a I²C bus opening problem
Lint scripts directory as well
Fix style in make-update-script.py
Fix check-firmware.py
Show right default value for K_I
Implement separate PID for both motors
Properly name PID coefficients in documentation
Further reduce the filter speed
Further reduce the filter speed
push-ytxkyowyzzyu
push-ytxkyowyzzyu
Include encoder-curves in artifact package
Deploy on server when pushing on deployment branch
Add program to build update script
Reorganize jobs in CI
Check status in check-firmware
Inherit data from workspace in support
Use unsafe where appropriate
Add support for the firmware version number to the firmware updater
Encode version number into the vector table
Use digital filters for encoder inputs
Add debugging counters to the board
Better internal documentation for i2c2-target
Add firmware-updater flash --skip-firmware-version-check
Add firmware-updater status --short
Add a command to retrieve PID I accumulators
Update dependencies
support: update embassy-stm32 to fix address of backup registers
Add example to correlate encoder values with speed
Add saturating_add for PID final summation
Add more internal doc and test to fixed point arithmetic and PID
Remove unused futures dependency in bootloader
Loading