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

kaidokert / rm32 / 25217929386
63%

Build:
DEFAULT BRANCH: main
Ran 01 May 2026 02:23PM UTC
Jobs 1
Files 34
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

01 May 2026 02:23PM UTC coverage: 62.866% (+0.03%) from 62.837%
25217929386

push

github

web-flow
Replace BoardParams with BoardConfig + ChipParams (#34)

* Replace BoardParams with BoardConfig + ChipParams

Delete BoardParams — it duplicated 5 fields from BoardConfig and mixed
in 2 chip constants. MainState::new() now takes:
- &BoardConfig — board PCB hardware constants (from YAML/const)
- &ChipParams — MCU silicon constants (timer1_max_arr, cpu_mhz)

Firmware passes &BOARD (compile-time const) + chip params from
ChipConfig trait. Harness uses BoardConfig::DEFAULT.

No more duplicate struct for board configuration.

* Add Copy/Clone/Debug to ChipParams, pass by value

ChipParams is 3 bytes — smaller than a pointer on 32-bit ARM.
Pass by value instead of reference. Add derive(Clone, Copy, Debug).
Fields stay pub for cross-crate construction by rm32_stm32.

17 of 25 new or added lines in 2 files covered. (68.0%)

1 existing line in 1 file now uncovered.

3567 of 5674 relevant lines covered (62.87%)

775.97 hits per line

Uncovered Changes

Lines Coverage ∆ File
7
0.0
0.0% rm32/src/bin/harness.rs
1
63.95
0.09% rm32/src/main_state.rs

Coverage Regressions

Lines Coverage ∆ File
1
63.95
0.09% rm32/src/main_state.rs
Jobs
ID Job ID Ran Files Coverage
1 25217929386.1 01 May 2026 02:23PM UTC 34
62.87
GitHub Action Run
Source Files on build 25217929386
  • Tree
  • List 34
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25217929386
  • fa7d161d on github
  • Prev Build on main (#25207800895)
  • Next Build on main (#25218722619)
  • 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