consolidate mcu-chip specific code

This commit is contained in:
NIIBE Yutaka
2016-05-30 14:57:10 +09:00
parent b90e58f763
commit 9f16e5e051
10 changed files with 181 additions and 11 deletions

View File

@@ -4,7 +4,12 @@ PROJECT = sample
CHOPSTX = ..
LDSCRIPT= sample.ld
CSRC = sys.c aes-constant-ft.c sample.c usb-cdc.c usb_stm32f103.c
CSRC = sample.c usb-cdc.c
CHIP=stm32f103
USE_SYS = yes
USE_USB = yes
###################################
CROSS = arm-none-eabi-