1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: pyftdi
Maintainer: Debian Electronics Team <pkg-electronics-devel@alioth-lists.debian.net>
Uploaders: Anton Gladky <gladk@debian.org>
Section: libs
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-dev,
python3-serial,
python3-pytest,
python3-setuptools,
python3-ruamel.yaml,
python3-sphinx,
python3-sphinx-autodoc-typehints,
python3-sphinx-rtd-theme,
python3-usb
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/electronics-team/pyftdi
Vcs-Git: https://salsa.debian.org/electronics-team/pyftdi.git
Homepage: https://github.com/eblot/pyftdi
Package: python3-ftdi
Architecture: any
Section: python
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: user-space driver for popular FTDI devices
Suported FTDI devices include:
UART and GPIO bridges
FT232R (single port, 3Mbps)
FT230X/FT231X/FT234X/ (single port, 3Mbps)
UART, GPIO and multi-serial protocols (SPI, I2C, JTAG) bridges
FT2232C/D (dual port, clock up to 6 MHz)
FT232H (single port, clock up to 30 MHz)
FT2232H (dual port, clock up to 30 MHz)
FT4232H (quad port, clock up to 30 MHz)
Package: python3-ftdi-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends},
${misc:Depends}
Description: user-space driver for popular FTDI devices. Documentation
Suported FTDI devices include:
UART and GPIO bridges
FT232R (single port, 3Mbps)
FT230X/FT231X/FT234X/ (single port, 3Mbps)
UART, GPIO and multi-serial protocols (SPI, I2C, JTAG) bridges
FT2232C/D (dual port, clock up to 6 MHz)
FT232H (single port, clock up to 30 MHz)
FT2232H (dual port, clock up to 30 MHz)
FT4232H (quad port, clock up to 30 MHz)
Package contains documentation
|