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

dangernoodle-io / TaipanMiner / 25224978545
90%

Build:
DEFAULT BRANCH: main
Ran 01 May 2026 05:30PM UTC
Jobs 1
Files 28
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 05:30PM UTC coverage: 93.468%. Remained the same
25224978545

push

github

web-flow
feat: add classic ESP32 (WROOM-32) headless board variant (TA-271) (#294)

Adds an esp32-wroom32 board variant for the ELEGOO classic ESP32-D0 dev module — no display, no ASIC, drives the SHA peripheral via raw DPORT MMIO for SW mining.

- new env esp32-wroom32 + esp32-wroom32-debug in platformio.ini, sdkconfig deltas, 4MB partition table
- sha256_hw split into _ahb backend (S3/S2/C3 AHB-bus, midstate-injection pipeline) and _dport backend (classic ESP32, DPORT-bus per-nonce loop with re-hashed block1 since H regs aren't writable)
- DPORT path serializes register reads via DPORT_INTERRUPT_DISABLE + DPORT_SEQUENCE_REG_READ per Espressif erratum, with KB#323 periph_module_reset on first acquire to clear any latched BUSY across soft reboot
- on-boot SHA('abc') known-vector self-test logs [TA271-DIAG] PASS/FAIL before the mining task starts
- bswap32 each input word on fill so the peripheral sees canonical M[i] for BTC headers stored in BTC byte order (without this, every share got rejected 'Difficulty too low')

~280 KH/s on the bench WROOM-32 with first share pool-accepted. Not added to default_envs or the CI/release matrix yet — pending tuning (TA-320). TA-322 will promote the self-test into a shared boot gate across all backends.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>

705 of 840 branches covered (83.93%)

Branch coverage included in aggregate %.

1613 of 1640 relevant lines covered (98.35%)

253670.11 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25224978545.1 01 May 2026 05:30PM UTC 28
93.47
GitHub Action Run
Source Files on build 25224978545
  • Tree
  • List 28
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25224978545
  • 8785cfa0 on github
  • Prev Build on main (#25224686486)
  • Next Build on main (#25240780944)
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