Add support for COM port discovery via USB VID/PID Add support for Leonardo USB bootloader auto-reset

This commit is contained in:
Marius Greuel
2020-02-22 21:17:41 +02:00
parent eb01bdebd0
commit 43182c19bf
6 changed files with 1214 additions and 0 deletions

View File

@@ -197,6 +197,7 @@
<ClCompile Include="msvc\getopt.c" />
<ClCompile Include="msvc\gettimeofday.c" />
<ClCompile Include="msvc\unistd.cpp" />
<ClCompile Include="msvc\usb_com_helper.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="arduino.h" />
@@ -249,6 +250,8 @@
<ClInclude Include="msvc\msvc_compat.h" />
<ClInclude Include="msvc\sys\time.h" />
<ClInclude Include="msvc\unistd.h" />
<ClInclude Include="msvc\usb_com_helper.h" />
<ClInclude Include="msvc\usb_com_locator.h" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="external\libelf\libelf.vcxproj">