From 058c283919424ef8b4425cdf74739535dd1d8072 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 1 Jan 2018 17:40:28 -0500 Subject: heap; multitasking --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4a7a22c..48175ff 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,8 @@ all: arm-none-eabi-gcc $(CFLAGS) system_stm32l4xx.c -c -o out/system_stm32l4xx.o arm-none-eabi-gcc $(CFLAGS) stm32l4xx_it.c -c -o out/stm32l4xx_it.o arm-none-eabi-gcc $(CFLAGS) clock.c -c -o out/clock.o + arm-none-eabi-gcc $(CFLAGS) heap.c -c -o out/heap.o + arm-none-eabi-gcc $(CFLAGS) task.c -c -o out/task.o arm-none-eabi-gcc $(CFLAGS) main.c -c -o out/main.o arm-none-eabi-gcc $(CFLAGS) -T link.ld out/*.o -o out/main.elf arm-none-eabi-objcopy -O ihex out/main.elf main.hex -- cgit v1.2.3