summaryrefslogtreecommitdiff
path: root/hid/avrdude-rpi.conf
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-10-19 23:31:46 +0300
committerDevaev Maxim <[email protected]>2020-11-11 22:24:25 +0300
commitc27b8909dc425b4c06a12264de77877419a13497 (patch)
treef0fe668c14518cd180d3949070bc67bce02d94f0 /hid/avrdude-rpi.conf
parent9a10b59ba5a894e704d37a51c562c905d486b72e (diff)
spi
Diffstat (limited to 'hid/avrdude-rpi.conf')
-rw-r--r--hid/avrdude-rpi.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/hid/avrdude-rpi.conf b/hid/avrdude-rpi.conf
new file mode 100644
index 00000000..8a6f5460
--- /dev/null
+++ b/hid/avrdude-rpi.conf
@@ -0,0 +1,7 @@
+programmer
+ id = "rpi";
+ desc = "RPi SPI programmer";
+ type = "linuxspi";
+ reset = 25;
+ baudrate = 400000;
+;