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
RevLine 
[c54bf3e]1NULL =
2
3programmersdir = $(pkgdatadir)/programmers
4
5programmers_DATA = \
[4b6ca8f]6        avrdude.xml \
[704dd17]7        lpc21isp.xml \
[b63d7bf]8        mtools.xml \
[704dd17]9        pickit2.xml \
[47bf006]10        picprog.xml \
[704dd17]11        picstartplus.xml \
[c54bf3e]12        $(NULL)
13
14EXTRA_DIST = \
15        $(programmers_DATA) \
16        $(NULL)
17
Note: See TracBrowser for help on using the repository browser.