1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: lpctools
Section: electronics
Priority: optional
Maintainer: Sophie Brun <sophie@freexian.com>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.5
Homepage: http://git.techno-innov.fr/?p=lpctools;a=summary
Vcs-Git: git://anonscm.debian.org/collab-maint/lpctools.git
Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/lpctools.git;a=summary
Package: lpctools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: interface to NXP LPC Microcontrollers ISP serial interface
LPCTools is an interface to NXP LPC Microcontrollers ISP (In-System
Programming) serial interface.
.
It provides two programs:
.
* lpcisp: this tool gives access to each of the useful isp commands on LPC
devices. It does not provide wrappers for flashing a device.
* lpcprog: this tool does not give access to each isp command, instead it
provides wrappers for flashing a device. This tool gives access to each of
the useful isp commands on LPC.
|