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

pfalcon / micropython / 1667
98%

Build:
DEFAULT BRANCH: master
Ran 03 Jun 2019 03:43PM UTC
Jobs 1
Files 244
Run time 45s
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
1667

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).

18445 of 18822 relevant lines covered (98.0%)

364785.83 hits per line

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