summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README41
1 files changed, 41 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..7cd3e49
--- /dev/null
+++ b/README
@@ -0,0 +1,41 @@
+Dependencies
+============
+
+make
+automake
+autoconf
+build-essential
+texinfo
+libtool
+libftdi-dev
+libusb-1.0-0-dev
+
+
+udev example rules
+==================
+
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2e8a", ATTRS{idProduct}=="0004", TAG+="uaccess"
+SUBSYSTEMS=="usb", KERNEL=="ttyACM*", ATTRS{idVendor}=="2e8a", ATTRS{idProduct}=="0004", SYMLINK+="ttyPicoprobe%n"
+
+
+Build
+=====
+
+Getting the source via GIT:
+---------------------------
+
+git clone git://git.spreadspace.org/rppico-utils.git
+cd rppico-utils
+make -C contrib
+
+build and flash blink example
+-----------------------------
+
+tba...
+
+
+License
+=======
+
+The spreadspace RaspberryPI Pico utils are licensed under GPLv3. You can find the
+full text of the license in the file LICENSE.