File: control

package info (click to toggle)
esptool 4.7.0%2Bdfsg-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,616 kB
  • sloc: python: 19,035; ansic: 9,023; makefile: 188; sh: 50; javascript: 16
file content (44 lines) | stat: -rw-r--r-- 1,162 bytes parent folder | download
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
Source: esptool
Section: electronics
Priority: optional
Maintainer: Milan Kupcevic <milan@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 dh-sequence-python3,
 python3-all,
 python3-bitstring,
 python3-cryptography,
 python3-ecdsa,
 python3-intelhex,
 python3-pkcs11,
 python3-reedsolo,
 python3-serial,
 python3-setuptools,
 python3-yaml,
 gcc-xtensa-lx106,
 picolibc-xtensa-lx106-elf,
 gcc-riscv64-unknown-elf,
 picolibc-riscv64-unknown-elf,
 help2man <!nodoc>,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
Vcs-Git: https://salsa.debian.org/debian/esptool.git
Vcs-Browser: https://salsa.debian.org/debian/esptool
Homepage: https://github.com/espressif/esptool

Package: esptool
Architecture: all
Multi-Arch: foreign
Depends:
 ${python3:Depends},
 ${misc:Depends},
Recommends:
 ${python3:Recommends},
Suggests:
 ${python3:Suggests},
Description: create and flash firmware files to ESP8266 and ESP32 chips
 Communicate with the ROM bootloader in Espressif ESP8266 and ESP32 chips to
 fash firmware files, create firmware images or read OTP ROM or flash memory
 content such is manufacturer or device IDs.