File: control

package info (click to toggle)
pyocd 0.36.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 341,308 kB
  • sloc: xml: 3,682,260; python: 59,213; ansic: 112; makefile: 87; asm: 25; sh: 14
file content (28 lines) | stat: -rw-r--r-- 821 bytes parent folder | download | duplicates (2)
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
Source: pyocd
Section: embedded
Priority: optional
Maintainer: Jakob Haufe <sur5r@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3,
 python3-docutils,
 python3-setuptools,
 python3-usb
Standards-Version: 4.2.1
Homepage: https://github.com/mbedmicro/pyOCD
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.