Move CHIP specific things to mcu/

This commit is contained in:
NIIBE Yutaka
2016-05-30 14:39:02 +09:00
parent 8209f38755
commit b90e58f763
12 changed files with 37 additions and 19 deletions

View File

@@ -6,7 +6,12 @@ PROJECT = sample
CHOPSTX = ..
LDSCRIPT= sample.ld
CSRC = sample.c sys.c usb_kl27z.c usb-cdc.c adc_kl27z.c command.c
CSRC = sample.c usb-cdc.c command.c
CHIP=mkl27z
USE_SYS = yes
USE_USB = yes
USE_ADC = yes
###################################
CROSS = arm-none-eabi-