aboutsummaryrefslogtreecommitdiff
path: root/LUFA/DoxygenPages/BuildSystem.txt
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-07-14 12:59:53 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-07-14 12:59:53 +0000
commit3e61a7791be846a40aeb86c701fc89ecdffe6dad (patch)
tree4a5bb4f647561f36d65e56fcf3586ab2335cc450 /LUFA/DoxygenPages/BuildSystem.txt
parentf93bcc34ec61bb80fe7aa2a54107d819ec5b46aa (diff)
Rename hid-teensy and hid-teensy-ee targets to teensy and teensy-ee to be in line with the DFU module target names.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2399 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/DoxygenPages/BuildSystem.txt')
-rw-r--r--LUFA/DoxygenPages/BuildSystem.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/DoxygenPages/BuildSystem.txt b/LUFA/DoxygenPages/BuildSystem.txt
index 2c42c7da..3ff3ff68 100644
--- a/LUFA/DoxygenPages/BuildSystem.txt
+++ b/LUFA/DoxygenPages/BuildSystem.txt
@@ -706,11 +706,11 @@
* \note This will erase the currently loaded application in the target.</td>
* </tr>
* <tr>
- * <td><tt>hid-teensy</tt></td>
+ * <td><tt>teensy</tt></td>
* <td>Program the device FLASH memory with the application's executable data using <tt>teensy_loader_cli</tt>.</td>
* </tr>
* <tr>
- * <td><tt>hid-teensy-ee</tt></td>
+ * <td><tt>teensy-ee</tt></td>
* <td>Program the device EEPROM memory with the application's EEPROM data using <tt>teensy_loader_cli</tt> and
* a temporary AVR application programmed into the target's FLASH.
* \note This will erase the currently loaded application in the target.</td>