use atmel studio's configuration and init

This commit is contained in:
Joey Castillo
2021-07-30 13:49:09 -04:00
parent e68086a087
commit 6d2e5cd697
5 changed files with 153 additions and 9 deletions

View File

@@ -55,6 +55,7 @@ INCLUDES += \
-I../hpl/tc/ \
-I../hri/ \
-I../config/ \
-I../hw/ \
-I..
SRCS += \
@@ -95,8 +96,7 @@ SRCS += \
DEFINES += \
-D__SAML22J18A__ \
-DDONT_USE_CMSIS_INIT \
-DF_CPU=16000000
-DDONT_USE_CMSIS_INIT
CFLAGS += $(INCLUDES) $(DEFINES)