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

micropython / micropython / 11804 / 3
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 31 Oct 2019 11:34AM UTC
Files 267
Run time 15s
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

31 Oct 2019 11:12AM UTC coverage: 98.037% (-0.001%) from 98.038%
NAME="unix coverage build and tests"

push

travis-ci

dpgeorge
stm32: Add machine.Timer with soft timer implementation.

This commit adds an implementation of machine.Timer backed by the soft
timer mechanism.  It allows an arbitrary number of timers with 1ms
resolution, with an associated Python callback.  The Python-level API
matches existing ports that have a soft timer, and is used as:

    from machine import Timer
    t = Timer(freq=10, callback=lambda t:print(t))
    ...
    t = Timer(mode=Timer.ONE_SHOT, period=2000, callback=lambda t:print(t))
    ...
    t.deinit()

18779 of 19155 relevant lines covered (98.04%)

351873.36 hits per line

Source Files on job 11804.3 (NAME="unix coverage build and tests")
  • Tree
  • List 0
  • Changed 30
  • Source Changed 0
  • Coverage Changed 30
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 11482
  • Travis Job 11804.3
  • 48b25a84 on github
  • Prev Job for NAME="unix coverage build and tests" on master (#11800.3)
  • Next Job for NAME="unix coverage build and tests" on master (#11808.3)
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