Compare commits
43 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
195f25dd8f | ||
|
|
78450e57e9 | ||
|
|
f8928b57ce | ||
|
|
184062fefc | ||
|
|
d58e3a2890 | ||
|
|
f0a40cd46d | ||
|
|
3257096ebb | ||
|
|
18b3124148 | ||
|
|
adf38d611d | ||
|
|
ec301d93f5 | ||
|
|
941f1e86d9 | ||
|
|
f863073df4 | ||
|
|
92fa44aabc | ||
|
|
bdb35d611b | ||
|
|
82132a4770 | ||
|
|
9109150c3c | ||
|
|
14a4b545db | ||
|
|
e8d0576b95 | ||
| ba65d54994 | |||
|
ba52216f46 |
|||
|
|
92d7cdc1fc | ||
|
|
07f03f3fc1 | ||
|
|
6e5a494f0e | ||
|
|
28ba27af42 | ||
|
|
b8829bb618 | ||
|
|
31dc9c5fbb | ||
|
|
39f5cbb696 | ||
|
|
d03617fb69 | ||
|
|
449f7a2753 | ||
|
|
ee729b3351 | ||
| 2af3c89773 | |||
|
|
c9d630158b | ||
|
|
bd37686dce | ||
|
|
fecc2a11af | ||
|
|
59af9f5d67 | ||
|
|
c96eafcde7 | ||
|
|
f74e310858 | ||
|
|
8acbf0a837 | ||
|
|
4dea2e3d44 | ||
|
|
4d1b4a7f32 | ||
|
|
49f9908add | ||
|
|
04d60148a6 | ||
|
|
07607c04d2 |
5 changed files with 1 additions and 99 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
uisp-20050207.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
b1e499d5a1011489635c1a0e482b1627 uisp-20050207.tar.gz
|
||||
73
uisp.spec
73
uisp.spec
|
|
@ -1,73 +0,0 @@
|
|||
Name: uisp
|
||||
Version: 20050207
|
||||
Release: 4%{?dist}
|
||||
Summary: Universal In-System Programmer for Atmel AVR and 8051
|
||||
|
||||
|
||||
Group: Applications/Engineering
|
||||
License: GPLv2+
|
||||
URL: http://www.nongnu.org/uisp
|
||||
Source0: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz
|
||||
Patch0: uisp_Werror.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
#BuildRequires:
|
||||
#Requires:
|
||||
|
||||
%description
|
||||
Uisp is utility for downloading/uploading programs to AVR devices. Can also be
|
||||
used for some Atmel 8051 type devices. In addition, uisp can erase the device,
|
||||
write lock bits, verify and set the active segment.
|
||||
|
||||
For use with the following hardware to program the devices:
|
||||
pavr http://avr.jpk.co.nz/pavr/pavr.html
|
||||
stk500 Atmel STK500
|
||||
dapa Direct AVR Parallel Access
|
||||
stk200 Parallel Starter Kit STK200, STK300
|
||||
abb Altera ByteBlasterMV Parallel Port Download Cable
|
||||
avrisp Atmel AVR ISP (?)
|
||||
bsd http://www.bsdhome.com/avrprog/ (parallel)
|
||||
fbprg http://ln.com.ua/~real/avreal/adapters.html (parallel)
|
||||
dt006 http://www.dontronics.com/dt006.html (parallel)
|
||||
dasa serial (RESET=RTS SCK=DTR MOSI=TXD MISO=CTS)
|
||||
dasa2 serial (RESET=!TXD SCK=RTS MOSI=DTR MISO=CTS)
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p0
|
||||
|
||||
%build
|
||||
%configure
|
||||
make
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS CHANGES CHANGES.old COPYING ChangeLog* TODO
|
||||
%{_bindir}/%{name}
|
||||
%{_mandir}/man1/%{name}.1.gz
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 8 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 20050207-4
|
||||
- fix patch
|
||||
|
||||
* Mon Sep 8 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 20050207-3
|
||||
- fix license tag
|
||||
|
||||
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 20050207-2
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
* Mon Mar 12 2007 Trond Danielsen <trond.danielsen@fedoraproject.org> - 20050207-1
|
||||
- Initial version.
|
||||
- Summary and description taken from spec file included in uisp.
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
diff -u ../uisp-20050207/src/Makefile.am src/Makefile.am
|
||||
--- ../uisp-20050207/src/Makefile.am 2002-10-31 00:22:07.000000000 +0100
|
||||
+++ src/Makefile.am 2007-03-12 14:30:56.000000000 +0100
|
||||
@@ -31,7 +31,7 @@
|
||||
# Turn on all warnings and consider them errors. This kinda forces you to have
|
||||
# to use gcc, but I'd rather have all warnings eliminated.
|
||||
|
||||
-AM_CXXFLAGS = -Wall -Werror
|
||||
+AM_CXXFLAGS = -Wall
|
||||
|
||||
bin_PROGRAMS = uisp
|
||||
uisp_SOURCES = \
|
||||
diff -u ../uisp-20050207/src/Makefile.in src/Makefile.in
|
||||
--- ../uisp-20050207/src/Makefile.in 2005-02-07 22:48:13.000000000 +0100
|
||||
+++ src/Makefile.in 2007-03-12 14:31:08.000000000 +0100
|
||||
@@ -145,7 +145,7 @@
|
||||
|
||||
# Turn on all warnings and consider them errors. This kinda forces you to have
|
||||
# to use gcc, but I'd rather have all warnings eliminated.
|
||||
-AM_CXXFLAGS = -Wall -Werror
|
||||
+AM_CXXFLAGS = -Wall
|
||||
|
||||
bin_PROGRAMS = uisp
|
||||
uisp_SOURCES = \
|
||||
Loading…
Add table
Add a link
Reference in a new issue