File: control

package info (click to toggle)
stm32flash 0.5%2Bgit20200914%2B2b0f078-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 324 kB
  • sloc: ansic: 3,424; makefile: 78
file content (30 lines) | stat: -rw-r--r-- 1,098 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
Source: stm32flash
Section: electronics
Priority: optional
Maintainer: Andrej Shadura <andrewsh@debian.org>
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.5.0
Homepage: http://stm32flash.sourceforge.net/
Vcs-Browser: https://salsa.debian.org/debian/stm32flash
Vcs-Git: https://salsa.debian.org/debian/stm32flash.git

Package: stm32flash
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: STM32 chip flashing utility using a serial bootloader
 stm32flash is a flashing program for the STM32 ARM processors using the ST
 serial bootloader compliant with application note AN3155.
 .
 Features:
  * device identification
  * write to flash/RAM
  * read from flash/RAM
  * auto-detect Intel hex or raw binary input format with option to force binary
  * flash from binary file
  * save flash to binary file
  * verify and retry up to N times on failed writes
  * start execution at specified address
  * software reset the device when finished if -g not specified
  * resume already initialized connection (for when reset fails)
  * GPIO signalling
  * I²C support