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

dangernoodle-io / breadboard / 26012009247
100%

Build:
DEFAULT BRANCH: main
Ran 18 May 2026 03:33AM UTC
Jobs 1
Files 17
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

18 May 2026 03:32AM UTC coverage: 100.0%. Remained the same
26012009247

push

github

web-flow
fix(bb_nv): defer manifest registration to pre_http tier to avoid stack pressure on tight-RAM boards (B1-214) (#271)

PR #270 panicked tdongle-s3 on boot from RAM pressure. On tdongle-s3,
the main task has a 3584-byte stack and bb_nv_config_init runs in the
EARLY tier on top of the deep nvs_flash_init call chain. Calling
bb_manifest_register_nv (with its strcmp loop) from within that tight
context pushed the stack over the limit.

- extract bb_nv_config_manifest_init() that calls bb_manifest_register_nv
- auto-register it at PRE_HTTP tier via BB_NV_CONFIG_MANIFEST_AUTOREGISTER
  (default y, depends on BB_MANIFEST_AUTOREGISTER); runs after EARLY tier
  completes and the main-task stack unwinds
- bb_nv_config_init() now does NVS I/O only (no manifest call at boot)
- s_bb_cfg_keys[] remains static const rodata — zero heap, zero extra BSS
- update test to call bb_nv_config_manifest_init() explicitly; all 878
  host tests pass

Bench-verified on tdongle-s3 (no PSRAM, ~270K SRAM).

998 of 998 branches covered (100.0%)

Branch coverage included in aggregate %.

1784 of 1784 relevant lines covered (100.0%)

1004.71 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26012009247.1 18 May 2026 03:33AM UTC 17
100.0
GitHub Action Run
Source Files on build 26012009247
  • Tree
  • List 17
  • 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 #26012009247
  • 18020991 on github
  • Prev Build on main (#26010944796)
  • Next Build on main (#26057592051)
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