stm32flash 0.7-1 source package in Ubuntu

Changelog

stm32flash (0.7-1) unstable; urgency=medium

  * New upstream release.
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Repository.
  * Update standards version to 4.6.1, no changes needed.
  * Use autoconf when building the package.
  * Install the manpage.

 -- Andrej Shadura <email address hidden>  Sun, 29 Jan 2023 22:09:29 +0100

Upload details

Uploaded by:
Andrej Shadura
Uploaded to:
Sid
Original maintainer:
Andrej Shadura
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
stm32flash_0.7-1.dsc 1.3 KiB d7f43d9589560f4046a64409bb3c83316e8b1388fbd9041f8f0f7ac759b9bda1
stm32flash_0.7.orig.tar.gz 371.3 KiB c4c9cd8bec79da63b111d15713ef5cc2cd947deca411d35d6e3065e227dc414a
stm32flash_0.7-1.debian.tar.xz 2.5 KiB b26d14ac3639acf03d21ea4ee2cc5e7b15155c3db88b5f35376a029e2acf5a5c

Available diffs

No changes file available.

Binary packages built by this source

stm32flash: 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

stm32flash-dbgsym: debug symbols for stm32flash