From b589a2010ff22a7b3ca903bef9de5e82657af7b4 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Mon, 5 Apr 2021 17:02:53 -0400 Subject: [PATCH] chore: update gocr and TinyEDF submodules --- runtime/tests/Makefile | 6 +++--- runtime/tests/TinyEKF | 2 +- runtime/tests/gocr | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/runtime/tests/Makefile b/runtime/tests/Makefile index 78482a8..60a3423 100644 --- a/runtime/tests/Makefile +++ b/runtime/tests/Makefile @@ -16,7 +16,7 @@ clean: @rm -rf ${SLEDGE_BIN_DIR}/*_wasm.so tinyekf: - make clean gps_ekf_fn.so -C ./TinyEKF/extras/c/ -f MakefileWasm + make clean gps_ekf_fn.so -C ./TinyEKF/extras/c/ -f wasm.mk cp ./TinyEKF/extras/c/gps_ekf_fn.so ${SLEDGE_BIN_DIR}/ekf_wasm.so cifar10: @@ -24,8 +24,8 @@ cifar10: cp ./CMSIS_5_NN/tmp/cifar10.awsm.so ${SLEDGE_BIN_DIR}/cifar10_wasm.so gocr: - make clean all -C ./gocr/src/ -f makefile.wasm - cp ./gocr/src/gocr.aso ${SLEDGE_BIN_DIR}/gocr_wasm.so + make clean gocr.so -C ./gocr/src/ -f wasm.mk + cp ./gocr/src/gocr.so ${SLEDGE_BIN_DIR}/gocr_wasm.so sod: make clean all samples samples.wasm -C ./sod/ diff --git a/runtime/tests/TinyEKF b/runtime/tests/TinyEKF index 97b10e3..7fbbbb9 160000 --- a/runtime/tests/TinyEKF +++ b/runtime/tests/TinyEKF @@ -1 +1 @@ -Subproject commit 97b10e3294c9ccfd5023917fb0d5158f2be80458 +Subproject commit 7fbbbb9320d635132f5f3583729f61f032c68404 diff --git a/runtime/tests/gocr b/runtime/tests/gocr index c6d88a8..4d7ce0c 160000 --- a/runtime/tests/gocr +++ b/runtime/tests/gocr @@ -1 +1 @@ -Subproject commit c6d88a8ab23bd7787d22eaa3ce9e65bbd957d62a +Subproject commit 4d7ce0cdd0f3611bd47100134ff16c2d9122aea8