maybe porting to C is already done, platformAdaption and testing is open

This commit is contained in:
2020-11-12 18:45:35 +01:00
parent 362e89396a
commit bba8d6da00
6 changed files with 481 additions and 40 deletions

View File

@ -15,7 +15,7 @@ CFLAGS+=-I../ioLibrary_Driver/Ethernet -Isrc
OBJDIR=build
VPATH=src
OBJS=$(addprefix $(OBJDIR)/,pubsubc.o client.o)
OBJS=$(addprefix $(OBJDIR)/,pubsubc.o platformAdaption.o)
all: $(OBJS)
$(AR) rcs pubsubc.a $^