• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kaidokert / rm32-private / 25782318176
65%
tmps: 63%

Build:
Build:
LAST BUILD BRANCH: bisect_init_changes
DEFAULT BRANCH: tmps
Ran 13 May 2026 06:25AM UTC
Jobs 1
Files 35
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

13 May 2026 06:23AM UTC coverage: 65.09% (-0.9%) from 65.959%
25782318176

push

github

kaidokert
Fix bidir DShot output timing, add rate-dependent prescaler

The bidir DShot response had a hardcoded bit period of 92 timer ticks
at prescaler 0 — wrong for DShot300 (needs PSC=1) and DShot150 (PSC=3).
C firmware uses output_timer_prescaler set during protocol detection
with a fixed ARR of 110.

Fix: store output_prescaler in GenericCapture during protocol detection.
send_dshot_dma passes both prescaler and ARR=110 to configure_output.

Also fix the configure_output HAL trait signature — was
`configure_output(period: u16)` with undocumented units. Now
`configure_output(prescaler: u16, arr: u16)` with explicit meaning.
All 4 MCU implementations updated to write PSC from parameter.

0 of 1 new or added line in 1 file covered. (0.0%)

531 existing lines in 9 files now uncovered.

4115 of 6322 relevant lines covered (65.09%)

872.6 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
25.0
-8.33% rm32/src/hal.rs

Coverage Regressions

Lines Coverage ∆ File
166
0.0
0.0% rm32/src/bin/harness.rs
100
28.23
-1.07% rm32/src/shared_state.rs
81
75.91
0.05% rm32/src/main_state.rs
67
36.0
-31.69% rm32/src/system.rs
46
28.07
-0.03% rm32/src/shared_comm.rs
33
76.25
-0.32% rm32/src/transfer.rs
21
77.72
-1.17% rm32/src/control/isr_logic.rs
12
87.61
3.19% rm32/src/sine.rs
5
93.48
0.51% rm32/src/signal.rs
Jobs
ID Job ID Ran Files Coverage
1 25782318176.1 13 May 2026 06:25AM UTC 35
65.09
GitHub Action Run
Source Files on build 25782318176
  • Tree
  • List 35
  • Changed 11
  • Source Changed 11
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25782318176
  • d7231ac5 on github
  • Prev Build on priv_bringup (#25777504860)
  • Next Build on priv_bringup (#25806731253)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc