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

micropython / micropython / 10745
98%

Build:
DEFAULT BRANCH: master
Ran 03 Jun 2019 07:23AM UTC
Jobs 1
Files 244
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
10745

push

travis-ci

dpgeorge
stm32/modnetwork: Replace generic netif NIC polling with specific code.

It doesn't work to tie the polling of an underlying NIC driver (eg to check
the NIC for pending Ethernet frames) with its associated lwIP netif.  This
is because most NICs are implemented with IRQs and don't need polling,
because there can be multiple lwIP netif's per NIC driver, and because it
restricts the use of the netif->state variable.  Instead the NIC should
have its own specific way of processing incoming Ethernet frame.

This patch removes this generic NIC polling feature, and for the only
driver that uses it (Wiznet5k) replaces it with an explicit call to the
poll function (which could eventually be improved by using a proper
external interrupt).

18446 of 18823 relevant lines covered (98.0%)

366025.35 hits per line

Jobs
ID Job ID Ran Files Coverage
3 10745.3 (NAME="unix coverage build and tests") 03 Jun 2019 07:23AM UTC 0
98.0
Travis Job 10745.3
Source Files on build 10745
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #10745
  • ce8262a1 on github
  • Prev Build on master (#10744)
  • Next Build on master (#10752)
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