Replicate the wormhole in the bootloader and make it jump to the application if it's open and the enumeration mode is anything but EnumerationMode_Bootloader.

This commit is contained in:
László Monda
2017-10-13 21:39:17 +02:00
parent cbc16f4c24
commit b754ecbe68
5 changed files with 60 additions and 2 deletions

View File

@@ -215,6 +215,11 @@
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>src/bootloader/wormhole.h</name>
<type>1</type>
<locationURI>PARENT-4-PROJECT_LOC/src/bootloader/wormhole.h</locationURI>
</link>
<link>
<name>src/crc/crc16.h</name>
<type>1</type>
@@ -445,6 +450,11 @@
<type>1</type>
<locationURI>PARENT-4-PROJECT_LOC/src/bootloader/src/usb_hid_msc_peripheral_interface.c</locationURI>
</link>
<link>
<name>src/bootloader/src/wormhole.c</name>
<type>1</type>
<locationURI>PARENT-4-PROJECT_LOC/src/bootloader/src/wormhole.c</locationURI>
</link>
<link>
<name>src/crc/src/crc16.c</name>
<type>1</type>