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

dangernoodle-io / breadboard / 24914282480
100%

Build:
DEFAULT BRANCH: main
Ran 24 Apr 2026 10:16PM UTC
Jobs 1
Files 4
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

24 Apr 2026 10:15PM UTC coverage: 100.0%. Remained the same
24914282480

push

github

web-flow
fix(ota_pull): configurable task core + PM lock (TA-226) (#82)

observed on tdongle-s3 v0.12.0: mid-OTA panic in the Core 1 idle task,
decoded stack: esp_cpu_unstall → get_rtc_dbias_by_efuse → prvIdleTask.
esp-idf's DVFS path races with esp_flash_* stall/unstall. PR #78 pinned
the OTA worker to Core 1, which exposed this race on boards where
Core 1 has a live idle task (no ASIC offload).

belt-and-suspenders:

- bb_ota_pull_set_task_core(int core) lets consumers override the
  hard-coded Core 1 affinity. bitaxe keeps Core 1 (frees Core 0 for
  httpd/stratum). tdongle-like boards should set 0 or tskNO_AFFINITY.
- acquire an ESP_PM_CPU_FREQ_MAX lock around the OTA flash operations
  (begin → finish) to prevent DVFS from re-evaluating cpu dbias while
  the other core is stalled for flash writes. gated by CONFIG_PM_ENABLE
  so builds without PM are unaffected.

applied to both ota_worker_task (/api/ota/update) and
ota_check_worker_task (/api/ota/check background worker).

81 of 81 branches covered (100.0%)

Branch coverage included in aggregate %.

113 of 113 relevant lines covered (100.0%)

274.59 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24914282480.1 24 Apr 2026 10:16PM UTC 4
100.0
GitHub Action Run
Source Files on build 24914282480
  • Tree
  • List 4
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #24914282480
  • 6b7af4af on github
  • Prev Build on main (#24912484350)
  • Next Build on main (#24916114713)
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