move user application code to app folder

This commit is contained in:
Joey Castillo
2021-08-01 18:40:03 -04:00
parent a547d78c1e
commit 7e330befff
7 changed files with 326 additions and 186 deletions

View File

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