File: control

package info (click to toggle)
dfu-programmer 0.5.1-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 576 kB
  • ctags: 312
  • sloc: ansic: 2,428; sh: 789; makefile: 43
file content (20 lines) | stat: -rw-r--r-- 767 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: dfu-programmer
Section: devel
Priority: optional
Maintainer: Andrew Straw <strawman@astraw.com>
Standards-Version: 3.8.1
Build-Depends: libusb-dev (>=0.1.10a), debhelper (>= 5)

Package: dfu-programmer
Architecture: any
Depends: ${shlibs:Depends}
Description: device firmware update (DFU) based USB programmer for Atmel chips
 A Linux based command-line programmer for Atmel chips with a USB
 bootloader supporting in system programming.
 .
 This is a mostly Device Firmware Update (DFU) 1.0 compliant
 user-space application. This program was created because the Atmel
 FLIP program for flashing devices does not run on Linux and because
 standard DFU loaders do not work for Atmel chips.
 .
 See http://dfu-programmer.sourceforge.net/ for more information.