From c644b6fbd1f15b347101be8f98dec14ff2f0892a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 6 Feb 2013 22:53:41 +0000 Subject: added some more hints git-svn-id: https://svn.spreadspace.org/avr/trunk@145 aa12f405-d877-488e-9caf-2d797e2a1cc7 --- README | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3