summaryrefslogtreecommitdiff
path: root/README
blob: 6d0ee97e3225d68bc7127ef18db0e406a1a5bfbd (plain) (blame)
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
35
36
37
38
39
40
41
42
Dependencies
============

cmake
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.