Adding teensy-loader-cli so it's not required.
- This is a patched version to work with Teensy 3.1 (current version on the website doesn't work) - "Should" work with OS's other than Linux, but hasn't been tested
This commit is contained in:
parent
ab9dee1783
commit
81ea61de84
8 changed files with 1249 additions and 30 deletions
|
@ -35,8 +35,8 @@ set( SIZE "arm-none-eabi-size" )
|
|||
#|
|
||||
#| "mk20dx128" # Teensy 3.0
|
||||
#| "mk20dx256" # Teensy 3.1
|
||||
set( CHIP "mk20dx128" )
|
||||
#set( CHIP "mk20dx256" )
|
||||
#set( CHIP "mk20dx128" )
|
||||
set( CHIP "mk20dx256" )
|
||||
|
||||
message( STATUS "Chip Selected:" )
|
||||
message( "${CHIP}" )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue