From 448deca80cd1c86fee3f55ed150efcdc6b62db64 Mon Sep 17 00:00:00 2001 From: Aditya Naik Date: Thu, 9 Apr 2020 11:04:16 -0400 Subject: RTOS tests --- makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'makefile') 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 ####################################### -- cgit v1.2.3