source: data/programmers/Makefile.am @ b63d7bf297f8809bbc51d48cf457509cdb4a1ca4

Revision b63d7bf297f8809bbc51d48cf457509cdb4a1ca4, 227 bytes checked in by Matias De la Puente <mfpuente.ar@…>, 2 years ago (diff)

Programmers: Add mtools

This programmer is used to program LPC134x microcontrollers though the usb.
This microcontroller is mounted as a block device, mtools copy (mcopy) and
delete (mdel) the firmware in the microcontroller.

UDevList parameters:
subsystem="block"
property_id="ID_MODEL"
property_value="LPC134X_IFLASH"

  • Property mode set to 100644
Line 
1NULL =
2
3programmersdir = $(pkgdatadir)/programmers
4
5programmers_DATA = \
6        avrdude.xml \
7        lpc21isp.xml \
8        mtools.xml \
9        pickit2.xml \
10        picprog.xml \
11        picstartplus.xml \
12        $(NULL)
13
14EXTRA_DIST = \
15        $(programmers_DATA) \
16        $(NULL)
17
Note: See TracBrowser for help on using the repository browser.