mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-28 06:55:27 +00:00
Add support for COM port discovery via USB VID/PID Add support for Leonardo USB bootloader auto-reset
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user