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

dangernoodle-io / breadboard / 25356383073
100%

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

05 May 2026 03:32AM UTC coverage: 100.0%. Remained the same
25356383073

push

github

web-flow
feat: bb_button + bb_button_gpio (parent + GPIO driver, ISR where available) (#206)

- bb_button parent: public API (set_callback, poll, is_pressed, get_queue, close),
  debounce algorithm (timestamp-based, 25 ms default), optional FreeRTOS queue
  on ESP-IDF (NULL on host/arduino)
- bb_button_driver.h: vtable (is_pressed, poll, close) + bb_button_handle_create
  and bb_button_dispatch_raw semi-private API
- bb_button_gpio driver: 3 platform implementations
  - ESP-IDF: gpio_install_isr_service + ISR → intr_q → service task (tskIDLE+5)
  - Arduino: attachInterrupt(CHANGE) with 4-slot thunk table; polling fallback
    when pin has no interrupt support or prefer_isr=false; NOT_AN_INTERRUPT
    fallback define for Renesas R4 which uses IS_PIN_INTERRUPT instead
  - Host: in-memory state; bb_button_host_inject_edge() for test injection
- 15 host tests: debounce, cb dispatch, active-low, close-safety, gpio driver
- scripts/native_scaffold.py: bb_button + bb_button_gpio COMPONENT_MAP entries
- platformio.ini: add bb_button + bb_button_gpio; -DBB_BUTTON_MOCK_CLOCK for native

Build verified: host (483/483), esp32c3 (ESP-IDF), r4_wifis3 (Arduino Cortex-M),
uno_cc3000 (AVR) — temporarily added to smoke REQUIRES, confirmed compile, reverted.
No smoke wiring artifacts in diff.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

366 of 366 branches covered (100.0%)

Branch coverage included in aggregate %.

579 of 579 relevant lines covered (100.0%)

594.49 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25356383073.1 05 May 2026 03:33AM UTC 10
100.0
GitHub Action Run
Source Files on build 25356383073
  • Tree
  • List 10
  • 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 #25356383073
  • 775a057f on github
  • Prev Build on main (#25355286703)
  • Next Build on main (#25356638017)
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