diff options
-rw-r--r-- | README | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -55,6 +55,22 @@ adapt Makefile (set BOARD_TYPE) # make program +Some Hints +========== + +The object files for builded libs will be called lib-<name>.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 ======= |