From ce51657f0fdb4a7db97468ea033daece26111ebd Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 6 Feb 2013 22:49:38 +0000 Subject: some hints added to the Readme git-svn-id: https://svn.spreadspace.org/avr/trunk@144 aa12f405-d877-488e-9caf-2d797e2a1cc7 --- README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README b/README index 0a64b5d..584dcc8 100644 --- a/README +++ b/README @@ -55,6 +55,22 @@ adapt Makefile (set BOARD_TYPE) # make program +Some Hints +========== + +The object files for builded libs will be called lib-.o so make sure +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. + +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 +there is no lufa build inside which you still need. Also paralell builds +of several projects using the same LUFA_PATH is not possible. + + License ======= -- cgit v1.2.3