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

micropython / micropython / 10735
98%

Build:
DEFAULT BRANCH: master
Ran 31 May 2019 05:01AM UTC
Jobs 1
Files 242
Run time 13s
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

pending completion
10735

push

travis-ci

dpgeorge
esp32/machine_timer: Reuse Timer handles, deallocate only on soft-reset.

The patch solves the problem where multiple Timer objects (e.g. multiple
Timer(0) instances) could initialise multiple handles to the same internal
timer.  The list of timers is now maintained not for "active" timers (where
init is called), but for all timers created.  The timers are only removed
from the list of timers on soft-reset (machine_timer_deinit_all).

Fixes #4078.

18447 of 18824 relevant lines covered (98.0%)

365529.64 hits per line

Jobs
ID Job ID Ran Files Coverage
3 10735.3 (NAME="unix coverage build and tests") 31 May 2019 05:01AM UTC 0
98.0
Travis Job 10735.3
Source Files on build 10735
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #10735
  • de76f73d on github
  • Prev Build on master (#10733)
  • Next Build on master (#10740)
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