./wip/avrdude, Downloader/uploader for Atmel AVR 8-bit RISC microcontrollers

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 7.2, Package name: avrdude-7.2, Maintainer: pkgsrc-users

AVRDUDE - AVR Downloader/UploaDEr - is a program for updating the
flash, eeprom, and fuse bit memories of Atmel AVR microcontrollers.
Avrdude supports a wide variety of chip programmers (including the
widely used STK500) that attach to the serial port, and, if supported
by the underlying OS, to the parallel port.


Required to run:
[devel/libelf] [devel/readline] [devel/libftdi] [devel/libusb1] [wip/libftdi1] [devel/libhid]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 2561.055 KB

Version history: (Expand)


CVS history: (Expand)


   2015-01-18 08:50:33 by Makoto Fujiwara | Files touched by this commit (5)
Log message:
Update 6.01 to 6.1, See COMMIT_LOG for Changes.

   2013-10-10 07:12:28 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Remove redundent line, CONF_FILES_PERMScovers CONF_FILES function. Only one is \ 
necessary.

   2013-10-08 04:24:38 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Adjust Tab to align with other lines.

   2013-10-08 04:20:18 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Add new file for committing 5.11 to 6.0.1 bump.

   2013-10-07 16:06:34 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Makefile
  Add following two buildlinks:
  +.include "../../wip/libhid/buildlink3.mk"
  +.include "../../wip/libftdi1/buildlink3.mk"
  (The first one doesn't make it yet, while the second one is 
  now effective).
TODO
  Update configure result.
   2013-10-07 11:11:07 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Add TODO to show current configuration summary.

   2013-10-07 11:09:37 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Add following line
.include "../../devel/libusb1/buildlink3.mk"
to get
   Configuration summary:
   ----------------------
   ..
   DO HAVE    libusb_1_0
   2013-10-06 12:59:20 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Confirmed on NetBSD/amd64 6.99.23 with clang 3.3.
One chunk added for configure.ac (patch-ae) for == problem
(Why not flagged on 6.1.1 ?).