projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Move out BUILD build system module start and end messages to the respective targets...
[pub/USBasp.git]
/
LUFA
/
DoxygenPages
/
BuildSystem.txt
diff --git
a/LUFA/DoxygenPages/BuildSystem.txt
b/LUFA/DoxygenPages/BuildSystem.txt
index
0d7d6be
..
8cce2a5
100644
(file)
--- a/
LUFA/DoxygenPages/BuildSystem.txt
+++ b/
LUFA/DoxygenPages/BuildSystem.txt
@@
-70,6
+70,10
@@
* <td>Display a size-sorted list of symbols from the compiled application, in decimal bytes.</td>
\r
* </tr>
\r
* <tr>
\r
* <td>Display a size-sorted list of symbols from the compiled application, in decimal bytes.</td>
\r
* </tr>
\r
* <tr>
\r
+ * <td><tt>lib</tt></td>
\r
+ * <td>Build and archive all source files into a library A binary file.</td>
\r
+ * </tr>
\r
+ * <tr>
\r
* <td><tt>all</tt></td>
\r
* <td>Build and link the application into ELF debug and HEX binary files.</td>
\r
* </tr>
\r
* <td><tt>all</tt></td>
\r
* <td>Build and link the application into ELF debug and HEX binary files.</td>
\r
* </tr>
\r
@@
-518,7
+522,7
@@
*
\r
* To use this module in your application makefile, add the following code:
\r
* \code
\r
*
\r
* To use this module in your application makefile, add the following code:
\r
* \code
\r
- * include $(LUFA_PATH)/Build/lufa.dfu.in
+ * include $(LUFA_PATH)/Build/lufa.dfu.in
\r
* \endcode
\r
*
\r
* \section SSec_BuildModule_DFU_Requirements Requirements
\r
* \endcode
\r
*
\r
* \section SSec_BuildModule_DFU_Requirements Requirements
\r
@@
-682,7
+686,7
@@
* </tr>
\r
* <tr>
\r
* <td><tt>hid-teensy</tt></td>
\r
* </tr>
\r
* <tr>
\r
* <td><tt>hid-teensy</tt></td>
\r
- * <td>Program the device
EEPROM
memory with the application's executable data using <tt>teensy_loader_cli</tt>.</td>
\r
+ * <td>Program the device
FLASH
memory with the application's executable data using <tt>teensy_loader_cli</tt>.</td>
\r
* </tr>
\r
* </table>
\r
*
\r
* </tr>
\r
* </table>
\r
*
\r