i2c-tools 4.3-2 source package in Ubuntu
Changelog
i2c-tools (4.3-2) unstable; urgency=medium * Mark libi2c-dev as Multi-Arch: same. * Add a watch file. -- Aurelien Jarno <email address hidden> Thu, 30 Dec 2021 15:34:46 +0100
Upload details
- Uploaded by:
- Aurelien Jarno
- Uploaded to:
- Sid
- Original maintainer:
- Aurelien Jarno
- Architectures:
- linux-any
- Section:
- utils
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
i2c-tools_4.3-2.dsc | 1.9 KiB | 8727e9fd480171118b91a511c5ad0f6309d286037a2c1e04d71a5f867fa9f83c |
i2c-tools_4.3.orig.tar.xz | 79.4 KiB | 1f899e43603184fac32f34d72498fc737952dbc9c97a8dd9467fadfdf4600cf9 |
i2c-tools_4.3-2.debian.tar.xz | 7.5 KiB | 4ea385ea2a205d0435fd7afd94b692dce0f2c9baaf157eb23de71475570f5c4d |
Available diffs
- diff from 4.3-1 to 4.3-2 (662 bytes)
No changes file available.
Binary packages built by this source
- i2c-tools: heterogeneous set of I2C tools for Linux
This package contains a heterogeneous set of I2C tools for Linux: a bus
probing tool, a chip dumper, register-level access helpers, EEPROM
decoding scripts, and more.
- i2c-tools-dbgsym: debug symbols for i2c-tools
- libi2c-dev: userspace I2C programming library development files
I2C devices are usually controlled by a kernel driver. Using this
library it is also possible to access all devices on an adapter
from userspace and without the knowledge of Linux kernel internals.
.
This package contains what you need for compiling sources that
use this library in your own code.
- libi2c0: userspace I2C programming library
I2C devices are usually controlled by a kernel driver. Using this
library it is also possible to access all devices on an adapter
from userspace and without the knowledge of Linux kernel internals.
.
This package contains what you need to run programs that use this
library.
- libi2c0-dbgsym: debug symbols for libi2c0
- python3-smbus: Python 3 bindings for Linux SMBus access through i2c-dev
This Python 3 module allows SMBus access through the I2C /dev interface on
Linux hosts. The host kernel must have I2C support, I2C device interface
support, and a bus adapter driver.
- python3-smbus-dbgsym: debug symbols for python3-smbus