summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-02-06 22:53:41 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-02-06 22:53:41 +0000
commitc644b6fbd1f15b347101be8f98dec14ff2f0892a (patch)
treef550bd68f0ec37937b3e9a85c6370f94ce37cc91 /README
parentsome hints added to the Readme (diff)
added some more hints
git-svn-id: https://svn.spreadspace.org/avr/trunk@145 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 584dcc8..a822bda 100644
--- a/README
+++ b/README
@@ -63,6 +63,9 @@ not to use files named like this for your own code. i.e. if you want
to use the `led` library it's not possible to have a source file name
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
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