File: control

package info (click to toggle)
pyocd 0.37.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 355,132 kB
  • sloc: xml: 3,682,260; python: 61,563; ansic: 112; makefile: 87; asm: 25; sh: 14
file content (29 lines) | stat: -rw-r--r-- 832 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
Source: pyocd
Section: embedded
Maintainer: Jakob Haufe <sur5r@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 pybuild-plugin-pyproject,
Build-Depends-Indep:
 dh-sequence-python3,
 python3,
 python3-docutils,
 python3-setuptools,
 python3-usb
Standards-Version: 4.7.3
Homepage: https://pyocd.io
Vcs-Git: https://salsa.debian.org/debian/pyocd.git
Vcs-Browser: https://salsa.debian.org/debian/pyocd

Package: python3-pyocd
Architecture: all
Depends:
 python3-usb (>= 1.0.0~),
 ${misc:Depends},
 ${python3:Depends}
Description: ARM Cortex-M programming tools (Python3)
 pyOCD is an Open Source Python based library for programming
 and debugging ARM Cortex-M microcontrollers using CMSIS-DAP.
 .
 Includes support for flashing new binaries, resetting the device,
 halt, step, resume read/write memory and set/remove breakpoints.