summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAditya Naik2020-04-09 11:04:16 -0400
committerAditya Naik2020-04-09 11:04:16 -0400
commit448deca80cd1c86fee3f55ed150efcdc6b62db64 (patch)
tree39d6c0cf0181d28c6a13b0cfe8982f2a4518aad0 /makefile
parenta0a6480aae598688773a2094e8eda46fa8089e13 (diff)
RTOS tests
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/makefile b/makefile
index c537a49..cd3ad1a 100644
--- a/makefile
+++ b/makefile
@@ -66,6 +66,8 @@ lib/freertos/tasks.c \
lib/freertos/list.c \
lib/freertos/queue.c \
lib/freertos/port.c \
+lib/freertos/event_groups.c \
+lib/freertos/timers.c \
lib/freertos/memmang/heap_4.c
# ASM sources
@@ -92,7 +94,7 @@ SZ = $(PREFIX)size
endif
HEX = $(CP) -O ihex
BIN = $(CP) -O binary -S
-
+
#######################################
# CFLAGS
#######################################