comparison Bootloader/CMakeLists.txt @ 342:b29c291ad130

Pre-merge cleanup.
author Jacob Alexander <haata@kiibohd.com>
date Sun, 14 Jun 2015 14:32:42 -0700
parents e8841d3c6db5
children
comparison
equal deleted inserted replaced
341:66eccdd9ced5 342:b29c291ad130
18 18
19 #| You _MUST_ set this to match the microcontroller you are trying to compile for 19 #| You _MUST_ set this to match the microcontroller you are trying to compile for
20 #| You _MUST_ clean the build directory if you change this value 20 #| You _MUST_ clean the build directory if you change this value
21 #| 21 #|
22 set( CHIP 22 set( CHIP
23 #"mk20dx128vlf5" # McHCK mk20dx128vlf5 23 "mk20dx128vlf5" # McHCK mk20dx128vlf5
24 "mk20dx256vlh7" # Kiibohd-dfu mk20dx256vlh7 24 # "mk20dx256vlh7" # Kiibohd-dfu mk20dx256vlh7
25 CACHE STRING "Chip" 25 CACHE STRING "Chip"
26 ) 26 )
27 27
28 28
29 29