./cross/icdprog, Microchip PIC programmer using ICD hardware

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


Branch: CURRENT, Version: 0.3nb1, Package name: icdprog-0.3nb1, Maintainer: pkgsrc-users

ICDPROG is a simple command line programmer for Microchip PIC controllers,
using the Microchip or Olimex ICD (in circuit debugger) as a programmer.
It was written by Geir Thomassen.

The program is written for command line usage.

FEATURES
* Works with PIC16F87x, x = [0,1,2,3,4,6,7] (3,7 is well tested ... )
* Reads Intel hex format
* Auto-detects controller type

run the program with
icdprog <hex file>

or
icdprog -p /dev/tty01 <hex file>
if you connect the ICD to serial port #2


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 8.51 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:07:57 by Nia Alarie | Files touched by this commit (59)
Log message:
cross: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (some may be fetched
conditionally):

./cross/avr-gcc/distinfo isl-0.24.tar.bz2
   2021-10-07 15:30:28 by Nia Alarie | Files touched by this commit (60)
Log message:
cross: Remove SHA1 hashes for distfiles
   2020-01-26 06:26:29 by Roland Illig | Files touched by this commit (189)
Log message:
all: migrate some SourceForge homepage URLs back from https to http

https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html

In the above commit, the homepage URLs were migrated from http to https,
assuming that SourceForge would use the same host names for both http and
https connections. This assumption was wrong. Their documentation at
https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ states
that the https URLs use the domain sourceforge.io instead.

To make the homepages from the above commit reachable again, pkglint has
been extended to check for reachable homepages. This check is only
enabled when the --network command line option is given.

Each of the homepages that referred to https://$project.sourceforge.net
before was migrated to https://$project.sourceforge.io (27), and if that
was not reachable, to the fallback URL http://$project.sourceforge.net
(163).
   2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046)
Log message:
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
   2015-11-03 01:47:45 by Alistair G. Crooks | Files touched by this commit (40)
Log message:
Add SHA512 digests for distfiles for cross category

Existing SHA1 digests verified, all found to be the same on the
machine holding the existing distfiles (morden).  Existing SHA1
digests retained for now as an audit trail.
   2012-10-03 02:10:30 by Aleksej Saushev | Files touched by this commit (20)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2010-01-29 17:55:48 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
DESTDIR support
   2006-11-28 17:20:48 by Todd Vierling | Files touched by this commit (2)
Log message:
Interix has no nanosleep(3); use usleep(3) directly.