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

micropython / micropython / 10431
98%

Build:
DEFAULT BRANCH: master
Ran 26 Mar 2019 05:22AM UTC
Jobs 1
Files 242
Run time 16s
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
10431

push

travis-ci

dpgeorge
zephyr/i2c: Add support for hardware i2c.

Adds support for hardware i2c to the zephyr port. Similar to other ports
such as stm32 and nrf, we only implement the i2c protocol functions
(readfrom and writeto) and defer memory operations (readfrom_mem,
readfrom_mem_into, and writeto_mem) to the software i2c implementation.
This may need to change in the future because zephyr is considering
deprecating its i2c_transfer function in favor of i2c_write_read; in this
case we would probably want to implement the memory operations directly
using i2c_write_read.

Tested with the accelerometer on frdm_k64f and bbc_microbit boards.

18391 of 18766 relevant lines covered (98.0%)

363631.52 hits per line

Jobs
ID Job ID Ran Files Coverage
3 10431.3 (NAME="unix coverage build and tests") 26 Mar 2019 05:22AM UTC 0
98.0
Travis Job 10431.3
Source Files on build 10431
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #10431
  • 2befcb8a on github
  • Prev Build on master (#10430)
  • Next Build on master (#10432)
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