Porting teensy-loader-cli to use libusb-1.0 (from 0.1).

- Currently only Linux tested.
This commit is contained in:
Jacob Alexander 2014-04-18 00:18:02 -07:00
parent a82d239efc
commit cc3f062875
6 changed files with 113 additions and 81 deletions

View file

@ -25,8 +25,8 @@ set( CMAKE_USE_RELATIVE_PATHS 1 )
#| "avr" # Teensy++ 2.0
#| "arm" # Teensy 3.0
#| "arm" # Teensy 3.1
set( COMPILER_FAMILY "arm" )
#set( COMPILER_FAMILY "avr" )
#set( COMPILER_FAMILY "arm" )
set( COMPILER_FAMILY "avr" )
message( STATUS "Compiler Family:" )
message( "${COMPILER_FAMILY}" )