Rename hid-teensy and hid-teensy-ee targets to teensy and teensy-ee to be in line with the DFU module target names.

This commit is contained in:
Dean Camera 2012-07-14 12:59:53 +00:00
parent 1faa5ba70a
commit d4980e58d4
2 changed files with 8 additions and 8 deletions

View file

@ -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>