From 8cd249c34240c2189b520c088afde936ec9201b3 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 28 Mar 2013 09:30:37 +0000 Subject: Add BIN build system target information to the documentation. --- LUFA/DoxygenPages/BuildSystem.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'LUFA/DoxygenPages') 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 @@ * Build and link the application into an ELF debug file. * * + * bin + * Build and link the application and produce a BIN binary file. + * + * * hex * Build and link the application and produce HEX and EEP binary files. * @@ -916,7 +920,7 @@ * Error "Cannot build with OBJDIR parameter set - one or more object file name is not unique" shown when compiling. * When a project is built with a non-empty OBJDIR 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. - * + * * * Error "Source file does not exist: {X}" shown when compiling. * The nominated input source file, specified in the user project's SRC parameter, could not be found. Ensure the source file exists and the absolute or @@ -980,4 +984,4 @@ * * * For troubleshooting other errors you encounter, please see \ref Sec_ProjectHelp. - */ \ No newline at end of file + */ -- cgit v1.2.3