Add BIN build system target information to the documentation.
[pub/lufa.git] / LUFA / DoxygenPages / BuildSystem.txt
index 5640332..7aa357d 100644 (file)
  *    <td>Build and link the application into an ELF debug file.</td>\r
  *   </tr>\r
  *   <tr>\r
+ *    <td><tt>bin</tt></td>\r
+ *    <td>Build and link the application and produce a BIN binary file.</td>\r
+ *   </tr>\r
+ *   <tr>\r
  *    <td><tt>hex</tt></td>\r
  *    <td>Build and link the application and produce HEX and EEP binary files.</td>\r
  *   </tr>\r
  *    <td>Error &quot;<b><tt>Cannot build with OBJDIR parameter set - one or more object file name is not unique</tt></b>&quot; shown when compiling.</td>\r
  *    <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.\r
  *        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>\r
- *   </tr> \r
+ *   </tr>\r
  *   <tr>\r
  *    <td>Error &quot;<b><tt>Source file does not exist: <i>{X}</i></tt></b>&quot; shown when compiling.</td>\r
  *    <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\r
  *  </table>\r
  *\r
  *  For troubleshooting other errors you encounter, please see \ref Sec_ProjectHelp.\r
- */
\ No newline at end of file
+ */\r