forked from samt/wiegand-avr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.avrdude.conf
34 lines (29 loc) · 895 Bytes
/
sample.avrdude.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# ---------------------------------------------------------------------
# wiegand-avr fimrware for ATTINY44/84
#
# sample.avrdude.conf - sample avrdude configuration, copy to
# ./avrdude.conf and edit to use this when flashing to your avr
#
# (c) 2017 Sam Thompson <[email protected]>
# The MIT License
# ---------------------------------------------------------------------
# The makefile expects a programmer called "wiegand"
#
# ---------------------------------------------------------------------
# Sample using usbasp
#programmer
# id = "wiegand";
# desc = "USBasp, http://www.fischl.de/usbasp/";
# type = usbasp;
#;
# ---------------------------------------------------------------------
# Sample using linuxgpio to flash
#programmer
# id = "wiegand";
# desc = "config to flash using linuxgpio";
# type = "linuxgpio";
# reset = 27;
# sck = 11;
# mosi = 10;
# miso = 9;
#;