Add automatic application start on virtual disk ejection to the Mass Storage class bootloader.

This commit is contained in:
Dean Camera 2013-07-06 12:26:33 +02:00
parent f0c72df674
commit 8cfa2e8023
7 changed files with 120 additions and 8 deletions

View file

@ -191,9 +191,15 @@
*
* <table>
* <tr>
* <td>
* None
* </td>
* <th><b>Define Name:</b></th>
* <th><b>Location:</b></th>
* <th><b>Description:</b></th>
* </tr>
* <tr>
* <td>NO_APP_START_ON_EJECT</td>
* <td>AppConfig.h</td>
* <td>Define to disable automatic start of the loaded application when the virtual
* Mass Storage disk is ejected on the host.</td>
* </tr>
* </table>
*/