X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/8881e5a52df7b5800eb1bb4a509b0baa89e42ff3..1faa5ba70aecc5a55ec198e2129181f5a79489d2:/LUFA/DoxygenPages/BuildSystem.txt
diff --git a/LUFA/DoxygenPages/BuildSystem.txt b/LUFA/DoxygenPages/BuildSystem.txt
index d50dd7f13..2c42c7da8 100644
--- a/LUFA/DoxygenPages/BuildSystem.txt
+++ b/LUFA/DoxygenPages/BuildSystem.txt
@@ -183,6 +183,10 @@
*
Directory to place the generated object and dependency files. If set to "." the same folder as the source file will be used.
* \note When this option is enabled, all source filenames must be unique. |
*
+ *
+ * | OBJECT_FILES |
+ * List of additional object files that should be linked into the resulting binary. |
+ *
*
*
* \section SSec_BuildModule_BUILD_ProvidedVariables Module Provided Variables
@@ -696,9 +700,21 @@
* Program the device FLASH memory with the application's executable data using hid_bootloader_cli. |
*
*
+ * | hid-ee |
+ * Program the device EEPROM memory with the application's EEPROM data using hid_bootloader_cli and
+ * a temporary AVR application programmed into the target's FLASH.
+ * \note This will erase the currently loaded application in the target. |
+ *
+ *
* | hid-teensy |
* Program the device FLASH memory with the application's executable data using teensy_loader_cli. |
*
+ *
+ * | hid-teensy-ee |
+ * Program the device EEPROM memory with the application's EEPROM data using teensy_loader_cli and
+ * a temporary AVR application programmed into the target's FLASH.
+ * \note This will erase the currently loaded application in the target. |
+ *
*
*
* \section SSec_BuildModule_HID_MandatoryParams Mandatory Parameters