Windows is now working with libusb1.0 for the teensy-loader-cli.
- Not tested yet, but should be working.
This commit is contained in:
parent
cc3f062875
commit
c4c1d0a2b8
4 changed files with 10 additions and 171 deletions
|
@ -157,7 +157,7 @@ add_custom_target( SizeAfter ALL
|
|||
|
||||
#| Provides the user with the correct teensy-loader-cli command for the built .HEX file
|
||||
#| Windows
|
||||
if( ${CMAKE_SYSTEM_NAME} MATCHES "Windows" )
|
||||
if( CMAKE_SYSTEM_NAME MATCHES "Windows" )
|
||||
configure_file( LoadFile/winload load NEWLINE_STYLE UNIX )
|
||||
#| Default
|
||||
else()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue