openpilot v0.5.12 release

This commit is contained in:
Vehicle Researcher
2019-05-16 13:20:29 -07:00
parent 52e55eb244
commit 3f9059fea8
177 changed files with 10381 additions and 835 deletions
+2 -6
View File
@@ -5,11 +5,7 @@ UNAME_S ?= $(shell uname -s)
CEREAL_CFLAGS = -I$(PHONELIBS)/capnp-c/include
ifeq ($(OPTEST),1)
CEREAL_LIBS = -lcapnp -lkj
else ifeq ($(UNAME_S),Darwin)
ifeq ($(UNAME_S),Darwin)
CEREAL_CXXFLAGS = -I$(PHONELIBS)/capnp-cpp/mac/include
CEREAL_LIBS = $(PHONELIBS)/capnp-cpp/mac/lib/libcapnp.a \
@@ -33,9 +29,9 @@ ifeq ($(CEREAL_LIBS),)
-L$(PHONELIBS)/capnp-c/aarch64/lib/ \
-l:libcapn.a -l:libcapnp.a -l:libkj.a
endif
endif
CEREAL_OBJS = ../../cereal/gen/c/log.capnp.o ../../cereal/gen/c/car.capnp.o
log.capnp.o: ../../cereal/gen/cpp/log.capnp.c++
+1
View File
@@ -26,6 +26,7 @@ void* read_file(const char* path, size_t* out_len) {
fclose(f);
if (num_read != 1) {
free(buf);
return NULL;
}
+1 -1
View File
@@ -1 +1 @@
#define COMMA_VERSION "0.5.11-release"
#define COMMA_VERSION "0.5.12-release"