Building as a Library

The MyUSB library can be built as a proper linkable library (with the extention .a) under AVR-GCC, so that the library does not need to be recompiled with each revision of a user project. Instructions for creating a library from a given source tree can be found in the AVR-GCC user manual included in the WinAVR install /Docs/ directory.

However, building the library is not recommended, as the static (compile-time) options will be unable to be changed without a recompilation of the MyUSB code. Therefore, if the library is to be built from the MyUSB source, it should be made to be application-specific and compiled with the static options that are required for each project (which should be recorded along with the library).


Generated on Mon Jul 7 12:27:43 2008 for MyUSB Library by  doxygen 1.5.5