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

@@ -15,6 +15,7 @@ LDSCRIPT= sample.ld.m4
### LDSCRIPT= sample.ld.m3
CSRC = sample.c
ARCH=cortex-m
CHIP=stm32l4
USE_SYS = yes
USE_USART = yes