Archived
1
0

Adding Chip configuration to CMake

This commit is contained in:
Jacob Alexander 2015-06-08 20:42:52 -07:00
parent d211790124
commit a459263b5f

View File

@ -22,6 +22,7 @@
set( CHIP
#"mk20dx128vlf5" # McHCK mk20dx128vlf5
"mk20dx256vlh7" # Kiibohd-dfu mk20dx256vlh7
CACHE STRING "Chip"
)
@ -36,7 +37,8 @@ set( CHIP
set( COMPILER
"gcc" # arm-none-eabi-gcc / avr-gcc - Default
# "clang" # arm-none-eabi
CACHE STRING "Compiler Type" )
CACHE STRING "Compiler Type"
)