summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-09-03 23:13:33 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-09-03 23:13:33 +0200
commitcb302a42857ace4865dd1506f8440bdf0c96c68f (patch)
tree70b5a2745a96beaae8a5949fb5a60f694c3dc85c
parentadded size output to build (diff)
fixed README
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index beafdcb..a5d6915 100644
--- a/README
+++ b/README
@@ -29,7 +29,7 @@ Arduino Boards:
SUBSYSTEMS=="usb", KERNEL=="ttyUSB*", ATTRS{serial}=="A6008hTA", SYMLINK+="arduino", OWNER="equinox", GROUP="equinox"
-Replace "A6008hTA" with the serial of your arduino board. You can obtain it
+Replace "A6008hTA" with the serial of your arduino board. You can obtain it
with the following command:
udevadm info --name /dev/ttyUSB0 --attribute-walk | grep ATTRs{serial}
@@ -40,8 +40,8 @@ udevadm info --name /dev/ttyUSB0 --attribute-walk | grep ATTRs{serial}
Build
=====
-Getting the source via subversion:
-----------------------------------
+Getting the source via GIT:
+---------------------------
git clone git://git.spreadspace.org/avr.git
cd avr
@@ -66,7 +66,7 @@ lib-led.c inside your project.
The anyio lib provides a failover between serial and usb-serial (using LUFA)
streams. It's not safe to use any STDIO functions inside interrupts.
-To use LUFA in your project you have to provide the path to the LUFA
+To use LUFA in your project you have to provide the path to the LUFA
source code. You may do this by calling `make` inside the contrib tree.
But any external path is ok. In order to build the lufa object file the
build system has to call `make clean` inside the LUFA_PATH so make sure