scheduler logic moved to semaphore.*

This commit is contained in:
2022-08-30 16:25:19 +02:00
parent 4393e89624
commit f5d433f177
4 changed files with 168 additions and 139 deletions

View File

@@ -31,6 +31,8 @@ all: main.bin
OBJS+= main.o
OBJS+= syscall.o
OBJS+= usartu.o
OBJS+= scheduler.o
main.elf: $(OBJS)
$(TARGET)-gcc $(^F) $(LDFLAGS) -o $@