diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-03-28 09:30:37 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-03-28 09:30:37 +0000 |
commit | 8cd249c34240c2189b520c088afde936ec9201b3 (patch) | |
tree | 54efa43fc6c753ca4f6c121d9daec2295fb93660 /LUFA/DoxygenPages | |
parent | 4ba40977162ef46f328d49c4d48d7d8a0c6cddf0 (diff) | |
download | lufa-8cd249c34240c2189b520c088afde936ec9201b3.tar.gz lufa-8cd249c34240c2189b520c088afde936ec9201b3.tar.bz2 lufa-8cd249c34240c2189b520c088afde936ec9201b3.zip |
Add BIN build system target information to the documentation.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r-- | LUFA/DoxygenPages/BuildSystem.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/LUFA/DoxygenPages/BuildSystem.txt b/LUFA/DoxygenPages/BuildSystem.txt index 564033200..7aa357db7 100644 --- a/LUFA/DoxygenPages/BuildSystem.txt +++ b/LUFA/DoxygenPages/BuildSystem.txt @@ -88,6 +88,10 @@ * <td>Build and link the application into an ELF debug file.</td>
* </tr>
* <tr>
+ * <td><tt>bin</tt></td>
+ * <td>Build and link the application and produce a BIN binary file.</td>
+ * </tr>
+ * <tr>
* <td><tt>hex</tt></td>
* <td>Build and link the application and produce HEX and EEP binary files.</td>
* </tr>
@@ -916,7 +920,7 @@ * <td>Error "<b><tt>Cannot build with OBJDIR parameter set - one or more object file name is not unique</tt></b>" shown when compiling.</td>
* <td>When a project is built with a non-empty <tt>OBJDIR</tt> object directory name set, all input source files must have unique names, excluding extension and path.
* This means that input files that are named identically and differ only by their path or extension are invalid when this mode is used.</td>
- * </tr>
+ * </tr>
* <tr>
* <td>Error "<b><tt>Source file does not exist: <i>{X}</i></tt></b>" shown when compiling.</td>
* <td>The nominated input source file, specified in the user project's <tt>SRC</tt> parameter, could not be found. Ensure the source file exists and the absolute or
@@ -980,4 +984,4 @@ * </table>
*
* For troubleshooting other errors you encounter, please see \ref Sec_ProjectHelp.
- */
\ No newline at end of file + */
|