diff options
| author | Aditya Naik | 2020-04-09 11:04:16 -0400 |
|---|---|---|
| committer | Aditya Naik | 2020-04-09 11:04:16 -0400 |
| commit | 448deca80cd1c86fee3f55ed150efcdc6b62db64 (patch) | |
| tree | 39d6c0cf0181d28c6a13b0cfe8982f2a4518aad0 /makefile | |
| parent | a0a6480aae598688773a2094e8eda46fa8089e13 (diff) | |
RTOS tests
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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
#######################################
|
