barebones 'hello world' project

This commit is contained in:
Joey Castillo
2021-08-02 13:36:53 -04:00
parent 7e330befff
commit 2d1e2e8c76
6 changed files with 400 additions and 453 deletions

View File

@@ -56,6 +56,7 @@ INCLUDES += \
-I../hri/ \
-I../config/ \
-I../hw/ \
-I../watch/ \
-I../app/ \
-I..
@@ -63,7 +64,7 @@ SRCS += \
../main.c \
../startup_saml22.c \
../hw/driver_init.c \
../hw/watch.c \
../watch/watch.c \
../app/app.c \
../hal/src/hal_adc_sync.c \
../hal/src/hal_atomic.c \