Include arch specific header and implementation by ARCH.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka
2019-12-03 13:09:25 +09:00
parent de301bf025
commit 913266d6e4
12 changed files with 29 additions and 11 deletions

View File

@@ -8,6 +8,7 @@ LDSCRIPT= lcd.ld
CSRC = primer2-switches.c primer2-ts.c lcd.c main.c \
neug.c sha256.c
ARCH=cortex-m
CHIP=stm32f103
USE_SYS = yes
USE_USB = yes