./cross/uisp, AVR microcontroller hardware in-system programmer

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


Branch: pkgsrc-2016Q1, Version: 20040311, Package name: uisp-20040311, Maintainer: pkgsrc-users

Uisp is a tool for AVR microcontrollers which can interface to
many hardware in-system programmers.


Master sites:

SHA1: 8e4c1e05d2f9a962b8969fc76d8b448c9e0751d4
RMD160: 4f45d375e942376a2508232cf787f94ab7f8995b
Filesize: 139.622 KB

Version history: (Expand)


CVS history: (Expand)


   2016-05-23 07:13:13 by Benny Siegert | Files touched by this commit (4)
Log message:
Pullup ticket #5021 - requested by joerg
cross/uisp: build fix

Revisions pulled up:
- cross/uisp/distinfo                                           1.7
- cross/uisp/patches/patch-src_AvrAtmel.C                       1.1
- cross/uisp/patches/patch-src_AvrDummy.C                       1.1
- cross/uisp/patches/patch-src_Stk500.C                         1.2

---
   Module Name:	pkgsrc
   Committed By:	joerg
   Date:		Wed May 18 20:18:32 UTC 2016

   Modified Files:
   	pkgsrc/cross/uisp: distinfo
   	pkgsrc/cross/uisp/patches: patch-src_Stk500.C
   Added Files:
   	pkgsrc/cross/uisp/patches: patch-src_AvrAtmel.C patch-src_AvrDummy.C

   Log message:
   Under C++11 it is invalid to implicitly cast from a larger type to a
   smaller type in an initializer. Adjust various places accordingly.
   Avoid set-but-not-used warnings in some other places for newer GCC.